aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new option -DNO_ROOT that allows install and distributionBrooks Davis2013-01-221-8/+60
* Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb.David Chisnall2013-01-221-1/+1
* Import new (BSDL) device tree compiler. Now built by default, so that it can'tDavid Chisnall2013-01-221-1/+4
* Chase r245756 of make.conf(5):Glen Barber2013-01-221-4/+14
* Always bootstrap nmtree if it is not available on the host. It is fairlyBrooks Davis2013-01-211-1/+1
* Remove a harmless (somewhat to my surprise) bogon that crept into r245440.Brooks Davis2013-01-181-1/+0
* Rework the mtree portion of etc/Makefile's distrib-dirs target to runBrooks Davis2013-01-171-6/+2
* Correct the distrib-dirs target in the -DDB_FROM_SRC case.Brooks Davis2013-01-171-1/+1
* Add a new LIBRARIES_ONLY make variable to disable the build and installBrooks Davis2013-01-171-0/+1
* Add an option DB_FROM_SRC to use src/etc's user/group databases whenBrooks Davis2013-01-151-7/+26
* Revert r245316. Systems with non-standard uids/gids are more prevalentBrooks Davis2013-01-111-15/+33
* Use the -N option to install and nmtree to eliminate the need for theBrooks Davis2013-01-111-33/+15
* Use find -exec to install zoneinfo instead of requiring xargs to be anBrooks Davis2013-01-111-1/+1
* Add xargs to the set of install tools when zoneinfo is not disabled.Brooks Davis2013-01-101-1/+1
* Add auditdistd to the pre-install required uid check list.Peter Wemm2012-12-021-1/+1
* The build-tools step during build32 also needs the -legacy magic.Simon J. Gerraty2012-11-301-0/+2
* Unbreak amd64 cross-build where amd64 is the target. While clangMarcel Moolenaar2012-11-201-1/+1
* Work around pc98 tinderbox failures in sys/boot/pc98, by making sure aDimitry Andric2012-11-101-2/+2
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-221-0/+5
* Allow LOCAL_(DIRS,LIBS) to install files in directories not found in theBrooks Davis2012-10-181-1/+11
* Fix the showconfig target. bmake sends debug output to stderr.Marcel Moolenaar2012-10-071-1/+1
* Fix 32-bit library builds after the removal of adding -E to make for AS,Marcel Moolenaar2012-10-071-11/+17
* Add support for bmake. This includes:Marcel Moolenaar2012-10-061-1/+1
* Introduce a new make variable COMPILER_TYPE that specifies whatBrooks Davis2012-09-131-2/+15
* Not all Pmake derivatives silently handle empty shell output, so ensure thereDavid E. O'Brien2012-09-121-1/+1
* Fix 'distributeworld' target when WITHOUT_GAMES is set.Glen Barber2012-09-031-1/+4
* Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-151-1/+1
* Partial MFV (illumos-gate 13753:2aba784c276b)Martin Matuska2012-07-301-1/+2
* Add "hier" as an alternate spelling of "hierarchy" to match hier(9).David E. O'Brien2012-07-031-1/+1
* Minor wording change. The previous commit message should have included:Brooks Davis2012-06-151-1/+1
* MFP4: 212854, 212854Brooks Davis2012-06-151-1/+7
* During buildworld and buildkernel, define EARLY_BUILD in the earlierDimitry Andric2012-06-031-5/+6
* Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.Dag-Erling Smørgrav2012-05-221-1/+4
* Fix bootstrapping from FreeBSD 7.x: we also need to build ar.Marcel Moolenaar2012-05-191-0/+5
* By request, add back support from 7.0 and newer, since the changes forWarner Losh2012-05-161-5/+12
* Do a bit of house cleaning and remove the old, obsolete upgrade fromWarner Losh2012-05-101-28/+6
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptJeremie Le Hen2012-05-071-2/+4
* Fix ordering issue. 'make xdev' can fail with -jN because it tries to run theWarner Losh2012-04-261-2/+2
* o) Fix mips/mips -> mips for Makefile.inc1.Juli Mallett2012-03-291-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Build CTF tools as a part of toolchain for cross-compilation caseOleksandr Tymoshenko2012-03-241-2/+4
* - Do not build libcom_err and compile_et when kerberos is disabled. TheyStanislav Sedov2012-03-231-1/+2
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-221-18/+32
* Make sure libgcc_s is finished building in _startup_libs beforePeter Wemm2012-03-171-0/+3
* Fix a thinko in r232322, where gcc (and its tools) are not built duringDimitry Andric2012-03-041-2/+2
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-5/+7
* Allow specification of build shell for the buildenv target.Warner Losh2012-01-301-1/+4
* When the buildkernel stage 2.3 (build tools) runs, the PATH is still setDimitry Andric2012-01-271-0/+2
* Restore functionality to pack several kernels into release. AllGleb Smirnoff2012-01-151-1/+12
* Fix the broken non-cross compile build. Oops!Adrian Chadd2012-01-061-1/+1