summaryrefslogtreecommitdiffstats
path: root/Makefile.inc0
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* fix (non destructive) braino to do with quoting in makefiles.julian1999-06-061-2/+2
|
* Store the start time for later so it can be reprinted at the end.julian1999-06-051-2/+4
| | | | Reviewed by: terry
* Change !defined(NOAOUT) knob to defined(WANT_AOUT).obrien1999-03-291-5/+5
|
* Don't use /usr/obj/elf for make world anymore.jhay1999-01-141-2/+4
| | | | | NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to do it yourself.
* Split out afterdistribute and distribute from BKTGTS because they dojhay1998-12-201-3/+11
| | | | | need MK_ENV. This should make release work again. Maybe we should get rid of the /usr/obj/elf at some stage?
* Remove appending objformat to obj prefix forache1998-12-161-2/+2
| | | | | | backend targets. Old variant cause top level things build in /usr/obj/elf while lower level things build in /usr/obj which cause mismatch
* Restored all lost user targets that are supported by bsd.subdir.mk:bde1998-10-171-4/+5
| | | | | | | checkdpadd, lint, maninstall, objlink, regress and tags. Removed bogus user target cleanobj. It is the non-recursive base of the cleandir target, so it is not useful (or usable) here.
* Add back a few useful targets lost in the reshuffle.jkh1998-09-291-4/+4
| | | | Reviewed by: jb
* Changes to support -jXX.jb1998-09-281-9/+10
| | | | | Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> via: Chuck Robey <chuckr@mat.net>
* Purely cosmetic but useful change.andreas1998-09-171-5/+5
| | | | | | | | | | | Make output of make world more readable for grep. Now a grep '>>>' world.log shows you the single stages through which the bootstrap process went as discussed on -current. Could be used to debug the bootstrap mechanism in case of trouble more easily. Would be fine if any further @echo "..." messages containing a description, what's going on, could use the new format: @echo ">>> ..."
* Revive hierarchy again.ache1998-09-101-2/+3
| | | | Please commit only patches, not whole files!
* Add the missing rerelease target back.jb1998-09-091-4/+3
| | | | Reported by: Justin Gibbs.
* Revive hierarchy targetache1998-09-071-3/+4
|
* YAMT (yet another missing target). It's a shame that these have tojb1998-09-041-2/+2
| | | | | be visible to the user. Maybe `make release' should call the backend directly.
* Add the distribute target that make release wants.jb1998-09-041-2/+2
|
* Add the clean targets again.jb1998-09-011-3/+3
|
* E-day build system changes.jb1998-08-311-0/+109
- Moved most of the guts of Makefile to Makefile.inc1 to become the backend for the build system. - The new Makefile doesn't suffer from problems including the wrong sys.mk because it doesn't use anything in there or bsd.own.mk. So, from now on, the proper build command is just `make world' (or buildworld). - The intermediate makefiles called Makefile.inc0 and Makefile.upgrade fiddle with the OBJFORMAT and MAKEOBJDIRPREFIX variables so that both aout and elf object trees can coexist. Makefile.upgrade contains the aout->elf transition build. - A cross build environment is now very close to reality. Specifying TOOLDIR, setting OBJFORMAT and MAKEOBJDIRPREFIX allow that. See the comments in Makefile for more info.
OpenPOWER on IntegriCloud