]> Zhao Yanbai Git Server - minix.git/commit
Let awk.old install its awk as /usr/bin/awk.old.
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 17 Mar 2010 16:16:52 +0000 (16:16 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Wed, 17 Mar 2010 16:16:52 +0000 (16:16 +0000)
commit4683d6b7137c54ff54e2c0fb4c1447b925d0418d
tree8a198e1dca639cd502c02f03ed77180acd1e3ef5
parent365495b530f83220b086952585820a94701eb0f7
Let awk.old install its awk as /usr/bin/awk.old.
Add one-true-awk as the new awk that installs to /usr/bin/awk.
26 files changed:
commands/Makefile
commands/awk.old/Makefile
commands/awk/FIXES [new file with mode: 0644]
commands/awk/Makefile [new file with mode: 0644]
commands/awk/README [new file with mode: 0644]
commands/awk/awk.1 [new file with mode: 0644]
commands/awk/awk.h [new file with mode: 0644]
commands/awk/awkgram.y [new file with mode: 0644]
commands/awk/b.c [new file with mode: 0644]
commands/awk/buildwin.bat [new file with mode: 0644]
commands/awk/lex.c [new file with mode: 0644]
commands/awk/lib.c [new file with mode: 0644]
commands/awk/main.c [new file with mode: 0644]
commands/awk/makefile.win [new file with mode: 0644]
commands/awk/maketab.c [new file with mode: 0644]
commands/awk/missing95.c [new file with mode: 0644]
commands/awk/parse.c [new file with mode: 0644]
commands/awk/proctab.c [new file with mode: 0644]
commands/awk/proto.h [new file with mode: 0644]
commands/awk/run.c [new file with mode: 0644]
commands/awk/tran.c [new file with mode: 0644]
commands/awk/vcvars32.bat [new file with mode: 0644]
commands/awk/ytab.c [new file with mode: 0644]
commands/awk/ytab.h [new file with mode: 0644]
commands/awk/ytabc.bak [new file with mode: 0644]
commands/awk/ytabh.bak [new file with mode: 0644]