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