| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use SUP and SUPFLAGS variables to change them to cvsup if needed | ache | 1996-10-05 | 1 | -4/+7 |
* | Add some 'world' hooks for libg++-2.7.2, specifically the new libstdc++ | peter | 1996-10-04 | 1 | -1/+4 |
* | Unlocalize `date` | ache | 1996-09-21 | 1 | -3/+3 |
* | Hooks to attempt to get 'make world' working with gcc-2.7.2.1. It's | peter | 1996-09-19 | 1 | -6/+8 |
* | Add 3 small lines which add to the utility of the "finished on `date`" | jkh | 1996-09-18 | 1 | -1/+6 |
* | Add usr.bin/sgmls to the build-tools target. | jfieber | 1996-09-10 | 1 | -1/+3 |
* | - cosmetic change to 'make world' | peter | 1996-08-30 | 1 | -4/+33 |
* | Revert all the make depend changes. | jkh | 1996-08-25 | 1 | -30/+30 |
* | Get rid of all the explicit calls to make depend. | jkh | 1996-08-23 | 1 | -31/+31 |
* | Removed extraneous .endif that was left during OBJDIR cleanup. | nate | 1996-08-07 | 1 | -2/+1 |
* | Move tsort back to lib-tools where it belongs, and add a "specially | peter | 1996-08-07 | 1 | -4/+4 |
* | Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ). | peter | 1996-08-07 | 1 | -7/+4 |
* | The bootstrap target in src/Makefile has the wrong order for lex/tsort | jkh | 1996-08-03 | 1 | -3/+3 |
* | Add tsort to bootstrap targets. | jkh | 1996-08-03 | 1 | -1/+3 |
* | General tidy-up of Makefile. The objective was to make it clear and | peter | 1996-07-27 | 1 | -143/+271 |
* | Fix typo in Makefile. | jraynard | 1996-07-21 | 1 | -2/+2 |
* | Add make to the bootstrap targets (I thought I committed this 3 days ago - | jkh | 1996-07-01 | 1 | -1/+2 |
* | Add beforeinstall decent into libtcl | phk | 1996-06-28 | 1 | -1/+2 |
* | Comment out the: | peter | 1996-06-27 | 1 | -4/+4 |