Searched refs:bak (Results 1 - 25 of 186) sorted by relevance

12345678

/netbsd-current/external/bsd/libbind/dist/make/
H A Dmkdep.in92 cp $MAKE ${MAKE}.bak
146 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/gpl3/gcc/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/gpl3/binutils/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/gpl3/gdb/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/bsd/nsd/dist/contrib/bind2nsd/
H A Dset_version44 sed --in-place=.bak \
47 sed --in-place=.bak \
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dmkdep54 cp $MAKE ${MAKE}.bak
84 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/bsd/openldap/dist/servers/slapd/pwmods/
H A DMakefile.in57 mv Makefile Makefile.bak; $(SED) $$SCR Makefile.bak > Makefile && \
58 $(RM) Makefile.bak; fi
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgmerge-update-162 tmpfiles="$tmpfiles mm-u-1.bak"
63 cp mm-u-1.po mm-u-1.bak
71 ${DIFF} mm-u-1.bak mm-u-1.po
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dconnect-with-no-symbol-file.exp49 gdb_remote_download target $binfile.bak $binfile
90 gdb_remote_download host $binfile $binfile.bak
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dconnect-with-no-symbol-file.exp49 set target_exec [gdb_remote_download target $binfile.bak $binfile]
94 gdb_remote_download host $binfile $binfile.bak
/netbsd-current/external/bsd/libpcap/dist/
H A Dmkdep80 cp $MAKE ${MAKE}.bak
120 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/bsd/tcpdump/dist/
H A Dmkdep75 cp $MAKE ${MAKE}.bak
115 rm -f ${MAKE}.bak $TMP
/netbsd-current/external/historical/nawk/dist/
H A Dmakefile50 SHIP = README LICENSE FIXES $(SOURCE) ytab[ch].bak makefile \
77 @cp ytab.h ytabh.bak
78 @cp ytab.c ytabc.bak
82 @cp ytab.h ytabh.bak
83 @cp ytab.c ytabc.bak
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-down.sh32 if [ -f /etc/resolv.conf.bak ]; then
34 mv /etc/resolv.conf.bak /etc/resolv.conf
/netbsd-current/external/bsd/openldap/dist/build/
H A Dmkdep110 cp $MAKE ${MAKE}.bak
222 rm -f ${MAKE}.bak $TMP.sed $TMP
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.sub10 site.bak \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/
H A DMakefile.am68 @-rm -f site.bak
69 @test ! -f site.exp || mv site.exp site.bak
79 @-rm -f $*/site.bak
80 @test ! -f $*/site.exp || mv $*/site.exp $*/site.bak
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/
H A DMakefile.am68 @-rm -f site.bak
69 @test ! -f site.exp || mv site.exp site.bak
79 @-rm -f $*/site.bak
80 @test ! -f $*/site.exp || mv $*/site.exp $*/site.bak
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-vgcfgbackup-usage.sh21 vgcfgbackup -f /tmp/bak-%s >out
/netbsd-current/sys/arch/i386/bioscall/
H A DMakefile19 @([ -f ${TRAMP} ] && mv -f ${TRAMP} ${TRAMP}.bak; exit 0)
48 assym.h ${TRAMP}.bak machine
/netbsd-current/distrib/alpha/instkernel/ramdisk/
H A Dupgrade.sh241 $DONTDOIT cp /mnt/.profile /mnt/.profile.bak
243 $DONTDOIT mv /mnt/etc/rc /mnt/etc/rc.bak
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/
H A DMakefile.in126 -@rm -f site.bak
142 -@mv site.exp site.bak
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmkmodules.c1198 char *bak; local
1212 bak = Xasprintf ("%s%s", BAKPREFIX, real);
1215 if (unlink_file (bak) < 0
1217 error (0, errno, "cannot remove %s", bak);
1220 if (CVS_RENAME (real, bak) < 0
1222 error (0, errno, "cannot rename %s to %s", real, bak);
1229 free (bak);

Completed in 417 milliseconds

12345678