summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* MFS r304475:bdrewery2016-08-191-10/+0
* MFS r304472:bdrewery2016-08-191-3/+3
* MFC r303274:bdrewery2016-07-271-7/+5
* MFC r303272,r303273:bdrewery2016-07-271-30/+48
* MFC r303034: Include makewhatis in ITOOLS when MK_MAN_UTILS is trueemaste2016-07-261-1/+1
* WITH_SYSTEM_COMPILER: Don't enable for xdev or native-xtools.bdrewery2016-07-071-1/+1
* WITH_SYSTEM_COMPILER: Avoid using GCC4.8+ logic on native GCC4.2 platforms.bdrewery2016-06-291-0/+2
* Fix native powerpc64 build of lib32 with in-tree GCC.bdrewery2016-06-151-1/+4
* build: Add legacy support for futimens() and utimensat().jilles2016-06-091-0/+2
* legacy: Avoid building/installing headers twice.bdrewery2016-06-051-2/+3
* Add a MINIMUM_SUPPORTED_OSREL and bump it to 900044.bdrewery2016-06-051-2/+5
* Fix incorrect logic in r301394.bdrewery2016-06-041-1/+1
* Follow-up r301287: Pass external compiler metadata when used.bdrewery2016-06-041-0/+6
* WITHOUT_CROSS_COMPILER: Fix installworld.bdrewery2016-06-031-3/+9
* For clang, move the definition of FREEBSD_CC_VERSION into its own headerdim2016-06-031-1/+1
* GCC External: Revert r300886, r300904, r300917, r300918bdrewery2016-05-291-1/+7
* Move external GCC compiler hacks to bsd.sys.mk.bdrewery2016-05-271-8/+1
* Make PKG_VERSION aware of '-ALPHA*'.gjb2016-05-271-1/+1
* WITH_AUTO_OBJ: Fix crunchgen builds.bdrewery2016-05-261-3/+10
* WITH_META_MODE: Move the kernel support to kern.pre.mk.bdrewery2016-05-261-5/+0
* Remove leftover _crunchide from r283108bdrewery2016-05-261-1/+0
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisiondim2016-05-261-1/+1
* Move binutils handling after src.opts.mk.bdrewery2016-05-231-23/+27
* Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set.bdrewery2016-05-211-3/+54
* Enable external compiler logic if both bootstrap compilers are disabled.bdrewery2016-05-211-1/+2
* Enable and utilize WITHOUT_CROSS_COMPILER logic for external CC.bdrewery2016-05-211-5/+9
* Move external toolchain support earlier.bdrewery2016-05-211-36/+35
* WITH_META_MODE: Use META_MODE rather than .MAKE.MODE for buildkernel.bdrewery2016-05-211-1/+1
* Turns out, mipsn32el worked at one point, so add it back in.imp2016-05-191-0/+1
* Fix negative logic error. We want gnueabihf ABI when we're NOTimp2016-05-181-1/+1
* mipsn32el is not a thing, remove it from the list of validimp2016-05-181-2/+1
* Combine restage/reinstall in a safe way.bdrewery2016-05-181-13/+5
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-181-1/+0
* Support libsoft for restage.bdrewery2016-05-131-2/+2
* Revert r299292, which was not a mismerge. It has an additional horriblegjb2016-05-101-2/+14
* Combine the 'reinstall' and 'restage' targets, which appears to havegjb2016-05-101-14/+2
* Default NO_INSTALLEXTRAKERNELS to yes, not nongie2016-05-041-1/+1
* Default NO_INSTALLEXTRAKERNELS to "no" to unbreak the buildngie2016-05-041-0/+2
* Make it possible to override NO_INSTALLEXTRAKERNELS.glebius2016-05-041-5/+5
* Misc. build: minor spelling fixes.pfg2016-05-031-2/+2
* WITH_META_MODE: Allow buildkernel to create .meta files with curdir==objdir.bdrewery2016-04-261-0/+5
* Fix unset variables from r298417.bdrewery2016-04-211-9/+18
* Add more missing .PHONYbdrewery2016-04-211-5/+5
* Remove redundant logic from the pkg-base merge.bdrewery2016-04-211-4/+0
* Fix 'make -n' for new packaging targets.bdrewery2016-04-211-2/+2
* Add more missing .PHONY.bdrewery2016-04-211-36/+36
* Adjust BOOTSTRAPPING test after MFC of kbdcontrol's -P optionemaste2016-04-211-2/+3
* Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to begjb2016-04-181-2/+2
* MFHgjb2016-04-161-16/+19
|\
| * META_MODE+filemon: Default -DNO_CLEAN enabled.bdrewery2016-04-141-0/+9
OpenPOWER on IntegriCloud