aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-2/+2
| | | | | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH Notes: svn path=/head/; revision=53152
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Use MACHINE_ARCH instead of MACHINE to check x86 architecture.KATO Takenori1999-06-031-2/+2
| | | | | | | Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=47704
* Use ${.CURDIR} in `exists()' constructs.Joseph Koshy1999-04-211-4/+4
| | | | | | | | PR: misc/4395 Submitted by: J Wunsch <j@ida.interface-business.de> Notes: svn path=/head/; revision=45914
* Backed out previous commit. It depends on a.out utilities and librariesBruce Evans1998-12-301-7/+11
| | | | | | | somehow being available even on pure elf systems. Notes: svn path=/head/; revision=42181
* Always build ${MACHINE}/boot if it exists. Makefiles shouldn't knowBruce Evans1998-12-301-11/+7
| | | | | | | about deficiencies in subdirs. Notes: svn path=/head/; revision=42178
* Build KLD modules, these work for both a.out and elf.Peter Wemm1998-11-031-1/+4
| | | | Notes: svn path=/head/; revision=40849
* In src/Makefile.inc1:Robert Nordier1998-10-111-1/+3
| | | | | | | | | | | | | | | | Remove /sys/boot from legacy-build. Add btxld to build-tools. In src/sys/Makefile: Add /sys/boot for i386 ELF. I'm still not sure why the new boot code was being built along with the legacy stuff, which meant a completely wrong default environment for it. This may well still be the wrong way to go about this, but it can't work all that much worse than it has been. Notes: svn path=/head/; revision=40233
* Build the new boot loader on the alpha. This allows make release to work again.Gary Palmer1998-10-041-1/+5
| | | | Notes: svn path=/head/; revision=39935
* Add support for MACHINE=pc98. This leaves a single legacy entry forJohn Birrell1998-09-051-8/+3
| | | | | | | the old aout bootloader. Notes: svn path=/head/; revision=38851
* Only build the old boot loader on i386 if aout. The new loader willJohn Birrell1998-08-271-1/+5
| | | | | | | eventually be built if elf. Notes: svn path=/head/; revision=38576
* Test for the existance of ${MACHINE}/boot before trying to build it.John Birrell1998-02-201-2/+2
| | | | | | | | The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386. Notes: svn path=/head/; revision=33660
* Commit a long-forgotten tweak for building tags in /usr/src/sys.Jordan K. Hubbard1997-07-131-1/+3
| | | | Notes: svn path=/head/; revision=27356
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
| | | | | | | ready for it yet. Notes: svn path=/head/; revision=22975
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
| | | | | | | | | | | All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team Notes: svn path=/head/; revision=16363
* Removed almost all traces of libkern.a. The objects that were inBruce Evans1995-12-261-2/+2
| | | | | | | | | | libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the necessary object for each machine must be linked into the kernel in case an lkm wants one. Notes: svn path=/head/; revision=13031
* Added ${MACHINE}/boot to build bootblocks.Paul Richards1994-08-251-2/+2
| | | | | | | Submitted by: Paul Richards Notes: svn path=/head/; revision=2277
* Added $Id$David Greenman1994-08-021-1/+1
| | | | Notes: svn path=/head/; revision=1817
* Add this so that the top level Makefile can traverse down into hereRodney W. Grimes1994-05-281-0/+5
and build libkern. This will be enhanced later to build other things. Notes: svn path=/head/; revision=1598