summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2004-01-08Implement do-x11, to run "make build" in ./x11/lukem
2004-01-06rename release-info to etc-releaselukem
2004-01-04Run "cd etc && make install-release-info" at the end of the "build" target.lukem
2004-01-04only build do-lib-libdes if ${MKCRYPTO}!=nolukem
2004-01-03Consistently check ${TOOLCHAIN_MISSING} against "no".lukem
2003-12-05fix some commentslukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-25maybe build gnu/lib/libgcc3 instead of libgcc[2]mrg
2003-07-25document do-lib-libdeslukem
2003-07-24Make and install libdes before the rest; libkrb needs it.fvdl
2003-07-21tweak how postinstall-fix-obsolete is made. (may fix various problem reports)lukem
2003-07-20redo previous (functionality rollback of 1.213) to retain the style of 1.213lukem
2003-07-20Undo revision 1.213 now that grotty is fixed. Tested by lukem, thanks!wiz
2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem
2003-07-18grotty from groff 1.19 needs -c for -b, -o or -u to work.lukem
2003-07-17Add postinstall-fix-obsolete (to invoke "postinstall fix obsolete" -lukem
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-07-08add MAKECONF to vars that "params" target showslukem
2003-07-06Add "params" target, to display the value of various variables.lukem
2003-07-05update "targets invoked by make build" to match reality ...lukem
2003-06-26build libgcc early, if at alldrochner
2003-05-10Add "sourcesets" argument/target, which builds source sets intolukem
2003-04-18.WAIT before distrib, since distrib may need things built earlierthorpej
2003-04-17libcrypto no longer depends on libcrypt, so there is no need to buildthorpej
2003-04-04Fix merge botch in last.thorpej
2003-04-04Always build tools/compat, so that random host helper programsthorpej
2003-04-03Link libcrypto against libcrypt to make sure crypt() is still there -- andmycroft
2003-02-22all:lukem
2003-01-26- Add "sets" top-level Makefile target and build.sh operation.lukem
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-04Add an obj rule to create ${KERNOBJDIR} here, at the end of the "make obj"lukem
2003-01-03Install release files under "${RELEASEDIR}/${MACHINE}/..." instead oflukem
2003-01-02The obj target for src/etc is invoked too early for it to functionatatat
2002-12-26fix DESTDIR checks if !defined(DESTDIR)lukem
2002-12-21* Add two new (experimental) targets:lukem
2002-12-02improve previous; show times at end of distribution/release/snapshot as welllukem
2002-12-02show the start time at the end of the build as well.lukem
2002-11-29Add do-{target} aliases for: cleandir obj includeslukem
2002-11-12MKDYNAMICROOT for a.outitohy
2002-09-21move BUILDING.mdoc -> doc/BUILDING.mdoclukem
2002-09-17* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it intothorpej
2002-09-14Add a do-lib-libc target which is processed after do-lib-csu. Thisthorpej
2002-08-30print date when make {distribution,release,snapshot} finishedlukem
2002-08-26add "do-ld.elf_so" target, which builds & installs libexec/ld.elf_so.lukem
2002-08-22descend into "rescue"lukem
2002-07-10Fix botch in previous. Actually do "build" for "distribution".uwe
2002-07-10After running the body of the "distribution" target, do a "checkflist", sothorpej
2002-06-26find the Makefile for postinstall-check in the presence of ${.OBJDIR}sdrochner
2002-06-26Fix what rev. 1.176 broke, in particular, doing a priv'd build intothorpej
2002-06-20Fix whitespace usage in comment.enami