aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-6/+7
* Implement an idea from Sam Leffler:Warner Losh2009-01-231-0/+4
* Add KERNFAST define. When defined, it skips all the config, dependsWarner Losh2009-01-151-0/+6
* Add the kerberos5 libs to the install32 target.David E. O'Brien2008-11-121-0/+3
* Back out testing aid that was inadvertantly committed as part of r184205.Dag-Erling Smørgrav2008-10-231-4/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-0/+4
* Rescue is "not yet" for MIPS.David E. O'Brien2008-09-191-0/+4
* If a CPUTYPE isn't specified, then don't use -march=k8 when compilingJohn Baldwin2008-08-191-3/+3
* Various style fixes in the build32 rules.John Baldwin2008-08-021-9/+10
* Tweak the support for using ldd on 32-bit objects a bit further.John Baldwin2008-08-011-0/+3
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-5/+6
* Add MIPS to the list of known arches.David E. O'Brien2008-06-181-1/+1
* Add the DTrace build tools to the list of tools and pass NO_CTF to allJohn Birrell2008-05-231-8/+36
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-4/+10
* Bootstrap the build of btxld.Ruslan Ermilov2008-04-151-1/+3
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-291-7/+3
* Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedRuslan Ermilov2008-03-021-4/+3
* Sort.Ruslan Ermilov2008-02-251-5/+5
* Make again BSD ar(1) the default system ar(1), now properly handlingRuslan Ermilov2008-02-251-0/+9
* Satisfy a particularly obstinate nit-picker :)Dag-Erling Smørgrav2008-02-051-1/+1
* Give usr.bin/kdump/kdump_subr.c the same treatment as usr.bin/kdump/ioctl.cDag-Erling Smørgrav2008-02-051-0/+1
* Support source upgrades from at least 6.0-RELEASE.Ruslan Ermilov2008-01-231-0/+4
* Conditionally add mklocale to bootstrap-toolsAndrey A. Chernov2008-01-231-0/+5
* Cleanup after last commit (remove undefined variables).Ruslan Ermilov2008-01-221-7/+1
* Remove 5.x and 6.x cruft - source upgrades to RELENG_8 from versions priorDavid E. O'Brien2008-01-211-28/+0
* Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore.Christian Brueffer2008-01-161-1/+1
* - Explicitly verify if all needed libs were found by ldd(1). Do soYaroslav Tykhiy2007-12-041-6/+14
* Decouple the install tools from the main system as much as possible.Yaroslav Tykhiy2007-10-311-14/+32
* If a required install tool is missing, provide a more friendly errorEd Maste2007-10-151-1/+6
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalDavid E. O'Brien2007-10-091-1/+1
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-3/+3
* Revise the list of directories we manually create underRuslan Ermilov2007-10-011-5/+2
* Always install libpthread.* symlinks if at least one ofRuslan Ermilov2007-10-011-1/+9
* Add sed(1) to cross tools. We do want newly built version duringXin LI2007-07-101-0/+1
* lex(1) no longer installs headers into GCC-internal dirsRuslan Ermilov2007-05-261-3/+3
* Revision 1.576 removed too much. I didn't notice because my /usr is onDag-Erling Smørgrav2007-05-191-0/+2
* GCC will now properly link libc with all shared objects in order to recordAlexander Kabaev2007-05-191-3/+26
* Don't use a subshell where it isn't needed.Dag-Erling Smørgrav2007-05-161-12/+12
* Expose all of {check,delete}-old{,-dirs,-files,-libs}.Dag-Erling Smørgrav2007-05-161-1/+4
* Remove stray comment which broke delete-old-dirs.Dag-Erling Smørgrav2007-05-161-1/+0
* Partially revert the check-old / delete-old modifications to clarify theDag-Erling Smørgrav2007-05-161-26/+20
* Restore previous behaviour of aborting delete-old* if rm failed.Dag-Erling Smørgrav2007-05-141-2/+2
* Greatly speed up {check,delete}-old* by replacing make loops with sh loops.Dag-Erling Smørgrav2007-05-131-28/+20
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-1/+1
* Link libzpool, ztest and zdb against libpthread.Pawel Jakub Dawidek2007-04-171-2/+2
* Connect ZFS to the build.Pawel Jakub Dawidek2007-04-061-2/+12
* Enable ncurses wide character supportRong-En Fan2007-03-091-2/+4
* Bump the bootstrapping requirements for gensnmptree(1) and removeRuslan Ermilov2007-03-011-1/+1
* Resurrect one of the patches from attic and refine theRuslan Ermilov2007-02-281-31/+18
* Clean the lib32 object directory with cleandir rather than rm -rf.Dag-Erling Smørgrav2007-02-271-1/+2