summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Revert r274200. Implicitly setting DEBUG_FLAGS when WITH_CTF is true ismarkj2014-11-081-1/+1
* Automatically build with debug symbols when building with WITH_CTF.markj2014-11-061-1/+1
* Allow standalone debug for non-default ${PROG} targetsemaste2014-09-021-3/+1
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-12/+0
* Make sure the DTrace header files are built before depend and beforerpaulo2014-08-131-1/+2
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+12
* g/c unmaintained, uninstalled bsd.pkg.mk. It tied into the portsimp2014-05-101-4/+0
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-1/+1
* bsd.compiler.mk was implicitly included by bsd.own.mk in historicalimp2014-05-071-0/+1
* There's no need to guess at the COMPILER_TYPE to pass it down. Weimp2014-03-301-1/+1
* For C++ programs, don't emit any explicit dependency to libstdc++.a ordim2013-11-041-1/+1
* Emit the correct standard library dependency line for C++ programs. Indes2013-09-091-1/+1
* Create a private library directory (LIBPRIVATEDIR) for libraries whichdes2013-09-081-0/+4
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-071-7/+57
* Always define and use PROGNAMEemaste2013-03-261-5/+1
* Make sure to set OBJS consistently in the cases where SRCS is and isn'tmarkj2013-03-261-1/+1
* Remove support for installing 1aout section manpages.brooks2013-01-161-2/+1
* Explicitly specify that the beforelinking target depends on themarkj2012-12-311-0/+2
* Minor refactoring prior to .symbols file changesemaste2012-12-141-8/+6
* When using -stdlib=libc++, add the correct dependency to .depend indim2012-08-251-0/+4
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-3/+3
* - fix WITH_CTF when specified in /etc/src.conf [1]fjoe2011-11-291-8/+3
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadfjoe2011-11-291-6/+6
* Remove libobjc and other Objective-C related components, as these aredim2011-04-171-10/+0
* Fix typo in previous commit.rpaulo2010-09-101-1/+1
* Check the existence of a 'beforelinking' target and make the resultingrpaulo2010-09-101-1/+9
* Add missing escape characthers.rpaulo2010-07-301-1/+1
* Fix previous commit: I forgot to include parenthesis.rpaulo2010-07-301-4/+4
* When building WITH_CTF=1, print the ctf executable that's going to berpaulo2010-07-291-2/+6
* WITH_CTF can now be specified in src.conf (not recommended, therenetchild2010-04-021-6/+7
* Also add DEBUG_FLAGS to CXXFLAGS if defined.marcel2010-02-181-0/+1
* Add support for the Compact C Type (CTF) conversions throughout FreeBSD'sjb2008-05-221-0/+10
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-1/+5
* When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easyobrien2006-09-131-0/+1
* Add a knob for compiling the tree -DNDEBUG. This turns off all theimp2006-09-111-0/+4
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+4
* Handle NO_INCS solely inside bsd.incs.mk.ru2006-02-031-2/+0
* Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not includeru2005-11-191-0/+2
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-111-2/+2
* Linkage with -lobjc requires -lpthread nowadays.jmallett2005-01-261-1/+1
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* NOFSCHG -> NO_FSCHGru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-4/+4
* If PORTNAME is set in a system Makefile then hook into the portspaul2004-12-201-0/+4
* Install precious programs with -S.ru2004-11-121-1/+4
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-0/+4
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-131-0/+1
* Two changes to aid in cleaning up sys/boot/ makefiles:ru2004-02-091-3/+9
* make(1) can now handle spaces surrounding parenthesis correctly.ru2004-02-051-1/+1
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkru2004-01-271-1/+1
OpenPOWER on IntegriCloud