summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Don't ever create object directories here with MK_AUTO_OBJ.bdrewery2016-03-081-7/+4
* Merge ^/head r296369 through r296409.dim2016-03-051-5/+20
|\
| * Conditionalize building makewhatis(1) for upgrades that need it.bdrewery2016-03-051-3/+2
| * Don't add duplicates from LOCAL_LIB_DIRS.bdrewery2016-03-041-1/+1
| * Fix over/under-linking in contrib/ofed.bdrewery2016-03-041-1/+10
| * NO_ROOT: Create the METALOG directory on installworld/distributeworld.bdrewery2016-03-041-0/+1
| * Add dd as a bootstrap tool, for status= supportemaste2016-03-041-0/+6
* | Merge ^/head r296007 through r296368.dim2016-03-031-4/+4
|\ \ | |/
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-4/+4
* | Merge ^/head r295902 through r296006.dim2016-02-241-12/+26
|\ \ | |/
| * FAST_DEPEND: Skip 'make depend' for buildworld and kernel since it is auto-ra...bdrewery2016-02-241-12/+26
* | Merge ^/head r295601 through r295844.dim2016-02-211-1/+1
|\ \ | |/
| * Don't descend into test directories for distribution->installconfig.bdrewery2016-02-161-1/+1
* | Merge ^/head r295544 through r295600.dim2016-02-131-0/+2
|\ \ | |/
| * Add libpe for elfcopy(1) PE/COFF supportemaste2016-02-121-0/+2
* | Merge ^/head r295351 through r295543.dim2016-02-111-0/+15
|\ \ | |/
| * Simplify running the FreeBSD test suitengie2016-02-071-0/+15
* | Merge ^/head r294961 through r295350.dim2016-02-061-7/+5
|\ \ | |/
| * Deduplicate distrib-dirs logic from r289086 in distribution.bdrewery2016-02-031-5/+3
| * Revert r295167 at bdrewery's requestcem2016-02-031-1/+3
| * Deduplicate distrib-dirs logic from r289086 in distribution.bdrewery2016-02-021-3/+1
| * Adjust install .WAITs for lib/ and etc/ to allow parallelization more.bdrewery2016-02-021-2/+2
* | Merge ^/head r293686 through r293849.dim2016-01-131-1/+1
|\ \ | |/
| * Correct a comment.bdrewery2016-01-111-1/+1
* | Merge ^/head r293430 through r293685.dim2016-01-111-9/+4
|\ \ | |/
| * Chase r292622: Update path to ioctl.c for incremental build hack.bdrewery2016-01-081-2/+1
| * Fix upgrading from OSVERSION 1000002-1000032 after r288829.bdrewery2016-01-081-7/+3
* | Merge ^/head r293280 through r293429.dim2016-01-081-4/+4
|\ \ | |/
| * Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra kernels in KERNCONFglebius2016-01-061-4/+4
* | Merge ^/head r293175 through r293279.dim2016-01-061-4/+20
|\ \ | |/
| * Merge ^/projects/release-install-debug:gjb2016-01-051-4/+20
* | First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-311-3/+3
|/
* Fixup native-xtools target for poudriere cross build jails after svnsbruno2015-12-231-1/+1
* Always expose LOCALBASE, not just when CROSS_TOOLCHAIN is definedngie2015-12-201-2/+3
* Follow-up r290423: Don't use CSH for buildenv shell.bdrewery2015-12-141-0/+4
* Split KNOWN_ARCHES so we have one per line to simplify merging futureandrew2015-12-141-4/+18
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-1/+5
* Fix some makeman issues.bdrewery2015-12-081-1/+4
* Fix spelling of internal hack.bdrewery2015-12-071-3/+3
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-021-19/+13
* Add NO_INSTALLKERNEL to undo the assumption that the first KERNCONF will bebdrewery2015-12-011-3/+15
* Allow storing package(world|kernel) tarballs into a different location at PAC...bdrewery2015-12-011-8/+9
* Fix errors being ignored in many phases of the build since the bmake integrat...bdrewery2015-12-011-52/+52
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-271-0/+1
* Remove unneeded libmd from bootstrap-tools (reverting r246784).bdrewery2015-11-181-4/+0
* Avoid setting schg in the objtree for lib32 build.bdrewery2015-11-141-2/+2
* Fix 'make cleanworld' to respect TARGET/TARGET_ARCH for cross-build objtrees.bdrewery2015-11-091-6/+2
* Move 'make cleandir' from Makefile to Makefile.inc1.bdrewery2015-11-091-0/+30
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-081-3/+3
* Add a hack to workaround ZSH as BUILDENV_SHELL breaking CPUTYPE.bdrewery2015-11-081-0/+3
OpenPOWER on IntegriCloud