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