aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Turn off warnings for building aicasm. Various versions of yacc exist,Dimitry Andric2014-03-231-2/+2
* MFH r230622: use build tools, not host tools, to build aicasm.Dag-Erling Smørgrav2012-05-281-0/+2
* Make yacc a bootstrap tool if building on head, since the new yacc isDag-Erling Smørgrav2012-05-281-0/+5
* I have a box running 702103 that needed a new btxld.Dag-Erling Smørgrav2011-08-311-1/+1
* MFC r205622:Xin LI2010-05-111-0/+1
* use new btxld when building world in older environmentAndriy Gapon2009-05-291-1/+1
* MFC: Don't put "install-info" to the list of install-tools if we'reRuslan Ermilov2009-04-051-1/+5
* MFC r184860 (by obrien):Konstantin Belousov2008-11-221-0/+3
* MFC: Use default CPU compiler flags that work on all amd64-capable CPUsJohn Baldwin2008-09-111-3/+3
* Don't build the dtrace tools during bootstrap tools for now and don't buildJohn Baldwin2008-08-291-8/+4
* Include libdwarf and libproc in _prebuild_libs to match HEAD.John Baldwin2008-08-271-1/+1
* MFCJohn Birrell2008-08-271-5/+36
* MFC: Build a /usr/bin/ldd32 binary on amd64 and use it for 32-bit objectsJohn Baldwin2008-08-261-5/+7
* MFC rev 1.597 to 1.598 Makefile.inc1Remko Lodder2008-02-241-1/+2
* MFC: rev. 1.592Christian Brueffer2008-01-211-1/+1
* I forgot to remove the -A flag in previous commit.Ken Smith2007-10-111-1/+1
* Adjust "make update" to use RELENG_7.Ken Smith2007-10-111-1/+1
* 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
* Switch to new ncurses build glueRong-En Fan2007-01-201-3/+3
* There was a timeframe where crunchgen(1) was broken; forceRuslan Ermilov2006-11-271-1/+1
* There doesn't seem to be a real reason for include/ to be installedRuslan Ermilov2006-11-131-6/+9
* Add sun4v to the TARGET_ARCH when just TARGET is set (like pc98 is done).John Birrell2006-10-161-1/+1
* buildworld fixes for sun4vKip Macy2006-10-091-1/+1
* Shuffle _*_libs assigments (no functional changes).Ruslan Ermilov2006-10-071-29/+28
* - Prebuild libgssapi only if building with Kerberos support.Ruslan Ermilov2006-10-071-3/+6
* Previous revision wasn't enough for "make TARGET=<machine> build*"Ruslan Ermilov2006-09-081-0/+1
* While experimenting with cross-building by specifying just TARGET,Ruslan Ermilov2006-09-071-0/+1
* Added timestamping to buildworld, similar to buildkernel.Ruslan Ermilov2006-09-071-2/+12
* - Rewrite logic to guess TARGET_ARCH/TARGET to be more readable,Ruslan Ermilov2006-09-071-6/+25
* make "make TARGET=foo" work correctly. Before, it would fail to setWarner Losh2006-09-071-1/+4