]> Zhao Yanbai Git Server - minix.git/commitdiff
Moved current awk sources to awk.old.
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 17 Mar 2010 16:11:48 +0000 (16:11 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 17 Mar 2010 16:11:48 +0000 (16:11 +0000)
15 files changed:
commands/Makefile
commands/awk.old/Makefile [moved from commands/awk/Makefile with 100% similarity]
commands/awk.old/README [moved from commands/awk/README with 100% similarity]
commands/awk.old/awk.h [moved from commands/awk/awk.h with 100% similarity]
commands/awk.old/build [moved from commands/awk/build with 100% similarity]
commands/awk.old/e.c [moved from commands/awk/e.c with 100% similarity]
commands/awk.old/k.c [moved from commands/awk/k.c with 100% similarity]
commands/awk.old/l.c [moved from commands/awk/l.c with 100% similarity]
commands/awk.old/m.c [moved from commands/awk/m.c with 100% similarity]
commands/awk.old/n.c [moved from commands/awk/n.c with 100% similarity]
commands/awk.old/r.c [moved from commands/awk/r.c with 100% similarity]
commands/awk.old/regexp.c [moved from commands/awk/regexp.c with 100% similarity]
commands/awk.old/regexp.h [moved from commands/awk/regexp.h with 100% similarity]
commands/awk.old/v.c [moved from commands/awk/v.c with 100% similarity]
commands/awk.old/y.c [moved from commands/awk/y.c with 100% similarity]

index c628cd1446d52b74c91d1feda2ee6c24b06094d4..e47dd6eee2e917e1587287e8d6cae52ee961f59a 100644 (file)
@@ -4,7 +4,7 @@ MAKE    = exec make -$(MAKEFLAGS)
 BZIP2=bzip2-1.0.3
 FLEX=flex-2.5.4
 
-SMALLPROGRAMS=`arch` aal advent ash autil awk byacc cawf cron de dhcpd dis88 elle elvis ftp101 ftpd200 ibm indent m4 make mdb mined patch pax profile ps reboot rlogind scripts sh simple syslogd swifi talk talkd telnet telnetd urlget yap zoneinfo
+SMALLPROGRAMS=`arch` aal advent ash autil awk.old byacc cawf cron de dhcpd dis88 elle elvis ftp101 ftpd200 ibm indent m4 make mdb mined patch pax profile ps reboot rlogind scripts sh simple syslogd swifi talk talkd telnet telnetd urlget yap zoneinfo
 
 usage:
        @echo "Usage: make all          # Compile all commands" >&2
similarity index 100%
rename from commands/awk/README
rename to commands/awk.old/README
similarity index 100%
rename from commands/awk/awk.h
rename to commands/awk.old/awk.h
similarity index 100%
rename from commands/awk/build
rename to commands/awk.old/build
similarity index 100%
rename from commands/awk/e.c
rename to commands/awk.old/e.c
similarity index 100%
rename from commands/awk/k.c
rename to commands/awk.old/k.c
similarity index 100%
rename from commands/awk/l.c
rename to commands/awk.old/l.c
similarity index 100%
rename from commands/awk/m.c
rename to commands/awk.old/m.c
similarity index 100%
rename from commands/awk/n.c
rename to commands/awk.old/n.c
similarity index 100%
rename from commands/awk/r.c
rename to commands/awk.old/r.c
similarity index 100%
rename from commands/awk/v.c
rename to commands/awk.old/v.c
similarity index 100%
rename from commands/awk/y.c
rename to commands/awk.old/y.c