]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD's make
authorArun Thomas <arun@minix3.org>
Thu, 4 Feb 2010 16:52:54 +0000 (16:52 +0000)
committerArun Thomas <arun@minix3.org>
Thu, 4 Feb 2010 16:52:54 +0000 (16:52 +0000)
commit4b02d003dbf1f4a45f7d3c9063586b7cc1d9ac8e
tree01a02851c371546f9bc6a14e6d5b2cb4f67cbc38
parent8f82633fa2d62c27ef60a7467ba9c59f006c7111
Import NetBSD's make
90 files changed:
commands/bmake/Makefile [new file with mode: 0644]
commands/bmake/Makefile.boot [new file with mode: 0644]
commands/bmake/PSD.doc/Makefile [new file with mode: 0644]
commands/bmake/PSD.doc/tutorial.ms [new file with mode: 0644]
commands/bmake/arch.c [new file with mode: 0644]
commands/bmake/buf.c [new file with mode: 0644]
commands/bmake/buf.h [new file with mode: 0644]
commands/bmake/build.sh [new file with mode: 0755]
commands/bmake/compat.c [new file with mode: 0644]
commands/bmake/cond.c [new file with mode: 0644]
commands/bmake/config.h [new file with mode: 0644]
commands/bmake/dir.c [new file with mode: 0644]
commands/bmake/dir.h [new file with mode: 0644]
commands/bmake/for.c [new file with mode: 0644]
commands/bmake/hash.c [new file with mode: 0644]
commands/bmake/hash.h [new file with mode: 0644]
commands/bmake/job.c [new file with mode: 0644]
commands/bmake/job.h [new file with mode: 0644]
commands/bmake/lst.h [new file with mode: 0644]
commands/bmake/lst.lib/Makefile [new file with mode: 0644]
commands/bmake/lst.lib/lstAppend.c [new file with mode: 0644]
commands/bmake/lst.lib/lstAtEnd.c [new file with mode: 0644]
commands/bmake/lst.lib/lstAtFront.c [new file with mode: 0644]
commands/bmake/lst.lib/lstClose.c [new file with mode: 0644]
commands/bmake/lst.lib/lstConcat.c [new file with mode: 0644]
commands/bmake/lst.lib/lstDatum.c [new file with mode: 0644]
commands/bmake/lst.lib/lstDeQueue.c [new file with mode: 0644]
commands/bmake/lst.lib/lstDestroy.c [new file with mode: 0644]
commands/bmake/lst.lib/lstDupl.c [new file with mode: 0644]
commands/bmake/lst.lib/lstEnQueue.c [new file with mode: 0644]
commands/bmake/lst.lib/lstFind.c [new file with mode: 0644]
commands/bmake/lst.lib/lstFindFrom.c [new file with mode: 0644]
commands/bmake/lst.lib/lstFirst.c [new file with mode: 0644]
commands/bmake/lst.lib/lstForEach.c [new file with mode: 0644]
commands/bmake/lst.lib/lstForEachFrom.c [new file with mode: 0644]
commands/bmake/lst.lib/lstInit.c [new file with mode: 0644]
commands/bmake/lst.lib/lstInsert.c [new file with mode: 0644]
commands/bmake/lst.lib/lstInt.h [new file with mode: 0644]
commands/bmake/lst.lib/lstIsAtEnd.c [new file with mode: 0644]
commands/bmake/lst.lib/lstIsEmpty.c [new file with mode: 0644]
commands/bmake/lst.lib/lstLast.c [new file with mode: 0644]
commands/bmake/lst.lib/lstMember.c [new file with mode: 0644]
commands/bmake/lst.lib/lstNext.c [new file with mode: 0644]
commands/bmake/lst.lib/lstOpen.c [new file with mode: 0644]
commands/bmake/lst.lib/lstPrev.c [new file with mode: 0644]
commands/bmake/lst.lib/lstRemove.c [new file with mode: 0644]
commands/bmake/lst.lib/lstReplace.c [new file with mode: 0644]
commands/bmake/lst.lib/lstSucc.c [new file with mode: 0644]
commands/bmake/main.c [new file with mode: 0644]
commands/bmake/make.1 [new file with mode: 0644]
commands/bmake/make.c [new file with mode: 0644]
commands/bmake/make.h [new file with mode: 0644]
commands/bmake/make_malloc.c [new file with mode: 0644]
commands/bmake/make_malloc.h [new file with mode: 0644]
commands/bmake/nonints.h [new file with mode: 0644]
commands/bmake/parse.c [new file with mode: 0644]
commands/bmake/pathnames.h [new file with mode: 0644]
commands/bmake/sprite.h [new file with mode: 0644]
commands/bmake/str.c [new file with mode: 0644]
commands/bmake/strlist.c [new file with mode: 0644]
commands/bmake/strlist.h [new file with mode: 0644]
commands/bmake/suff.c [new file with mode: 0644]
commands/bmake/targ.c [new file with mode: 0644]
commands/bmake/trace.c [new file with mode: 0644]
commands/bmake/trace.h [new file with mode: 0644]
commands/bmake/unit-tests/Makefile [new file with mode: 0644]
commands/bmake/unit-tests/comment [new file with mode: 0644]
commands/bmake/unit-tests/cond1 [new file with mode: 0644]
commands/bmake/unit-tests/dotwait [new file with mode: 0644]
commands/bmake/unit-tests/export [new file with mode: 0644]
commands/bmake/unit-tests/export-all [new file with mode: 0644]
commands/bmake/unit-tests/forsubst [new file with mode: 0644]
commands/bmake/unit-tests/moderrs [new file with mode: 0644]
commands/bmake/unit-tests/modmatch [new file with mode: 0644]
commands/bmake/unit-tests/modmisc [new file with mode: 0644]
commands/bmake/unit-tests/modorder [new file with mode: 0644]
commands/bmake/unit-tests/modts [new file with mode: 0644]
commands/bmake/unit-tests/modword [new file with mode: 0644]
commands/bmake/unit-tests/posix [new file with mode: 0644]
commands/bmake/unit-tests/qequals [new file with mode: 0644]
commands/bmake/unit-tests/ternary [new file with mode: 0644]
commands/bmake/unit-tests/test.exp [new file with mode: 0644]
commands/bmake/unit-tests/unexport [new file with mode: 0644]
commands/bmake/unit-tests/unexport-env [new file with mode: 0644]
commands/bmake/unit-tests/varcmd [new file with mode: 0644]
commands/bmake/util.c [new file with mode: 0644]
commands/bmake/var.c [new file with mode: 0644]
etc/mk/sys.mk [new file with mode: 0644]
include/ar.h [new file with mode: 0644]
include/sys/param.h