Import bmake-20121010 to new vendor branch
authorJohn Marino <draco@marino.st>
Sun, 21 Oct 2012 19:05:53 +0000 (21:05 +0200)
committerJohn Marino <draco@marino.st>
Sun, 21 Oct 2012 19:05:53 +0000 (21:05 +0200)
commit01e196c8756b7c1bc7ca62d0d9870afee6a0015d
tree076e871159cbbd26f277221d4327d55902bc13c8
Import bmake-20121010 to new vendor branch
91 files changed:
contrib/bmake/ChangeLog [new file with mode: 0644]
contrib/bmake/FILES [new file with mode: 0644]
contrib/bmake/Makefile.in [new file with mode: 0644]
contrib/bmake/README [new file with mode: 0644]
contrib/bmake/aclocal.m4 [new file with mode: 0644]
contrib/bmake/arch.c [new file with mode: 0644]
contrib/bmake/bmake.1 [new file with mode: 0644]
contrib/bmake/bmake.cat1 [new file with mode: 0644]
contrib/bmake/boot-strap [new file with mode: 0755]
contrib/bmake/bsd.after-import.mk [new file with mode: 0644]
contrib/bmake/buf.c [new file with mode: 0644]
contrib/bmake/buf.h [new file with mode: 0644]
contrib/bmake/compat.c [new file with mode: 0644]
contrib/bmake/cond.c [new file with mode: 0644]
contrib/bmake/config.h.in [new file with mode: 0644]
contrib/bmake/configure [new file with mode: 0755]
contrib/bmake/configure.in [new file with mode: 0644]
contrib/bmake/dir.c [new file with mode: 0644]
contrib/bmake/dir.h [new file with mode: 0644]
contrib/bmake/dirname.c [new file with mode: 0644]
contrib/bmake/find_lib.sh [new file with mode: 0755]
contrib/bmake/for.c [new file with mode: 0644]
contrib/bmake/getopt.c [new file with mode: 0644]
contrib/bmake/hash.c [new file with mode: 0644]
contrib/bmake/hash.h [new file with mode: 0644]
contrib/bmake/install-sh [new file with mode: 0755]
contrib/bmake/job.c [new file with mode: 0644]
contrib/bmake/job.h [new file with mode: 0644]
contrib/bmake/lst.h [new file with mode: 0644]
contrib/bmake/lst.lib/Makefile [new file with mode: 0644]
contrib/bmake/lst.lib/lstAppend.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstAtEnd.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstAtFront.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstClose.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstConcat.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstDatum.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstDeQueue.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstDestroy.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstDupl.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstEnQueue.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstFind.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstFindFrom.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstFirst.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstForEach.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstForEachFrom.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstInit.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstInsert.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstInt.h [new file with mode: 0644]
contrib/bmake/lst.lib/lstIsAtEnd.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstIsEmpty.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstLast.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstMember.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstNext.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstOpen.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstPrev.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstRemove.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstReplace.c [new file with mode: 0644]
contrib/bmake/lst.lib/lstSucc.c [new file with mode: 0644]
contrib/bmake/machine.sh [new file with mode: 0755]
contrib/bmake/main.c [new file with mode: 0644]
contrib/bmake/make-bootstrap.sh.in [new file with mode: 0755]
contrib/bmake/make-conf.h [new file with mode: 0644]
contrib/bmake/make.1 [new file with mode: 0644]
contrib/bmake/make.c [new file with mode: 0644]
contrib/bmake/make.h [new file with mode: 0644]
contrib/bmake/make_malloc.c [new file with mode: 0644]
contrib/bmake/make_malloc.h [new file with mode: 0644]
contrib/bmake/meta.c [new file with mode: 0644]
contrib/bmake/meta.h [new file with mode: 0644]
contrib/bmake/mkdeps.sh [new file with mode: 0755]
contrib/bmake/nonints.h [new file with mode: 0644]
contrib/bmake/os.sh [new file with mode: 0644]
contrib/bmake/parse.c [new file with mode: 0644]
contrib/bmake/pathnames.h [new file with mode: 0644]
contrib/bmake/ranlib.h [new file with mode: 0644]
contrib/bmake/realpath.c [new file with mode: 0644]
contrib/bmake/setenv.c [new file with mode: 0644]
contrib/bmake/sigcompat.c [new file with mode: 0644]
contrib/bmake/sprite.h [new file with mode: 0644]
contrib/bmake/str.c [new file with mode: 0644]
contrib/bmake/stresep.c [new file with mode: 0644]
contrib/bmake/strlcpy.c [new file with mode: 0644]
contrib/bmake/strlist.c [new file with mode: 0644]
contrib/bmake/strlist.h [new file with mode: 0644]
contrib/bmake/suff.c [new file with mode: 0644]
contrib/bmake/targ.c [new file with mode: 0644]
contrib/bmake/trace.c [new file with mode: 0644]
contrib/bmake/trace.h [new file with mode: 0644]
contrib/bmake/util.c [new file with mode: 0644]
contrib/bmake/var.c [new file with mode: 0644]
contrib/bmake/wait.h [new file with mode: 0644]