Module Name: othersrc Committed By: dholland Date: Mon Feb 25 00:59:53 UTC 2013
Update of /cvsroot/othersrc/usr.bin/dholland-make In directory ivanova.netbsd.org:/tmp/cvs-serv20808 Log Message: Import a copy of make from HEAD. I'm going to beating this one like a rented mule. :-) For various reasons it seems like using othersrc for this particular hacking run is a better idea than using a branch in src; for one thing I'm likely to be adding and removing files, and for another it is more likely that this version will become a guide for making more measured updates to the master version than that it will eventually itself become the master version. Status: Vendor Tag: HEAD Release Tags: HEAD-20130225 N othersrc/usr.bin/dholland-make/arch.c N othersrc/usr.bin/dholland-make/buf.c N othersrc/usr.bin/dholland-make/buf.h N othersrc/usr.bin/dholland-make/compat.c N othersrc/usr.bin/dholland-make/cond.c N othersrc/usr.bin/dholland-make/config.h N othersrc/usr.bin/dholland-make/dir.c N othersrc/usr.bin/dholland-make/dir.h N othersrc/usr.bin/dholland-make/for.c N othersrc/usr.bin/dholland-make/hash.c N othersrc/usr.bin/dholland-make/hash.h N othersrc/usr.bin/dholland-make/job.c N othersrc/usr.bin/dholland-make/job.h N othersrc/usr.bin/dholland-make/lst.h N othersrc/usr.bin/dholland-make/main.c N othersrc/usr.bin/dholland-make/make.c N othersrc/usr.bin/dholland-make/make.h N othersrc/usr.bin/dholland-make/make_malloc.c N othersrc/usr.bin/dholland-make/make_malloc.h N othersrc/usr.bin/dholland-make/meta.c N othersrc/usr.bin/dholland-make/meta.h N othersrc/usr.bin/dholland-make/nonints.h N othersrc/usr.bin/dholland-make/parse.c N othersrc/usr.bin/dholland-make/pathnames.h N othersrc/usr.bin/dholland-make/sprite.h N othersrc/usr.bin/dholland-make/str.c N othersrc/usr.bin/dholland-make/strlist.c N othersrc/usr.bin/dholland-make/suff.c N othersrc/usr.bin/dholland-make/strlist.h N othersrc/usr.bin/dholland-make/targ.c N othersrc/usr.bin/dholland-make/trace.c N othersrc/usr.bin/dholland-make/trace.h N othersrc/usr.bin/dholland-make/util.c N othersrc/usr.bin/dholland-make/var.c N othersrc/usr.bin/dholland-make/Makefile N othersrc/usr.bin/dholland-make/Makefile.boot N othersrc/usr.bin/dholland-make/make.1 N othersrc/usr.bin/dholland-make/PSD.doc/Makefile N othersrc/usr.bin/dholland-make/PSD.doc/tutorial.ms N othersrc/usr.bin/dholland-make/lst.lib/lstAppend.c N othersrc/usr.bin/dholland-make/lst.lib/lstAtEnd.c N othersrc/usr.bin/dholland-make/lst.lib/lstAtFront.c N othersrc/usr.bin/dholland-make/lst.lib/lstClose.c N othersrc/usr.bin/dholland-make/lst.lib/lstConcat.c N othersrc/usr.bin/dholland-make/lst.lib/lstDatum.c N othersrc/usr.bin/dholland-make/lst.lib/lstDeQueue.c N othersrc/usr.bin/dholland-make/lst.lib/lstDestroy.c N othersrc/usr.bin/dholland-make/lst.lib/lstDupl.c N othersrc/usr.bin/dholland-make/lst.lib/lstEnQueue.c N othersrc/usr.bin/dholland-make/lst.lib/lstFind.c N othersrc/usr.bin/dholland-make/lst.lib/lstFindFrom.c N othersrc/usr.bin/dholland-make/lst.lib/lstFirst.c N othersrc/usr.bin/dholland-make/lst.lib/lstForEach.c N othersrc/usr.bin/dholland-make/lst.lib/lstForEachFrom.c N othersrc/usr.bin/dholland-make/lst.lib/lstInit.c N othersrc/usr.bin/dholland-make/lst.lib/lstInsert.c N othersrc/usr.bin/dholland-make/lst.lib/lstInt.h N othersrc/usr.bin/dholland-make/lst.lib/lstIsAtEnd.c N othersrc/usr.bin/dholland-make/lst.lib/lstIsEmpty.c N othersrc/usr.bin/dholland-make/lst.lib/lstLast.c N othersrc/usr.bin/dholland-make/lst.lib/lstMember.c N othersrc/usr.bin/dholland-make/lst.lib/lstNext.c N othersrc/usr.bin/dholland-make/lst.lib/lstOpen.c N othersrc/usr.bin/dholland-make/lst.lib/lstPrev.c N othersrc/usr.bin/dholland-make/lst.lib/lstRemove.c N othersrc/usr.bin/dholland-make/lst.lib/lstReplace.c N othersrc/usr.bin/dholland-make/lst.lib/lstSucc.c N othersrc/usr.bin/dholland-make/lst.lib/Makefile N othersrc/usr.bin/dholland-make/unit-tests/Makefile N othersrc/usr.bin/dholland-make/unit-tests/comment N othersrc/usr.bin/dholland-make/unit-tests/cond1 N othersrc/usr.bin/dholland-make/unit-tests/doterror N othersrc/usr.bin/dholland-make/unit-tests/dotwait N othersrc/usr.bin/dholland-make/unit-tests/error N othersrc/usr.bin/dholland-make/unit-tests/export N othersrc/usr.bin/dholland-make/unit-tests/export-all N othersrc/usr.bin/dholland-make/unit-tests/forloop N othersrc/usr.bin/dholland-make/unit-tests/forsubst N othersrc/usr.bin/dholland-make/unit-tests/hash N othersrc/usr.bin/dholland-make/unit-tests/misc N othersrc/usr.bin/dholland-make/unit-tests/moderrs N othersrc/usr.bin/dholland-make/unit-tests/modmatch N othersrc/usr.bin/dholland-make/unit-tests/modmisc N othersrc/usr.bin/dholland-make/unit-tests/modorder N othersrc/usr.bin/dholland-make/unit-tests/modts N othersrc/usr.bin/dholland-make/unit-tests/modword N othersrc/usr.bin/dholland-make/unit-tests/order N othersrc/usr.bin/dholland-make/unit-tests/phony-end N othersrc/usr.bin/dholland-make/unit-tests/posix N othersrc/usr.bin/dholland-make/unit-tests/qequals N othersrc/usr.bin/dholland-make/unit-tests/sysv N othersrc/usr.bin/dholland-make/unit-tests/ternary N othersrc/usr.bin/dholland-make/unit-tests/test.exp N othersrc/usr.bin/dholland-make/unit-tests/unexport N othersrc/usr.bin/dholland-make/unit-tests/unexport-env N othersrc/usr.bin/dholland-make/unit-tests/varcmd No conflicts created by this import