summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add auditdistd to the pre-install required uid check list.peter2012-12-021-1/+1
* The build-tools step during build32 also needs the -legacy magic.sjg2012-11-301-0/+2
* Unbreak amd64 cross-build where amd64 is the target. While clangmarcel2012-11-201-1/+1
* Work around pc98 tinderbox failures in sys/boot/pc98, by making sure adim2012-11-101-2/+2
* Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-221-0/+5
* Allow LOCAL_(DIRS,LIBS) to install files in directories not found in thebrooks2012-10-181-1/+11
* Fix the showconfig target. bmake sends debug output to stderr.marcel2012-10-071-1/+1
* Fix 32-bit library builds after the removal of adding -E to make for AS,marcel2012-10-071-11/+17
* Add support for bmake. This includes:marcel2012-10-061-1/+1
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-131-2/+15
* Not all Pmake derivatives silently handle empty shell output, so ensure thereobrien2012-09-121-1/+1
* Fix 'distributeworld' target when WITHOUT_GAMES is set.gjb2012-09-031-1/+4
* Merging of projects/armv6, part 3gonzo2012-08-151-1/+1
* Partial MFV (illumos-gate 13753:2aba784c276b)mm2012-07-301-1/+2
* Add "hier" as an alternate spelling of "hierarchy" to match hier(9).obrien2012-07-031-1/+1
* Minor wording change. The previous commit message should have included:brooks2012-06-151-1/+1
* MFP4: 212854, 212854brooks2012-06-151-1/+7
* During buildworld and buildkernel, define EARLY_BUILD in the earlierdim2012-06-031-5/+6
* Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.des2012-05-221-1/+4
* Fix bootstrapping from FreeBSD 7.x: we also need to build ar.marcel2012-05-191-0/+5
* By request, add back support from 7.0 and newer, since the changes forimp2012-05-161-5/+12
* Do a bit of house cleaning and remove the old, obsolete upgrade fromimp2012-05-101-28/+6
* Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) scriptjlh2012-05-071-2/+4
* Fix ordering issue. 'make xdev' can fail with -jN because it tries to run theimp2012-04-261-2/+2
* o) Fix mips/mips -> mips for Makefile.inc1.jmallett2012-03-291-1/+1
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-291-1/+1
* Build CTF tools as a part of toolchain for cross-compilation casegonzo2012-03-241-2/+4
* - Do not build libcom_err and compile_et when kerberos is disabled. Theystas2012-03-231-1/+2
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-221-18/+32
* Make sure libgcc_s is finished building in _startup_libs beforepeter2012-03-171-0/+3
* Fix a thinko in r232322, where gcc (and its tools) are not built duringdim2012-03-041-2/+2
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-5/+7
* Allow specification of build shell for the buildenv target.imp2012-01-301-1/+4
* When the buildkernel stage 2.3 (build tools) runs, the PATH is still setdim2012-01-271-0/+2
* Restore functionality to pack several kernels into release. Allglebius2012-01-151-1/+12
* Fix the broken non-cross compile build. Oops!adrian2012-01-061-1/+1
* Allow extra directories to be added to the build-tools target.adrian2012-01-051-0/+5
* Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been defaultdim2011-12-221-1/+0
* - CTF knob is now implemented using common scheme: MK_CTF=yes/no isfjoe2011-11-301-2/+0
* Turn off profiled libs build by default.fjoe2011-11-291-5/+5
* Fix breakage after r227983; lib/libcxxrt still got built, because it wasdim2011-11-261-1/+1
* Provide proper error message when trying to build xdev, xdev-build orgonzo2011-11-261-0/+3
* Import libc++ / libcxxrt into base. Not build by default yet (usetheraven2011-11-251-0/+3
* Revert r227841 and part of r227798. We still build libpam in two passes,des2011-11-241-2/+13
* Remove libpam from _prebuild_libs. This should unbreak the -jX build.des2011-11-221-2/+1
* Simplify the libpam build by removing the shared modules' dependencydes2011-11-211-14/+4
* Rename the linker emulation name for powerpc and powerc64. This is needed thatandreast2011-11-191-1/+1
* Revert r227403 for now. Since the cross-tools stage purposefullydim2011-11-101-6/+10
* Move building of clang's tblgen tools (and required libraries) from thedim2011-11-091-10/+6
* Make it possible to set CC and CXX (and optionally, AS and LD) indim2011-11-051-1/+2
OpenPOWER on IntegriCloud