| Commit message (Expand) | Author | Age | Files | Lines |
* | - No need to create libfoo.so -> libfoo.so.X symlinks in /lib, | ru | 2003-09-07 | 1 | -3/+8 |
* | Emergency backout of rev 1.152. This is a 100% guaranteed way to totally | peter | 2003-09-04 | 1 | -0/+4 |
* | As ld(1) was taught to look into /lib, there's no longer a reason | ru | 2003-09-03 | 1 | -4/+0 |
* | Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs. | ru | 2003-08-31 | 1 | -0/+2 |
* | When creating .so symlinks, use SHLIBDIR instead of LIBDIR so symlinks | gordon | 2003-08-17 | 1 | -3/+2 |
* | Handle the case where SHLIBDIR != LIBDIR. When creating links, we | gordon | 2003-08-17 | 1 | -1/+6 |
* | Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S. | ru | 2003-07-02 | 1 | -2/+9 |
* | Revert to using as(1) to compile plain assembler source files. | ru | 2003-07-02 | 1 | -9/+2 |
* | There's no reason to keep separate AINC knob anymore. | ru | 2003-07-01 | 1 | -8/+5 |
* | Propagate the ${AINC} knob (assembler include) to sys.mk, | ru | 2003-06-30 | 1 | -3/+0 |
* | Removed suffix-transformation rules that are duplicates | ru | 2003-06-30 | 1 | -20/+0 |
* | The use of ld(1) to strip compiler local and non-global | ru | 2003-06-30 | 1 | -36/+0 |
* | Add ${CRUNCH_CFLAGS} support for adding compile options to crunch | gordon | 2003-06-29 | 1 | -0/+2 |
* | Be consistent about the use of ${LDFLAGS} for the internal rules. Some | peter | 2003-06-26 | 1 | -10/+10 |
* | Remove NOSHLIBS, users can get by with NOPIC. | obrien | 2003-06-10 | 1 | -3/+1 |
* | Add NOSHLIBS. | obrien | 2003-04-27 | 1 | -1/+3 |
* | Extend the lint handling a bit. | markm | 2002-09-20 | 1 | -3/+3 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -20/+0 |
* | 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 |