| Commit message (Expand) | Author | Age | Files | Lines |
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles should | ru | 2007-10-20 | 1 | -1/+1 |
* | Style: remove redundant parentheses. | ru | 2007-05-21 | 1 | -1/+1 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -1/+1 |
* | Break out Version.map generation code from bsd.lib.mk into a | kan | 2007-04-03 | 1 | -33/+2 |
* | - Don't pass an empty ``NM='' to lorder(1) when NM is unset. | ru | 2006-10-25 | 1 | -3/+17 |
* | When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easy | obrien | 2006-09-13 | 1 | -0/+1 |
* | Add a knob for compiling the tree -DNDEBUG. This turns off all the | imp | 2006-09-11 | 1 | -0/+4 |
* | Pass whatever the value of NM down to lorder. This allows one to | imp | 2006-08-25 | 1 | -3/+3 |
* | Add proper dependencies for the version map, and make sure 'make clean' | des | 2006-03-23 | 1 | -1/+4 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -3/+3 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -5/+5 |
* | Teach bsd.lib.mk to auto generate a version map file based on | deischen | 2006-03-16 | 1 | -0/+40 |
* | Handle NO_INCS solely inside bsd.incs.mk. | ru | 2006-02-03 | 1 | -2/+0 |
* | Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not include | ru | 2005-11-19 | 1 | -0/+2 |
* | Don't install ${LIB}_pic.a if NO_TOOLCHAIN | phk | 2005-08-05 | 1 | -2/+2 |
* | Make sure the only thing that follows .endif or .else is a comment. | harti | 2005-04-11 | 1 | -3/+3 |
* | Allow building/installing of NLS catalogs while building of libraries | phantom | 2005-02-08 | 1 | -0/+1 |
* | NOFSCHG -> NO_FSCHG | ru | 2004-12-21 | 1 | -1/+1 |
* | NOINSTALLLIB -> NO_INSTALLLIB | ru | 2004-12-21 | 1 | -1/+1 |
* | NOEXTRADEPEND -> NO_EXTRADEPEND | ru | 2004-12-21 | 1 | -1/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -6/+6 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -3/+3 |
* | Install precious shared libraries with -S. | ru | 2004-10-01 | 1 | -1/+4 |
* | Add SHLIB as a shortcut for shared-only libraries. | des | 2004-05-07 | 1 | -2/+5 |
* | Remove whitespace at EOL. | trhodes | 2004-03-15 | 1 | -1/+1 |
* | Fix some style bugs in previous commit. | trhodes | 2004-03-14 | 1 | -4/+1 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -3/+12 |
* | Fixed bogus ${FOO:Mbar} tests where the actual intent is to check | ru | 2004-01-27 | 1 | -1/+1 |
* | Guess better the source for object files in case .depend file is | ru | 2004-01-17 | 1 | -0/+6 |
* | - 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 |