| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r255286: don't stop the whole universe build if one kernel fails. | Ian Lepore | 2014-08-20 | 1 | -0/+8 |
| * | share/mk: merge: r241298,243393,249057,251506 from head for bmake support. | Simon J. Gerraty | 2013-06-21 | 1 | -1/+7 |
| * | MFC r249316: | Dimitry Andric | 2013-04-16 | 1 | -2/+2 |
| * | MFC r231821: | Sergey Kandaurov | 2012-03-07 | 1 | -1/+1 |
| * | Remove sun4v from universe targets. | Bjoern A. Zeeb | 2012-02-08 | 1 | -1/+1 |
| * | MFC r227769, 227770, 227771: | Glen Barber | 2011-11-23 | 1 | -2/+4 |
| * | MFC r220556: | Bjoern A. Zeeb | 2011-04-16 | 1 | -1/+1 |
| * | MFC r220512: | Doug Barton | 2011-04-13 | 1 | -1/+1 |
| * | MFC r217735: | Bjoern A. Zeeb | 2011-04-09 | 1 | -1/+1 |
| * | MFC 219137: Fully honor KERNSRCDIR for 'make universe' if it is set. | John Baldwin | 2011-03-11 | 1 | -3/+4 |
| * | MFC 216487,217754,218524: | John Baldwin | 2011-03-03 | 1 | -9/+19 |
| * | MFC r205290: | Doug Barton | 2010-03-29 | 1 | -0/+2 |
| * | MFC r201815: | Bjoern A. Zeeb | 2010-03-27 | 1 | -11/+17 |
| * | Add a new world named 'mips' to our universe. | Bjoern A. Zeeb | 2009-04-01 | 1 | -1/+1 |
| * | Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch, | Warner Losh | 2009-03-13 | 1 | -1/+1 |
| * | Permit digits at the beginning and end of kernel config file names for | Bjoern A. Zeeb | 2008-12-27 | 1 | -1/+1 |
| * | Provide a 'tinderbox' target that compiles enough of FreeBSD that | Alfred Perlstein | 2008-12-01 | 1 | -7/+28 |
| * | Change the universe target to warn the user for every world or kernel that | Dag-Erling Smørgrav | 2008-11-24 | 1 | -8/+14 |
| * | Back out rev. 1.352 (SVN rev 179842) as phk pointed out that | Bjoern A. Zeeb | 2008-06-17 | 1 | -2/+2 |
| * | For make universe, in addition to make.conf, also ignore a | Bjoern A. Zeeb | 2008-06-17 | 1 | -2/+2 |
| * | Backout the change to remove sun4v. | John Birrell | 2008-05-25 | 1 | -1/+1 |
| * | Remove sun4v from the list of arches in 'make universe'. There has been | John Birrell | 2008-05-25 | 1 | -1/+1 |
| * | Add a knob to allow just the kernels to be built during a 'make universe'. | John Birrell | 2008-05-23 | 1 | -0/+2 |
| * | Mention -U and -ai arguments to mergemaster in a comment for the | Robert Watson | 2008-04-29 | 1 | -1/+1 |
| * | Double up the necessary size of /usr/obj to 800MB | Pav Lucistnik | 2008-03-31 | 1 | -1/+1 |
| * | Add code that should catch the most common case when date/time is | Ruslan Ermilov | 2008-03-25 | 1 | -0/+4 |
| * | Add a note pointing to build(7) for more info. | John Baldwin | 2008-01-30 | 1 | -0/+2 |
| * | We don't need to invent BSDMAKE. ${MAKE} is sufficient. | Warner Losh | 2007-12-13 | 1 | -3/+2 |
| * | Don't assume that make(1) is a bsd-like make program. It might not be. This | Warner Losh | 2007-12-11 | 1 | -3/+5 |
| * | Do not bail out for cleanworld target just because | Xin LI | 2007-10-18 | 1 | -2/+2 |
| * | Expose all of {check,delete}-old{,-dirs,-files,-libs}. | Dag-Erling Smørgrav | 2007-05-16 | 1 | -5/+12 |
| * | Introduce a variable TARGETS that can be set on the make command line | Marcel Moolenaar | 2007-04-02 | 1 | -1/+3 |
| * | Add arm to universe. | Ruslan Ermilov | 2006-11-28 | 1 | -1/+1 |
| * | Remove the NO_CTF option. It would have been required to support | John Birrell | 2006-11-21 | 1 | -1/+1 |
| * | When building an upgraded make, don't worry about processing it for | John Birrell | 2006-11-01 | 1 | -1/+1 |
| * | Add sun4v to the 'universe'. | John Birrell | 2006-10-16 | 1 | -1/+1 |
| * | In "make universe", utilize simplified cross-build synopsis, | Ruslan Ermilov | 2006-09-08 | 1 | -21/+17 |
| * | Per weak consensus on this topic, remove suggestion to set | Warner Losh | 2006-06-22 | 1 | -3/+0 |
| * | Note a short-cut in the build procedure. | David E. O'Brien | 2006-06-21 | 1 | -0/+1 |
| * | Simply running ``make world'' will bomb unless you dig up the | Tom Rhodes | 2006-06-07 | 1 | -2/+3 |
| * | Create a new target 'buildenvvars'. This target reports the build | Warner Losh | 2006-06-06 | 1 | -3/+3 |
| * | Connect the kernel subsystem API documentation generation framework to | Alexander Leidinger | 2006-05-26 | 1 | -4/+5 |
| * | Disconnect Alpha from 'make universe'. | John Baldwin | 2006-05-11 | 1 | -1/+1 |
| * | Add the new "showconfig" target that displays build configuration. | Ruslan Ermilov | 2006-03-18 | 1 | -1/+1 |
| * | Make ${SUBDIR_TARGETS} work at the uppermost level as well. | Ruslan Ermilov | 2006-03-15 | 1 | -0/+1 |
| * | Do not discard the current value of __MAKE_CONF when testing | Yaroslav Tykhiy | 2006-03-01 | 1 | -2/+2 |
| * | Fix a bug in previous revision: skip LINT if it exists, not NOTES | Ruslan Ermilov | 2005-11-28 | 1 | -1/+1 |
| * | universe: don't attempt to compile DEFAULTS and don't compile LINT twice. | Ruslan Ermilov | 2005-11-28 | 1 | -1/+2 |
| * | Add delete-old and delete-old-libs targets: | Alexander Leidinger | 2005-07-23 | 1 | -12/+17 |
| * | - Embed the "buildkernels" target into the "universe" target so that | Ruslan Ermilov | 2005-07-19 | 1 | -12/+11 |