aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Import bsdconfig(8) as a replacement for the post-install abilities ofDevin Teske2012-07-141-0/+1
* Fix build after r237997.Gleb Smirnoff2012-07-021-0/+1
* - Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan2012-06-271-1/+1
* Add -DWITH_INSTALL_AS_USER to the source build (naming matches theDavid E. O'Brien2012-06-261-0/+12
* Ensure crunchen uses the same make binary as the rest of the build.David E. O'Brien2012-06-251-1/+1
* In CTFCONVERT_CMD initialization, check that ${MAKE_VERSION} is definedRobert Millan2012-06-161-1/+1
* Amend r227797 by also passing ${STATIC_CXXFLAGS} for the other supportedDimitry Andric2012-06-091-1/+1
* During buildworld and buildkernel, define EARLY_BUILD in the earlierDimitry Andric2012-06-031-3/+6
* Fix an inconsistency I just ran into for LDADD and DPADD. The descriptionMarcel Moolenaar2012-05-241-2/+2
* Add build opton MK_LS_COLORS to control whether ls(1) supports colorsMarcel Moolenaar2012-05-191-0/+1
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have theMarcel Moolenaar2012-05-191-0/+1
* Add missing LIBPROCSTAT.Marcel Moolenaar2012-05-191-0/+1
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+1
* - Hook up BSD sort to the build. By default, it will be installed asGabor Kovesdan2012-05-111-0/+1
* Revert r234656, and apply a proper fix for binutils PR 10474, whichDimitry Andric2012-05-071-2/+1
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptJeremie Le Hen2012-05-072-2/+29
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov2012-04-291-1/+2
* After r234596, temporarily disable building clang on 32-bit PowerPC,Dimitry Andric2012-04-241-1/+2
* Sort nm in order.Warner Losh2012-04-221-4/+4
* Fix partially merged patch from my external compiler tree in r234546.Warner Losh2012-04-211-0/+4
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of theDimitry Andric2012-04-161-2/+11
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-292-2/+2
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-221-0/+4
* Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mkDimitry Andric2012-03-161-84/+85
* Make boot2 build with Clang again.Jung-uk Kim2012-03-091-2/+4
* Revert r232473. I have been convinced by Doug Barton and Bjoern ZeebDimitry Andric2012-03-031-6/+6
* After r232322, it turned out many people (and some ports) are buildingDimitry Andric2012-03-031-6/+6
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-292-6/+11
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-281-4/+10
* Fix comma splice, can't ambiguity and quoting.Warner Losh2012-02-161-1/+1
* Wordsmith the can't find kernel error message, and suggest whichWarner Losh2012-02-151-1/+1
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,Dimitry Andric2012-02-051-0/+5
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disableRobert Millan2012-02-041-0/+8
* Allow crunchgen binary link generation to be disabled.Adrian Chadd2012-01-051-0/+5
* Add WITHOUT_CAPSICUM src.conf(5) define, which can be used to compile outRobert Watson2012-01-021-0/+1
* Disable another clang warning (-Wempty-body) when WARNS <= 2.Dimitry Andric2011-12-181-1/+1
* Disable yet another clang warning (-Wconversion) when WARNS <= 3.Dimitry Andric2011-12-181-1/+2
* Disable yet another clang warning when WARNS <= 3.Dimitry Andric2011-12-171-1/+1
* Add a NO_WARRAY_BOUNDS setting to bsd.sys.mk, only applicable to clang,Dimitry Andric2011-12-161-0/+3
* Disable one more clang warning when WARNS <= 3.Dimitry Andric2011-12-151-1/+2
* Clang has more warnings enabled by default, and when using -Wall, so if WARNSDimitry Andric2011-12-151-0/+13
* Force linker error when created shared library contains a relocationKonstantin Belousov2011-12-061-2/+7
* Revert to conservative defaults. WITH_PROFILE is a default now.Max Khon2011-12-021-2/+2
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isMax Khon2011-11-303-11/+16
* CTFCONVERT_CMD=... hack does not work sufficiently well in parallel builds.Max Khon2011-11-291-1/+1
* Turn off profiled libs build by default.Max Khon2011-11-291-2/+2
* - fix WITH_CTF when specified in /etc/src.conf [1]Max Khon2011-11-294-108/+40
* Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) insteadMax Khon2011-11-293-93/+93
* Allow NO_FOO to override WITH_FOO that could be specified in /etc/src.conf.Max Khon2011-11-291-0/+3
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasDimitry Andric2011-11-261-2/+1