]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Backport bmake to 9 so ports can rely on it being available.
authorsjg <sjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Mar 2014 23:51:28 +0000 (23:51 +0000)
committersjg <sjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Mar 2014 23:51:28 +0000 (23:51 +0000)
commitb17156836b84539abe73f87d32a6e0be909eb221
tree5bfe01d16e1bd0a6559fadff9ea2cc8e3018db43
parenta36364ff58d0ccf7ba5464ccec84585a9c2362e0
Backport bmake to 9 so ports can rely on it being available.
We only build/install it as bmake.

Requested by: bapt
Reviewed by: marcel

git-svn-id: svn://svn.freebsd.org/base/stable/9@263212 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
193 files changed:
contrib/bmake/ChangeLog [new file with mode: 0644]
contrib/bmake/FILES [new file with mode: 0644]
contrib/bmake/Makefile [new file with mode: 0644]
contrib/bmake/Makefile.config.in [new file with mode: 0644]
contrib/bmake/PSD.doc/Makefile [new file with mode: 0644]
contrib/bmake/PSD.doc/tutorial.ms [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/makefile.in [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/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/mkdeps.sh [new file with mode: 0755]
contrib/bmake/nonints.h [new file with mode: 0644]
contrib/bmake/os.sh [new file with mode: 0755]
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/unit-tests/Makefile.in [new file with mode: 0644]
contrib/bmake/unit-tests/comment [new file with mode: 0644]
contrib/bmake/unit-tests/cond1 [new file with mode: 0644]
contrib/bmake/unit-tests/doterror [new file with mode: 0644]
contrib/bmake/unit-tests/dotwait [new file with mode: 0644]
contrib/bmake/unit-tests/error [new file with mode: 0644]
contrib/bmake/unit-tests/export [new file with mode: 0644]
contrib/bmake/unit-tests/export-all [new file with mode: 0644]
contrib/bmake/unit-tests/export-env [new file with mode: 0644]
contrib/bmake/unit-tests/forloop [new file with mode: 0644]
contrib/bmake/unit-tests/forsubst [new file with mode: 0644]
contrib/bmake/unit-tests/hash [new file with mode: 0644]
contrib/bmake/unit-tests/misc [new file with mode: 0644]
contrib/bmake/unit-tests/moderrs [new file with mode: 0644]
contrib/bmake/unit-tests/modmatch [new file with mode: 0644]
contrib/bmake/unit-tests/modmisc [new file with mode: 0644]
contrib/bmake/unit-tests/modorder [new file with mode: 0644]
contrib/bmake/unit-tests/modts [new file with mode: 0644]
contrib/bmake/unit-tests/modword [new file with mode: 0644]
contrib/bmake/unit-tests/order [new file with mode: 0644]
contrib/bmake/unit-tests/phony-end [new file with mode: 0644]
contrib/bmake/unit-tests/posix [new file with mode: 0644]
contrib/bmake/unit-tests/qequals [new file with mode: 0644]
contrib/bmake/unit-tests/sunshcmd [new file with mode: 0644]
contrib/bmake/unit-tests/sysv [new file with mode: 0644]
contrib/bmake/unit-tests/ternary [new file with mode: 0644]
contrib/bmake/unit-tests/test.exp [new file with mode: 0644]
contrib/bmake/unit-tests/unexport [new file with mode: 0644]
contrib/bmake/unit-tests/unexport-env [new file with mode: 0644]
contrib/bmake/unit-tests/varcmd [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]
share/mk/sys.mk
usr.bin/Makefile
usr.bin/bmake/Makefile [new file with mode: 0644]
usr.bin/bmake/Makefile.config [new file with mode: 0644]
usr.bin/bmake/Makefile.inc [new file with mode: 0644]
usr.bin/bmake/config.h [new file with mode: 0644]
usr.bin/bmake/unit-tests/Makefile [new file with mode: 0644]