aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Bump OS versions in the toolchain triples to 11.0, and bump theDimitry Andric2013-10-101-1/+1
* Revert-and-redo r255955: the sort -r should be added to delete-old-dirs.Xin LI2013-10-011-2/+2
* Reverse directories order when doing 'make delete-old-dir'. ThisXin LI2013-09-301-1/+1
* Remove BIND.Dag-Erling Smørgrav2013-09-301-5/+1
* Don't parse NO_ROOT metadata for extra kernels if NO_ROOT isn't defined.John Baldwin2013-09-241-0/+2
* Remove the armv6eb architecture as it is unused, and almost certainlyAndrew Turner2013-09-221-1/+1
* Fix 'make installcheck' to check for missing UID/GID as well, brokenBryan Drewery2013-09-181-7/+10
* Add unbound to the list of UIDs / GIDs to check fore before installing.Dag-Erling Smørgrav2013-09-171-0/+4
* Clean up the OpenSSH build. It is now possible to build most componentsDag-Erling Smørgrav2013-09-101-2/+9
* Create a private library directory (LIBPRIVATEDIR) for libraries whichDag-Erling Smørgrav2013-09-081-0/+1
* - Fix LOCAL_MTREE so it properly handles multiple files and quotesBryan Drewery2013-08-301-3/+3
* Update nvi-1.79 to 2.1.1-4334a8297fPeter Wemm2013-08-111-1/+2
* Generate debug data release dist setsEd Maste2013-07-231-1/+29
* Sprinkle some .MAKE magicSimon J. Gerraty2013-07-061-13/+13
* Use && rather than ; when success of previous job matters.Simon J. Gerraty2013-06-301-38/+38
* Simplify the hierarchy target's logic. [0]Brooks Davis2013-06-141-6/+8
* Flag recursive make targets with .MAKESimon J. Gerraty2013-06-141-0/+2
* Be more agressive about bootstrapping ctfmerge and ctfconvert soBrooks Davis2013-06-131-2/+2
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneEd Maste2013-06-071-0/+15
* release: Allow empty extra distributions.Jilles Tjoelker2013-06-051-1/+1
* Restore (at least temporarily) SHARED=symlinks in the build includesBrooks Davis2013-05-301-1/+1
* Always define INSTALL_DDIR and define it such that it contains no extraBrooks Davis2013-05-301-5/+6
* r245757 introduced warning output if update method is set to CVS_UPDATEGlen Barber2013-05-281-57/+9
* Update comments to reflect use of svn/svnup to keep the src/ tree upGlen Barber2013-05-281-2/+2
* Temporarily revert r251058 - it breaks documented use of makeoptionsPeter Wemm2013-05-281-9/+2
* During buildkernel, print a banner before building modules.Dag-Erling Smørgrav2013-05-281-2/+9
* Remove backwards compat layer which was added in r71419 (in 2001).Eitan Adler2013-05-261-11/+0
* Fix building on slightly older -current and stable systems afterMarcel Moolenaar2013-05-241-0/+5
* Connect flex 2.5.37 to the build and bump __FreeBSD_version.Jung-uk Kim2013-05-211-0/+5
* Restore the ability to build on systems with 32-bit compat whenBrooks Davis2013-05-211-1/+3
* Fix distributekernel in the non NO_ROOT case.Brooks Davis2013-05-201-0/+2
* Implement NO_ROOT support for distributekernel and packagekernel.Brooks Davis2013-05-161-4/+29
* Add support for an external cross compiler. The cross compiler isBrooks Davis2013-05-151-6/+63
* Add compile_et to kerberos bootstrap tools.Antoine Brodin2013-05-111-1/+2
* Optimize SUBDIR_OVERRIDE such that SUBDIR isn't automatically defined ifBenno Rice2013-05-011-3/+3
* A transition period of more than two years is more than enough:Eitan Adler2013-04-291-7/+0
* Fix installworld with DB_FROM_SRC after r249807Bryan Drewery2013-04-251-0/+1
* Fix installkernel requiring users/groups defined in CHECK_UIDSBryan Drewery2013-04-231-2/+1
* This should have been committed in r249666.Mikolaj Golub2013-04-201-1/+1
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of theDimitry Andric2013-04-121-1/+1
* Fix xdev-install when installing to a location other than /Andrew Turner2013-03-311-3/+4
* Fix xdev. Clang and libc were not building correctly on older worlds, forAndrew Turner2013-03-311-7/+27
* Fix a typo, 'xdev-build' should be spelled with a 'd' at the end.Rene Ladan2013-03-271-1/+1
* libzfs_core depends on libnvpair, explicitly say this in Makefile.inc1.Xin LI2013-03-051-0/+1
* WiP merge of libzfs_core (MFV r238590, r238592)Martin Matuska2013-03-051-0/+2
* In all situations where we need to bootstrap yacc, we also need toDag-Erling Smørgrav2013-02-251-1/+2
* - Fix libmd dependency. It is needed in the bootstrap library list becauseHiroki Sato2013-02-141-0/+1
* Add nmtree to ITOOLS if it is installed on the host instead of keying offBrooks Davis2013-02-091-2/+4
* Fix xdev by using the install shell script as it knows about the -lAndrew Turner2013-02-041-1/+2
* - Add CHECKSUM.* support in Makefile[1].Hiroki Sato2013-02-031-4/+6