| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit the correct standard library dependency line for C++ programs. In | des | 2013-09-09 | 1 | -1/+1 |
* | Create a private library directory (LIBPRIVATEDIR) for libraries which | des | 2013-09-08 | 1 | -0/+4 |
* | Add a new knob WITH_DEBUG_FILES to control the building of standalone | emaste | 2013-06-07 | 1 | -7/+57 |
* | Always define and use PROGNAME | emaste | 2013-03-26 | 1 | -5/+1 |
* | Make sure to set OBJS consistently in the cases where SRCS is and isn't | markj | 2013-03-26 | 1 | -1/+1 |
* | Remove support for installing 1aout section manpages. | brooks | 2013-01-16 | 1 | -2/+1 |
* | Explicitly specify that the beforelinking target depends on the | markj | 2012-12-31 | 1 | -0/+2 |
* | Minor refactoring prior to .symbols file changes | emaste | 2012-12-14 | 1 | -8/+6 |
* | When using -stdlib=libc++, add the correct dependency to .depend in | dim | 2012-08-25 | 1 | -0/+4 |
* | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | fjoe | 2011-11-30 | 1 | -3/+3 |
* | - fix WITH_CTF when specified in /etc/src.conf [1] | fjoe | 2011-11-29 | 1 | -8/+3 |
* | Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead | fjoe | 2011-11-29 | 1 | -6/+6 |
* | Remove libobjc and other Objective-C related components, as these are | dim | 2011-04-17 | 1 | -10/+0 |
* | Fix typo in previous commit. | rpaulo | 2010-09-10 | 1 | -1/+1 |
* | Check the existence of a 'beforelinking' target and make the resulting | rpaulo | 2010-09-10 | 1 | -1/+9 |
* | Add missing escape characthers. | rpaulo | 2010-07-30 | 1 | -1/+1 |
* | Fix previous commit: I forgot to include parenthesis. | rpaulo | 2010-07-30 | 1 | -4/+4 |
* | When building WITH_CTF=1, print the ctf executable that's going to be | rpaulo | 2010-07-29 | 1 | -2/+6 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -6/+7 |
* | Also add DEBUG_FLAGS to CXXFLAGS if defined. | marcel | 2010-02-18 | 1 | -0/+1 |
* | Add support for the Compact C Type (CTF) conversions throughout FreeBSD's | jb | 2008-05-22 | 1 | -0/+10 |
* | Fixed "make checkdpadd" (missing library dependencies). | ru | 2007-10-01 | 1 | -1/+5 |
* | 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 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -4/+4 |
* | 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 |
* | Make sure the only thing that follows .endif or .else is a comment. | harti | 2005-04-11 | 1 | -2/+2 |
* | Linkage with -lobjc requires -lpthread nowadays. | jmallett | 2005-01-26 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | NOFSCHG -> NO_FSCHG | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -4/+4 |
* | If PORTNAME is set in a system Makefile then hook into the ports | paul | 2004-12-20 | 1 | -0/+4 |
* | Install precious programs with -S. | ru | 2004-11-12 | 1 | -1/+4 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -0/+4 |
* | Removed COPTS support from kmod.mk and kern.pre.mk. | ru | 2004-08-13 | 1 | -0/+1 |
* | Two changes to aid in cleaning up sys/boot/ makefiles: | ru | 2004-02-09 | 1 | -3/+9 |
* | make(1) can now handle spaces surrounding parenthesis correctly. | ru | 2004-02-05 | 1 | -1/+1 |
* | Fixed bogus ${FOO:Mbar} tests where the actual intent is to check | ru | 2004-01-27 | 1 | -1/+1 |
* | Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs. | ru | 2003-08-31 | 1 | -2/+17 |
* | Add ${CRUNCH_CFLAGS} support for adding compile options to crunch | gordon | 2003-06-29 | 1 | -0/+1 |
* | Remove some games/ cruft that is no longer of relevance. | markm | 2003-05-03 | 1 | -4/+0 |
* | Added the new variable CTAGS which, if set to "ctags", reverts | ru | 2002-10-17 | 1 | -14/+0 |
* | 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 | -7/+0 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -3/+3 |
* | Try really hard to fix parallel installs. Add a bunch of .ORDER | ru | 2002-07-03 | 1 | -0/+3 |
* | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | ru | 2002-07-02 | 1 | -0/+3 |
* | Handle installation of hard and symbolic links via a seperate .mk file. | ru | 2002-07-02 | 1 | -24/+1 |
* | Reimplement FILES support using bsd.files.mk with the | ru | 2002-06-03 | 1 | -28/+2 |