summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2001-11-25Add a wrapper for the "distribution" target, similar to the wrapperthorpej
2001-11-24Add a new target (infodir-meta:) that synthesizes the share/info/dirperry
2001-11-20No, really revert previous. Recursing to etc works, and I'm in the middletv
2001-11-20No, really take etc and distrib out of the default subdirthorpej
2001-11-15Warn when "make build" is started with USE_NEW_TOOLCHAIN on a platform fortv
2001-11-13Reverse the order of "make cleandir" and "make obj" back to the way theytv
2001-11-13Rather than build in `tools' and `lib' twice, build `tools' and `lib'tv
2001-11-13The top level has an objdir now, so make sure to cd to ${.CURDIR} whentv
2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv
2001-11-11Create an objdir here for storage of timestamps, build-wide data, and sotv
2001-11-01By popular demand, one preformatted version of BUILDING, plaintext, no CRs.tv
2001-11-01Revert previous. <bsd.own.mk> already defaults MKOBJDIRS to "no". Alsotv
2001-11-01Add back original behavior of MKOBJDIRS defaulting to "no" so it doesn'tjmc
2001-10-31Add back logic which forces DESTDIR=/ for the distrib-dirs rule if it's not setjmc
2001-10-31* Always descend into "tools" regardless of USETOOLS setting. Instead,tv
2001-10-30Work around parallelism lossage, because .ORDER doesn't work yettv
2001-10-29Add rules for generating plaintext and HTML versions of the "BUILDING"tv
2001-10-24Re-add intermediate dependall/install targets (do-lib-csu, do-lib,tv
2001-10-24Add shortcut rules to avoid going into distrib on unneeded (and in sometv
2001-10-24Revert previous. etc and distrib do now belong in _SUBDIR; the correct fixtv
2001-10-21Remove distrib and etc from _SUBDIR. These should never get added to thejmc
2001-10-19Add a couple more shortcut rules for the "tools" subdir to prevent recursion.tv
2001-10-19Changetv
2001-10-19Overhaul and simplify the top level Makefile, and add some sanity checking.tv
2001-10-12Use @true instead of @${TRUE} in includes-foo targets, since there is nonathanw
2001-10-10Do not descend into `tools' on make clean{dir,} if USETOOLS=no, as doingjwise
2001-10-08Add "tools" to the list of subdirs for an explicit "make obj" ortv
2001-10-04Use ${.CURDIR}/share/mk to include bsd.own.mk and bsd.subdir.mk into thistv
2001-10-01UPDATING (1.38) says:mason
2001-09-22Put do-make-tools before creating distrib-dirs (as binstall has to betv
2001-09-22Always use src/share/mk as the source of the system .mk files for a build.tv
2001-09-21- Remove the include of Makefile.tools; this will be done elsewhere.tv
2001-08-17Make sure DESTDIR is always set when calling the distrib-dirs target.thorpej
2001-08-14The final step -- hook src/tools into the main build. If USE_NEW_TOOLCHAIN istv
2001-08-02Wrap a long line.enami
2001-06-10clarify some variable documentation; from cagneymrg
2001-06-10make previous work with -j. idea from cagneymrg
2001-06-10fix PR#12832: split `make build' up into these steps (from new themrg
2001-05-08parallelize the obj pass, toosommerfeld
2000-10-07if building w/o a DESTDIR, grab the system make files from the sourcedeberg
2000-08-19Descend into distrib on "make cleandir", too. This will let "make build"fredb
2000-08-05Document the cool NOCLEANDIR/NOINCLUDES options that somebody added.toddpw
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-05-21remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk ...mrg
2000-05-18Add ${_M} where it was missing in a few places.thorpej
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9, as well.thorpej
2000-05-06if MAKEOBJDIRPREFIX defined, include etc in make objsjg
2000-04-11use MKSHARE=no instead.mrg
2000-04-10fix long standing bug in `make build' with $DESTDIR:mrg
2000-04-09At least one crypto-intl lib has an info file(s) - add MKINFO=no to thesimonb