summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Added the `toolchain' top-level target, which builds enough ofru2004-03-241-0/+2
* Removed 3x2 dots I don't like. ;)ru2004-03-191-3/+3
* Create /usr/sbin in ${WORLDTMP}. I've accidentally removed it inru2004-03-191-1/+2
* Comment various stages of buildkernel, symmetrical to buildworld.ru2004-03-181-2/+26
* Don't scare non-root users attempting to build world.ru2004-03-141-1/+1
* Create hierarchy before installing a new kernel. This is neededru2004-03-131-0/+9
* Hide internal implementation details of UID/GID checks from the user.ru2004-03-121-2/+2
* Use find(1) instead of ``pw groupshow'' to detect missing groups.ru2004-03-121-12/+18
* Use 'pw groupshow' instead of 'id -g' to see if a group exists.gshapiro2004-03-121-1/+1
* Back out id -g checks as they are wrong (sendmail group untouched).mlaier2004-03-111-8/+0
* Add installcheck for proxy:proxy and authpf.mlaier2004-03-101-0/+14
* Reword two more lines to avoid wrapping.gad2004-03-051-2/+2
* Minor stylistic improvements in the SPECIAL_INSTALLCHECKS section, mainlygad2004-03-041-25/+26
* Improved the description of the installkernel targets.bde2004-03-041-6/+6
* Commit the first set of files for changing time_t on freebsd/sparc64gad2004-03-031-3/+63
* Drop directory existence checks.ru2004-02-131-62/+24
* Overhaul of kerberos5/ makefiles. Most significant changes are:ru2004-01-311-3/+9
* Create the OID and tree files while building the modules and the daemonharti2004-01-231-0/+5
* - Run makewhatis(1) in etc/Makefile at the end of "install".ru2004-01-221-8/+1
* Create ${WORLDTMP}/legacy/usr/include/c++/3.3 for usr.bin/lex.ru2004-01-171-1/+1
* lex(1) prior to flex.skl,v 1.8 and gen.c,v 1.7 requires bootstrapping.ru2004-01-161-0/+5
* Alongside revision 1.382, don't build profiled libraries so earlyru2004-01-151-2/+3
* Fix a problem where 'make installworld' will fail and leave thegad2003-12-091-13/+7
* Invert the condition that installs the dynamic linker early, sincegordon2003-11-161-1/+2
* The snmp_netgraph module depends on libnetgraph. So add a dependency andharti2003-11-121-2/+2
* Make two directories under usr/share/bsnmp that are needed duringharti2003-11-101-1/+1
* Don't be so chatty about building includes.ru2003-11-031-1/+1
* Retired the "most" and "installmost" targets -- they justru2003-10-041-29/+0
* Help those attempting to upgrade from static to dynamic root.ru2003-09-161-0/+11
* Catch up with libpthread/support/Makefile.inc,v 1.6 and revertru2003-09-151-5/+1
* - No need to create libfoo.so -> libfoo.so.X symlinks in /lib,ru2003-09-071-0/+1
* Clarify the numbering of some of the build stages.scottl2003-09-011-9/+9
* Revert rev. 1.378, and restore the correct arithmetic expressionru2003-08-301-1/+1
* Remove the AFM (Anti-Footshooting Measure) added when we split themarcel2003-08-281-7/+0
* OSRELDATE should fallback to 'unknown' rather than the kernel that'simp2003-08-271-1/+1
* Add @ before the shell invocation for the testing of sufficiently new sh.imp2003-08-251-1/+1
* Fall back to using the kernel version for the OSRELDATE whenimp2003-08-251-0/+4
* In preparation for libraries being installed in /lib, add lib to thegordon2003-08-171-1/+1
* Don't lint(1) so early in the build. Its OK to keep this for themarkm2003-07-241-1/+2
* Apparently we prefer underscores in new options. Sorry for the churn folks.gordon2003-07-141-5/+5
* Forgot that the rescue subdir needs to be a conditional for thegordon2003-07-111-1/+5
* Turn rescue back on, conditional to NORESCUE. We seem to be split ongordon2003-07-111-3/+5
* Correct makefile syntax error in r1.375.kris2003-07-101-1/+1
* Style nit.obrien2003-07-081-2/+2
* Use 'id' instead of 'grep' to detect the presence of the smmsp user/group.gshapiro2003-07-061-2/+2
* Fixed style bugs related to parentheses in Makefile.inc1.ru2003-07-041-7/+7
* More NO_RESCUE to RESCUE transitions.gordon2003-07-021-2/+2
* Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at leastgordon2003-07-011-1/+1
* Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-,ru2003-07-011-27/+51
* Only bootstrap crunchide(1) and build crunchgen(1) when necessary.ru2003-07-011-3/+13
OpenPOWER on IntegriCloud