| Age | Commit message (Expand) | Author |
| 2007-10-07 | Do not abort on exit code 1 from postinstall check, this is expected. | pavel |
| 2007-09-07 | Provide 'do-libgcc' to build gnu/lib/crtstuff${LIBGCC_EXT} (if necessary) | lukem |
| 2007-08-30 | Add an iso-image-source option which does the same thing as iso-image but | jnemeth |
| 2007-03-06 | Add an iso_image target (iso-image as a target name doesn't play well with | bouyer |
| 2006-09-07 | don't filter out .WAIT when converting from _SUBDIR to SUBDIR | dbj |
| 2006-06-02 | remove support for building (with) GCC 2.95. also: | mrg |
| 2006-04-07 | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. | mrg |
| 2006-01-28 | * Add an "iso-image" target in the top level Makefile, | apb |
| 2006-01-21 | Add .MAKE to all targets that use ${MAKEDIRTARGET} otherwise make closes | dsl |
| 2006-01-04 | Add a new "syspkgs" target, which simply chains to the "syspkgs" target | apb |
| 2005-08-25 | Modify "release" to invoke "make distribution" instead of "make build", | lukem |
| 2005-04-17 | use usr.sbin/postinstall/postinstall instead of etc/postinstall | lukem |
| 2005-01-01 | correct the comment describing the build order | lukem |
| 2004-09-02 | DO do-gnu-lib-crtstuff${LIBGCC_EXT} only when ${HAVE_GCC3} != "no", | tacha |
| 2004-08-28 | Switch to using GCC's supplied crtbegin / crtend files. | thorpej |
| 2004-07-30 | The do-lib-libdes BUILDTARGET is unnecessary now we have the DEPLIBS | lukem |
| 2004-05-17 | Move '${MAKEDIRTARGET} x11 distribution' from Makefile::distribution to | lukem |
| 2004-05-16 | Perform 'make distribution' in ./x11/ as part of the distribution target. | lukem |
| 2004-04-13 | Convert lines of the form | lukem |
| 2004-02-15 | Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode | skrll |
| 2004-02-06 | MAKEVERBOSE support for build-docs | lukem |
| 2004-01-27 | implement params with cd etc && make params | lukem |
| 2004-01-27 | Apply the .PHONY attribute where appropriate. | lukem |
| 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 |