summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace diff reduction between bsd.prog.mk and bsd.lib.mk outputs.ru2003-08-311-2/+17
* Add ${CRUNCH_CFLAGS} support for adding compile options to crunchgordon2003-06-291-0/+1
* Remove some games/ cruft that is no longer of relevance.markm2003-05-031-4/+0
* Added the new variable CTAGS which, if set to "ctags", revertsru2002-10-171-14/+0
* Extend the lint handling a bit.markm2002-09-201-3/+3
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-3/+3
* Try really hard to fix parallel installs. Add a bunch of .ORDERru2002-07-031-0/+3
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-0/+3
* Handle installation of hard and symbolic links via a seperate .mk file.ru2002-07-021-24/+1
* Reimplement FILES support using bsd.files.mk with theru2002-06-031-28/+2
* Rename `includes' to `buildincludes'.ru2002-05-151-3/+1
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-6/+4
* Added internal, non-recursive (SUBDIR) versions of the `all-man'ru2002-05-071-2/+2
* Install PROG before SCRIPTS and FILES, but make sureru2002-05-071-4/+8
* Splitting "realinstall" into parts was a (failed) part of the workru2002-04-291-5/+4
* Abuse bsd.obj.mk for defining default distribute target.ru2002-04-241-8/+0
* Change the name of the 'bin' distribution to 'base'.obrien2002-04-231-1/+1
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.ru2002-04-231-19/+10
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-191-1/+1
* ${INSTALLFLAGS} aren't suitable for installing ${SCRIPTS} and ${FILES}.ru2002-04-171-2/+2
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-7/+1
* Back out second part of the previous change. While this wasru2002-04-121-2/+9
* Fixed the fatal breakage I introduced in the last commit.ru2002-04-121-1/+1
* Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.ru2002-04-121-5/+7
* Implement PROG_CXX for <bsd.prog.mk>.ru2002-04-111-0/+10
* Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55.ru2002-04-111-3/+3
* Fixed the nasty bug where .depend file that exists somewhere inru2002-04-071-1/+1
* Obviate the need to set the COMPILER_PATH and LIBRARY_PATH in Makefile.inc1ru2002-02-211-4/+0
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-5/+32
* Unbreak "make lint" for programs and "make llib-l${LIB}.ln" forbde2001-12-031-1/+1
* When bootstrapping (build-tools and cross-tools), avoidru2001-09-211-1/+1
OpenPOWER on IntegriCloud