| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use -B in initial build of "make". It doesn't exist in 2.1.x. | asami | 1997-10-10 | 1 | -4/+8 |
* | Removed uneeded ${.MAKEFLAGS} again. | bde | 1997-10-07 | 1 | -22/+22 |
* | Having to review all changes to this file _very_ carefully | jkh | 1997-10-06 | 1 | -3/+3 |
* | Hooboy! | jkh | 1997-10-06 | 1 | -13/+41 |
* | Removed redundant 'all' arg to " Making Make" target. | fsmp | 1997-10-05 | 1 | -3/+3 |
* | How the heck did this get back?? | markm | 1997-10-05 | 1 | -3/+3 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -87/+92 |
* | When bootstrapping lex, the object directory for lex/lib would be deleted | mckay | 1997-09-28 | 1 | -2/+5 |
* | Change for KTH KerberosIV. | markm | 1997-09-28 | 1 | -14/+22 |
* | When making make, do cleandir *before* objdir or we'll end | jkh | 1997-09-26 | 1 | -2/+2 |
* | Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different | bde | 1997-09-16 | 1 | -3/+3 |
* | When calling the src/include Makefile use the shorthand ``all beforeinstall'' | rgrimes | 1997-09-15 | 1 | -2/+2 |
* | Back out use of -m, since 2.1.x apparently do not have it. (sigh..) | peter | 1997-09-05 | 1 | -3/+3 |
* | Fix the ${BINFORMAT} definition problem during 'make {build}world'. The | peter | 1997-08-31 | 1 | -3/+3 |
* | Remove unneeded ${.MAKEFLAGS} being explicitly passed on via the command | peter | 1997-08-26 | 1 | -25/+25 |
* | Use new installhdrs target to install tcl includes. | bde | 1997-08-25 | 1 | -2/+2 |
* | Added directories in the includes target so that it installs | bde | 1997-08-21 | 1 | -1/+8 |
* | Restored rev.1.122, which was clobbered by copying from -stable in | bde | 1997-08-21 | 1 | -4/+13 |
* | Pass command line args to 'buildworld' and 'installworld' etc. Otherwise | peter | 1997-08-18 | 1 | -5/+5 |
* | In the includes target, call the header install target explicitly and then | peter | 1997-08-18 | 1 | -2/+2 |
* | fix a make world problem. | andreas | 1997-08-17 | 1 | -1/+2 |
* | Merge from -stable; NOTCL hook in beforeinstall. | asami | 1997-08-12 | 1 | -1/+4 |
* | Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch | asami | 1997-08-05 | 1 | -85/+191 |
* | More whitespace/tab fixes. | asami | 1997-07-31 | 1 | -6/+6 |
* | Consistently use tabs in the leading comments. | asami | 1997-07-31 | 1 | -3/+3 |
* | Remove sgml stuff from the build-tools target. It is no longer used | jfieber | 1997-06-08 | 1 | -5/+2 |
* | Add libmp and libz to the includes target. This makes "make includes -DCLOBBER; | jhay | 1997-06-08 | 1 | -1/+3 |
* | make beforeinstall in libalias from the includes target | peter | 1997-05-26 | 1 | -1/+2 |
* | Fix comment about LOCAL_DIRS. Now it works as advertised. :) | asami | 1997-05-21 | 1 | -2/+2 |
* | Remove evil MAKE_LOCAL and MAKE_PORTS hacks and replace them with | jkh | 1997-05-21 | 1 | -7/+7 |
* | Forgot to commit this.. Do a 'make all' in src/include before trying | peter | 1997-05-13 | 1 | -3/+2 |
* | Use `mk' files in share/mk (relative to the top level of the source | bde | 1997-05-10 | 1 | -17/+2 |
* | Change default build to include libc_r, but allow disadvantaged souls | jb | 1997-05-03 | 1 | -1/+2 |
* | Bootstrap the info `dir' file from here. | bde | 1997-04-30 | 1 | -3/+10 |
* | Process "lib/csu/i386" at the beginning of the "libraries" target, | jdp | 1997-04-09 | 1 | -5/+5 |
* | Back out csu fix, because it was just fixed differently | ache | 1997-04-02 | 1 | -2/+2 |
* | For csu/i386 add "all" before "beforeinstall", because "beforeinstall" | ache | 1997-04-02 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-23 | 1 | -1/+1 |
* | Add uudecode to lib-tools so that the -p option is available for | jkh | 1997-01-21 | 1 | -0/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+2 |
* | Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> is | jdp | 1997-01-12 | 1 | -1/+2 |
* | Remove yacc from the lib-tools target since it is now | steve | 1997-01-12 | 1 | -3/+1 |
* | Add -DNOINFO to MK_FLAGS, that's okay right? The comment says | jmacd | 1997-01-11 | 1 | -2/+4 |
* | Add yacc to lib-tools target, now that it's been changed. | jkh | 1997-01-07 | 1 | -1/+3 |
* | Add comment on -DALLLANG. | asami | 1996-12-20 | 1 | -1/+3 |
* | Use LC_TIME=C instead of LC_TIME= (POSIX) | ache | 1996-11-26 | 1 | -3/+3 |
* | use NOSHARE variable to skip 'share' directory, useful for shared installations | adam | 1996-11-01 | 1 | -2/+3 |
* | Improved comment about `all' target. | bde | 1996-10-25 | 1 | -16/+15 |
* | oops, how did this get into the reinstall target? :-] | peter | 1996-10-14 | 1 | -16/+1 |
* | Add awk to build target. | jkh | 1996-10-06 | 1 | -1/+3 |