summaryrefslogtreecommitdiffstats
path: root/Makefile.upgrade
Commit message (Collapse)AuthorAgeFilesLines
* Change a hardcoded i386 reference to ${MACHINE} so that MACHINE=pc98jb1998-09-051-2/+2
| | | | is supported properly.
* When creating /etc/objformat, respect DESTDIR.jb1998-09-031-2/+2
| | | | Pointed out by: Zach Heilig -- zach@gaffaneys.com
* Force the upgrade kernel to be aout.jb1998-08-311-3/+5
|
* E-day build system changes.jb1998-08-311-0/+230
- 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