]> Zhao Yanbai Git Server - minix.git/commit
Replace m4 with NetBSD version
authorArun Thomas <arun@minix3.org>
Tue, 28 Jun 2011 22:15:19 +0000 (00:15 +0200)
committerArun Thomas <arun@minix3.org>
Wed, 29 Jun 2011 07:33:30 +0000 (09:33 +0200)
commit2e8d1eda1b10b1eefcc41d19325e6baa0615ae5c
treed8195d59ae9fa944b1354236afa1e6fb13c24edc
parentef60bcc0a6c05c9d466c22c94027f4831960e11a
Replace m4 with NetBSD version

-Create usr.bin hierarchy
-Update minix-port.patch to include m4
63 files changed:
Makefile
commands/Makefile
commands/m4/Ack.m4 [deleted file]
commands/m4/Hanoi.m4 [deleted file]
commands/m4/Hash.m4 [deleted file]
commands/m4/M4.out [deleted file]
commands/m4/Makefile [deleted file]
commands/m4/READ_ME [deleted file]
commands/m4/Sqroot.m4 [deleted file]
commands/m4/String.m4 [deleted file]
commands/m4/eval.c [deleted file]
commands/m4/expr.c [deleted file]
commands/m4/extr.h [deleted file]
commands/m4/look.c [deleted file]
commands/m4/main.c [deleted file]
commands/m4/mdef.h [deleted file]
commands/m4/misc.c [deleted file]
commands/m4/patchlevel.h [deleted file]
commands/m4/serv.c [deleted file]
docs/UPDATING
tools/nbsd_ports
usr.bin/Makefile [new file with mode: 0644]
usr.bin/Makefile.inc [new file with mode: 0644]
usr.bin/m4/Makefile [new file with mode: 0644]
usr.bin/m4/NOTES [new file with mode: 0644]
usr.bin/m4/PSD.doc/Makefile [new file with mode: 0644]
usr.bin/m4/TEST/ack.m4 [new file with mode: 0644]
usr.bin/m4/TEST/hanoi.m4 [new file with mode: 0644]
usr.bin/m4/TEST/hash.m4 [new file with mode: 0644]
usr.bin/m4/TEST/math.m4 [new file with mode: 0644]
usr.bin/m4/TEST/sqroot.m4 [new file with mode: 0644]
usr.bin/m4/TEST/string.m4 [new file with mode: 0644]
usr.bin/m4/TEST/test.m4 [moved from commands/m4/Test.m4 with 77% similarity, mode: 0644]
usr.bin/m4/eval.c [new file with mode: 0644]
usr.bin/m4/expr.c [new file with mode: 0644]
usr.bin/m4/extern.h [new file with mode: 0644]
usr.bin/m4/gnum4.c [new file with mode: 0644]
usr.bin/m4/lib/ohash.h [new file with mode: 0644]
usr.bin/m4/lib/ohash_create_entry.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_delete.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_do.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_entries.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_enum.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_init.3 [new file with mode: 0644]
usr.bin/m4/lib/ohash_init.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_int.h [new file with mode: 0644]
usr.bin/m4/lib/ohash_interval.3 [new file with mode: 0644]
usr.bin/m4/lib/ohash_interval.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_lookup_interval.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_lookup_memory.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_qlookup.c [new file with mode: 0644]
usr.bin/m4/lib/ohash_qlookupi.c [new file with mode: 0644]
usr.bin/m4/lib/strtonum.c [new file with mode: 0644]
usr.bin/m4/look.c [new file with mode: 0644]
usr.bin/m4/m4.1 [new file with mode: 0644]
usr.bin/m4/main.c [new file with mode: 0644]
usr.bin/m4/mdef.h [new file with mode: 0644]
usr.bin/m4/misc.c [new file with mode: 0644]
usr.bin/m4/parser.y [new file with mode: 0644]
usr.bin/m4/pathnames.h [new file with mode: 0644]
usr.bin/m4/stdd.h [new file with mode: 0644]
usr.bin/m4/tokenizer.l [new file with mode: 0644]
usr.bin/m4/trace.c [new file with mode: 0644]