aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of gensetdefs de-orbit burn. linker sets are now self containedPeter Wemm2001-06-141-1/+1
* WARNS= is fully functional again.Ruslan Ermilov2001-06-131-1/+1
* - Restore -nostdinc that got lost in rev.1.105; we don'tRuslan Ermilov2001-06-111-2/+3
* Bootstrap install(1).Ruslan Ermilov2001-05-281-3/+3
* Add kbdcontrol(1) to bootstrap-tools.Ruslan Ermilov2001-05-141-0/+1
* Remove xlint from build-tools. This needs to be fixed in a different way.Jeroen Ruigrok van der Werven2001-04-261-2/+1
* Add usr.bin/xlint to build-tools.Jeroen Ruigrok van der Werven2001-04-241-1/+2
* ${MAKEOBJDIRPREFIX}/usr/src/i386/usr/include/isc was being created as a plainGregory Neil Shapiro2001-04-241-1/+1
* Add groff to bootstrap-tools.Ruslan Ermilov2001-04-181-4/+23
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-2/+4
* Add missing NOSECURE check for `includes' target.Ruslan Ermilov2001-03-261-1/+1
* Enhancement to 1.99 -> 1.100.Ruslan Ermilov2001-03-221-2/+1
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-2/+2
* MACHINE_ARCH is the target arch to crossbuild to, not TARGET_ARCH.John Baldwin2001-02-221-1/+1
* Document TARGET_ARCH.John Baldwin2001-02-221-0/+1
* Removed some garbage (genassym(8) and its infrastructure).Bruce Evans2001-02-171-1/+1
* Fix make world.Mark Murray2001-02-141-2/+1
* Provide backwards compatable recognition of ${KERNEL}. You should bePeter Wemm2001-01-231-0/+11
* Sigh, I thought we still had the rm -rf objdir stuff in make world, whichPeter Wemm2001-01-221-1/+2
* Use 'make clean' instead of 'config -r', and only if the 'depend' step hasPeter Wemm2001-01-221-4/+4
* As threatened in hackers@ on Friday, obviate the need for a buildworldWarner Losh2001-01-221-2/+7
* Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL isPeter Wemm2001-01-221-4/+4
* Also add some timing information for kernel builds so that it'sJordan K. Hubbard2001-01-211-2/+5
* Create a build-tools target for sysinstall and rtermcap. This is stillPeter Wemm2001-01-191-1/+1
* Removed pc98-hack of aout tools.KATO Takenori2000-12-241-10/+1
* Fix cross-building once again.Marcel Moolenaar2000-12-031-1/+1
* Fix release, broken by the perl cross-build fixes.Marcel Moolenaar2000-11-211-0/+9
* Fix cross-building.Marcel Moolenaar2000-11-201-12/+17
* libgcc now needs to be built earlier in the build.David E. O'Brien2000-11-101-5/+6
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-281-1/+2
* Fail the 'buildkernel' target if not even one of the specified kernel configu...Joseph Koshy2000-10-251-0/+4
* Number the stages in the documentation to match what is printed out whenDavid E. O'Brien2000-10-131-5/+5
* This is really gross.Justin T. Gibbs2000-09-181-2/+2
* Add reinstallkernel target. Does same thing as installkernel, butWarner Losh2000-09-171-0/+3
* Include libfetch in the includes target.Dag-Erling Smørgrav2000-09-091-0/+1
* USA_RESIDENT is no longer required for buildworld, do not force it.Peter Wemm2000-09-091-12/+0
* Allow one to specify what the installed kernel's name is by settingDavid E. O'Brien2000-09-031-3/+11
* Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to theJosef Karthauser2000-08-131-0/+3
* Make the update target consistent; both ports and doc are updatedSheldon Hearn2000-08-071-1/+6
* Fix buildkernel and installkernel when KERNEL is defined inMarcel Moolenaar2000-08-031-3/+3
* Argh... mtree has been removed from the bootstrap-tools. In thatMarcel Moolenaar2000-07-231-2/+2
* Name all kernels 'kernel'. This fixes the incompatible behaviourMarcel Moolenaar2000-07-231-5/+3
* Remove mtree for bootstrap-tools. The -L switch change has beenMarcel Moolenaar2000-07-231-1/+1
* Don't save cp(1) in installworld. Its use has been replaced byMarcel Moolenaar2000-07-231-1/+1
* Add awk and wc to the list of copied binaries for the installworldMarcel Moolenaar2000-07-201-2/+2
* Add cp(1) to the list of binaries we need to save. The cp(1) commandMarcel Moolenaar2000-07-191-2/+3
* Don't save install-info. We already have that built. We'll useMarcel Moolenaar2000-07-191-3/+2
* Save any binaries we use by installworld, so that we won't use theMarcel Moolenaar2000-07-191-2/+13
* Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick itAndrey A. Chernov2000-07-181-4/+4
* Add mtree to cross-tools to make it updated for new -L optionAndrey A. Chernov2000-07-181-1/+2