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