Update to bmake-20131001 on the vendor branch avalon/vendor/BMAKE
authorAlexandre Perrin <alex@kaworu.ch>
Thu, 21 Nov 2013 12:34:06 +0000 (13:34 +0100)
committerJohn Marino <draco@marino.st>
Sat, 23 Nov 2013 11:31:28 +0000 (12:31 +0100)
commit5f1e34d9df77f5c410591d2bc3da08302e0e3fa4
treec612a18d58907892f990b6bfd8856d57947d4bb7
parent01e196c8756b7c1bc7ca62d0d9870afee6a0015d
Update to bmake-20131001 on the vendor branch
89 files changed:
contrib/bmake/ChangeLog
contrib/bmake/FILES
contrib/bmake/Makefile [new file with mode: 0644]
contrib/bmake/Makefile.config.in [new file with mode: 0644]
contrib/bmake/Makefile.in [deleted file]
contrib/bmake/bmake.1
contrib/bmake/bmake.cat1
contrib/bmake/boot-strap
contrib/bmake/bsd.after-import.mk
contrib/bmake/compat.c
contrib/bmake/cond.c
contrib/bmake/configure
contrib/bmake/configure.in
contrib/bmake/dir.c
contrib/bmake/job.c
contrib/bmake/job.h
contrib/bmake/main.c
contrib/bmake/make-bootstrap.sh.in
contrib/bmake/make.1
contrib/bmake/make.c
contrib/bmake/make.h
contrib/bmake/makefile.in [new file with mode: 0644]
contrib/bmake/meta.c
contrib/bmake/meta.h
contrib/bmake/mk/ChangeLog [new file with mode: 0644]
contrib/bmake/mk/FILES [new file with mode: 0644]
contrib/bmake/mk/README [new file with mode: 0644]
contrib/bmake/mk/auto.dep.mk [new file with mode: 0644]
contrib/bmake/mk/auto.obj.mk [new file with mode: 0644]
contrib/bmake/mk/autoconf.mk [new file with mode: 0644]
contrib/bmake/mk/autodep.mk [new file with mode: 0644]
contrib/bmake/mk/dep.mk [new file with mode: 0644]
contrib/bmake/mk/dirdeps.mk [new file with mode: 0644]
contrib/bmake/mk/doc.mk [new file with mode: 0644]
contrib/bmake/mk/dpadd.mk [new file with mode: 0644]
contrib/bmake/mk/final.mk [new file with mode: 0644]
contrib/bmake/mk/gendirdeps.mk [new file with mode: 0644]
contrib/bmake/mk/host-target.mk [new file with mode: 0644]
contrib/bmake/mk/host.libnames.mk [new file with mode: 0644]
contrib/bmake/mk/inc.mk [new file with mode: 0644]
contrib/bmake/mk/init.mk [new file with mode: 0644]
contrib/bmake/mk/install-mk [new file with mode: 0644]
contrib/bmake/mk/install-new.mk [new file with mode: 0644]
contrib/bmake/mk/java.mk [new file with mode: 0644]
contrib/bmake/mk/lib.mk [new file with mode: 0644]
contrib/bmake/mk/libnames.mk [new file with mode: 0644]
contrib/bmake/mk/libs.mk [new file with mode: 0644]
contrib/bmake/mk/links.mk [new file with mode: 0644]
contrib/bmake/mk/man.mk [new file with mode: 0644]
contrib/bmake/mk/meta.autodep.mk [new file with mode: 0644]
contrib/bmake/mk/meta.stage.mk [new file with mode: 0644]
contrib/bmake/mk/meta.subdir.mk [new file with mode: 0644]
contrib/bmake/mk/meta.sys.mk [new file with mode: 0644]
contrib/bmake/mk/meta2deps.py [new file with mode: 0755]
contrib/bmake/mk/meta2deps.sh [new file with mode: 0755]
contrib/bmake/mk/mk-files.txt [new file with mode: 0644]
contrib/bmake/mk/nls.mk [new file with mode: 0644]
contrib/bmake/mk/obj.mk [new file with mode: 0644]
contrib/bmake/mk/options.mk [new file with mode: 0644]
contrib/bmake/mk/own.mk [new file with mode: 0644]
contrib/bmake/mk/prlist.mk [new file with mode: 0644]
contrib/bmake/mk/prog.mk [new file with mode: 0644]
contrib/bmake/mk/progs.mk [new file with mode: 0644]
contrib/bmake/mk/rst2htm.mk [new file with mode: 0644]
contrib/bmake/mk/scripts.mk [new file with mode: 0644]
contrib/bmake/mk/srctop.mk [new file with mode: 0644]
contrib/bmake/mk/stage-install.sh [new file with mode: 0755]
contrib/bmake/mk/subdir.mk [new file with mode: 0644]
contrib/bmake/mk/sys.clean-env.mk [new file with mode: 0644]
contrib/bmake/mk/sys.dependfile.mk [new file with mode: 0644]
contrib/bmake/mk/sys.mk [new file with mode: 0644]
contrib/bmake/mk/sys/AIX.mk [new file with mode: 0644]
contrib/bmake/mk/sys/Darwin.mk [new file with mode: 0644]
contrib/bmake/mk/sys/Generic.mk [new file with mode: 0644]
contrib/bmake/mk/sys/HP-UX.mk [new file with mode: 0644]
contrib/bmake/mk/sys/IRIX.mk [new file with mode: 0644]
contrib/bmake/mk/sys/Linux.mk [new file with mode: 0644]
contrib/bmake/mk/sys/NetBSD.mk [new file with mode: 0644]
contrib/bmake/mk/sys/OSF1.mk [new file with mode: 0644]
contrib/bmake/mk/sys/OpenBSD.mk [new file with mode: 0644]
contrib/bmake/mk/sys/SunOS.mk [new file with mode: 0644]
contrib/bmake/mk/sys/UnixWare.mk [new file with mode: 0644]
contrib/bmake/mk/target-flags.mk [new file with mode: 0644]
contrib/bmake/mk/warnings.mk [new file with mode: 0644]
contrib/bmake/mk/yacc.mk [new file with mode: 0644]
contrib/bmake/parse.c
contrib/bmake/realpath.c
contrib/bmake/suff.c
contrib/bmake/var.c