aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall2011-11-252-0/+4
* libodialog: disconnect from the build and obsolete.Max Khon2011-11-241-1/+0
* Add CTF magic to the new .c.o rule.Dag-Erling Smørgrav2011-11-241-0/+3
* As threatened on -arch, add {SHARED,STATIC}_{C,CXX}FLAGS, which allow aDag-Erling Smørgrav2011-11-211-4/+10
* Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50Nathan Whitehorn2011-11-211-5/+4
* Build 'dtc' by default for MIPS.Jayachandran C.2011-10-201-2/+3
* Also pass the -ansi flag through to mkdep (requested by bde), and fixDavid Schultz2011-10-111-2/+2
* Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor testsDavid Schultz2011-10-101-2/+2
* Revert unapproved commit to bsd.port.mk.Chris Rees2011-10-081-16/+0
* - Add a couple of more sed subsitutions needed to get the correctStanislav Sedov2011-10-081-2/+6
* - ${WRKSRC} might be missing when the autotools fixup is running.Stanislav Sedov2011-10-071-2/+2
* Work around the autotools problem with the 10.0 version.Jilles Tjoelker2011-10-041-0/+12
* Add macros to specify owner, group and mode of config files for installation.Stefan Eßer2011-06-271-0/+14
* Add WITHOUT_UTMPX switch to the build system.Ed Schouten2011-06-171-0/+1
* Don't pass -o1- to groff(1) by default. If ms(7) formatted documentRuslan Ermilov2011-06-031-4/+2
* Start to usher INSTALL_NODEBUG hack out the door. Add newWarner Losh2011-05-221-0/+1
* Implement WITH{,OUT}_{GCC,BINUTILS} to provide finer-grained controlWarner Losh2011-05-191-0/+4
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-1/+0
* Removed unsupported options MK_BINUTILS and MK_GCC that wereRuslan Ermilov2011-05-101-2/+0
* Another fallout from r220359: MK_GNU_CPIO was mistakenly re-addedRuslan Ermilov2011-05-101-2/+1
* Introduce two new options MK_INET and MK_INET_SUPPORT analogicallyBjoern A. Zeeb2011-04-301-0/+2
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-194-49/+8
* Remove libobjc and other Objective-C related components, as these areDimitry Andric2011-04-175-32/+1
* Complete WITHOUT_CXX support. It implies WITHOUT_GROFF andUlrich Spörlein2011-04-061-0/+5
* Make clang default on x86 and powerpc, but not on other architectures.Warner Losh2011-04-051-31/+50
* - Merge in OFED 1.5.3 from projects/ofed/headJeff Roberson2011-03-211-1/+2
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkMartin Matuska2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-071-3/+3
* To be able to use printf extensions we need to turn off gcc format checking.Pawel Jakub Dawidek2011-03-071-0/+3
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-251-0/+1
* Back out 218933 and 281934. The easy cases still worked, but someWarner Losh2011-02-221-1/+16