Revision tags: release/3.2.0 |
|
#
29ddf5ab |
| 21-Apr-1999 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Use ${.CURDIR} in `exists()' constructs.
PR: misc/4395 Submitted by: J Wunsch <j@ida.interface-business.de>
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
40b84391 |
| 30-Dec-1998 |
Bruce Evans <bde@FreeBSD.org> |
Backed out previous commit. It depends on a.out utilities and libraries somehow being available even on pure elf systems.
|
#
e5f94bcd |
| 30-Dec-1998 |
Bruce Evans <bde@FreeBSD.org> |
Always build ${MACHINE}/boot if it exists. Makefiles shouldn't know about deficiencies in subdirs.
|
#
600f97da |
| 03-Nov-1998 |
Peter Wemm <peter@FreeBSD.org> |
Build KLD modules, these work for both a.out and elf.
|
#
1b9112ea |
| 11-Oct-1998 |
Robert Nordier <rnordier@FreeBSD.org> |
In src/Makefile.inc1: 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 bu
In src/Makefile.inc1: 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.
show more ...
|
#
1a1c2547 |
| 04-Oct-1998 |
Gary Palmer <gpalmer@FreeBSD.org> |
Build the new boot loader on the alpha. This allows make release to work again.
|
#
7cfc8475 |
| 05-Sep-1998 |
John Birrell <jb@FreeBSD.org> |
Add support for MACHINE=pc98. This leaves a single legacy entry for the old aout bootloader.
|
#
960bddf1 |
| 27-Aug-1998 |
John Birrell <jb@FreeBSD.org> |
Only build the old boot loader on i386 if aout. The new loader will eventually be built if elf.
|
Revision tags: release/2.2.7, release/2.2.6 |
|
#
756985ab |
| 20-Feb-1998 |
John Birrell <jb@FreeBSD.org> |
Test for the existance of ${MACHINE}/boot before trying to build it.
The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386.
|
Revision tags: release/2.2.5_cvs |
|
#
17b88064 |
| 13-Jul-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Commit a long-forgotten tweak for building tags in /usr/src/sys.
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
6875d254 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet.
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
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
Make the long-awaited change from $Id$ to $FreeBSD$
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.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
ad63a118 |
| 14-Jun-1996 |
Satoshi Asami <asami@FreeBSD.org> |
The Great PC98 Merge.
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
|
Revision tags: release/2.1.0_cvs |
|
#
62394a63 |
| 26-Dec-1995 |
Bruce Evans <bde@FreeBSD.org> |
Removed almost all traces of libkern.a. The objects that were in libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the
Removed almost all traces of libkern.a. The objects that were in 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.
show more ...
|
Revision tags: release/2.0.5_cvs, release/2.0 |
|
#
8a2283e2 |
| 25-Aug-1994 |
Paul Richards <paul@FreeBSD.org> |
Added ${MACHINE}/boot to build bootblocks. Submitted by: Paul Richards
|
#
3c4dd356 |
| 02-Aug-1994 |
David Greenman <dg@FreeBSD.org> |
Added $Id$
|
Revision tags: release/1.1.5.1_cvs |
|
#
303b706c |
| 28-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Add this so that the top level Makefile can traverse down into here and build libkern. This will be enhanced later to build other things.
|