| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -3/+3 |
* | Moved `clean:' below, just before the inclusion of bsd.obj.mk, | ru | 2002-07-21 | 1 | -36/+36 |
* | Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern. | ru | 2002-07-19 | 1 | -1/+1 |
* | Correction to the previous revision: define SHLIB_LINK if SHLIB_NAME | ru | 2002-07-18 | 1 | -1/+3 |
* | Make it possible (again) to build and install shared library only. | ru | 2002-07-03 | 1 | -19/+38 |
* | Try really hard to fix parallel installs. Add a bunch of .ORDER | ru | 2002-07-03 | 1 | -0/+2 |
* | Handle installation of hard and symbolic links via a seperate .mk file. | ru | 2002-07-02 | 1 | -24/+1 |
* | If CLEANFILES is nil or not defined, do not try to remove it. This happens | jmallett | 2002-06-26 | 1 | -0/+2 |
* | Reimplement FILES support using bsd.files.mk with the | ru | 2002-06-03 | 1 | -0/+1 |
* | Revision 1.39 made filtering of CFLAGS unnecessary. | ru | 2002-05-22 | 1 | -6/+6 |
* | Rename `includes' to `buildincludes'. | ru | 2002-05-15 | 1 | -3/+1 |
* | CLEANFILES are too long for libc. | ru | 2002-05-13 | 1 | -11/+24 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 1 | -79/+71 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -19/+10 |
* | Back out rev 1.118. | obrien | 2002-05-12 | 1 | -12/+5 |
* | [Ab]use LDFLAGS rather than CFLAGS. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Pass CFLAGS to {CC} when using it as an `ld' replacement. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Pay attention to LDFLAGS when linking. | obrien | 2002-05-09 | 1 | -8/+8 |
* | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. | obrien | 2002-05-09 | 1 | -5/+12 |
* | Added internal, non-recursive (SUBDIR) versions of the `all-man' | ru | 2002-05-07 | 1 | -2/+2 |
* | Install the manpages before descending into SUBDIRs. | ru | 2002-05-07 | 1 | -3/+4 |
* | Abuse bsd.obj.mk for defining default distribute target. | ru | 2002-04-24 | 1 | -8/+0 |
* | Change the name of the 'bin' distribution to 'base'. | obrien | 2002-04-23 | 1 | -1/+1 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -21/+11 |
* | Make .asm transformation rules synonyms to the .s rules. | ru | 2002-04-22 | 1 | -21/+3 |
* | Style. Fix long lines and a <tab> indent that should be 4 spaces. | markm | 2002-04-21 | 1 | -5/+5 |
* | reorg a little. | obrien | 2002-04-20 | 1 | -7/+7 |
* | Add .asm as an alias for .s. .asm is common in contribed sources. | obrien | 2002-04-19 | 1 | -1/+19 |
* | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 1 | -8/+1 |
* | Fixed the nasty bug where .depend file that exists somewhere in | ru | 2002-04-07 | 1 | -1/+1 |
* | Install static and profiled libraries with -C. | des | 2002-03-22 | 1 | -2/+2 |
* | lint the previous lint commit. | ru | 2002-03-18 | 1 | -14/+12 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | markm | 2002-03-17 | 1 | -7/+34 |
* | Consistently use $PICFLAG. | obrien | 2002-03-12 | 1 | -2/+2 |
* | Spell pic "PIC" for sparc64. | obrien | 2002-03-12 | 1 | -0/+4 |
* | Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1 | ru | 2002-02-21 | 1 | -14/+5 |
* | Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for | bde | 2001-12-03 | 1 | -1/+1 |
* | Fix cross-building, etc: | ru | 2001-09-29 | 1 | -1/+1 |
* | When bootstrapping (build-tools and cross-tools), avoid | ru | 2001-09-21 | 1 | -1/+1 |
* | Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk | kris | 2001-05-19 | 1 | -0/+2 |
* | Make it possible to build manpages for the entire source tree. | ru | 2001-03-27 | 1 | -1/+6 |
* | Do not depend on ``all-man'' if -DNOMAN. | ru | 2001-03-26 | 1 | -1/+4 |
* | Change "building the standard ${LIB} library" to "building the static | peter | 2000-10-02 | 1 | -1/+1 |
* | When dubiously reprogramming .SUFFIXES, don't screw up the order of .S | bde | 2000-06-08 | 1 | -1/+1 |
* | Unbroke PRECIOUSLIB feature (broken in rev 1.88). | ru | 2000-02-03 | 1 | -1/+1 |
* | Introduce the new mk internal target _includeinstall and add the | rgrimes | 2000-01-14 | 1 | -1/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. | hoek | 1999-07-31 | 1 | -5/+14 |
* | add support to buildworld as a normal user: | jmg | 1999-06-24 | 1 | -3/+3 |
* | Removed all traces of LN_FLAGS. It was only used to produce a link | bde | 1999-03-23 | 1 | -4/+14 |