History log of /freebsd/sys/Makefile (Results 101 – 125 of 192)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# e1fe3dba 17-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Bro

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)

show more ...


# 85bfb1d5 10-Jan-2006 Jim Rees <rees@FreeBSD.org>

add nfsclient/, nfs4client/, and rpc/ directories to the
top Makefile's rule to build a cscope database.

Submitted by: cel@citi.umich.edu
Approved by: alfred


Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0
# 367384eb 08-Mar-2005 Greg Lehey <grog@FreeBSD.org>

When building cscopnamefile, default architecture to ${MACHINE}, not i386.

Suggested by: ru


# ff2ad7d6 05-Mar-2005 Greg Lehey <grog@FreeBSD.org>

Add targets to build cscope name files and TAGS file for etags.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0
# 5c73a491 19-Aug-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a NO_BOOT knob to prevent building the boot blocks and loader.

Reviewed by: ru
MFC after: 3 days


Revision tags: release/4.10.0_cvs, release/4.10.0
# 9049715f 16-May-2004 Olivier Houchard <cognet@FreeBSD.org>

Try harder not to compile anything in sys/boot for arm.
I wonder how buildworld ever worked for me...


Revision tags: release/5.2.1_cvs, release/5.2.1
# 2e53e513 17-Jan-2004 Ruslan Ermilov <ru@FreeBSD.org>

Replaced outdated comment.


Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# 6833c6ad 26-Jun-2003 Peter Wemm <peter@FreeBSD.org>

Revert exclusion for amd64 that stopped boot/ being built.


Revision tags: release/5.1.0_cvs, release/5.1.0
# 34da5997 08-May-2003 Peter Wemm <peter@FreeBSD.org>

Exclude sys/boot for amd64. There are still toolchain issues to deal
with. In theory, gcc -m32 should work, but for now, do not tempt fate.

Approved by: re (scottl)


Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 6bde859f 26-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Milestone #1 in cross-arch make releases.

Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.

Eliminate the need in the second installworld. For that, ma

Milestone #1 in cross-arch make releases.

Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.

Eliminate the need in the second installworld. For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.

Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).

Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).

In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.

Moved the creation of the "crypto" dist from release.5 to
release.2.

In release.3 and doMFSKERN, build kernels in the "world"
environment. KERNELS now means "additional" kernels, GENERIC is
always built.

Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.

Inline createBOOTMFS target.

Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules. GC doMODULES as such.

Assorted fixes:

Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".

Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.

gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.

release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists. Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories. This will be fixed
soon.

Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage. Most of the userland makefiles did not test it for "YES"
anyway.

XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists? (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)

Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.

Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>

show more ...


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs
# 5836b5e0 24-Aug-2000 Peter Wemm <peter@FreeBSD.org>

I should know better than to touch this without testing a 'make release'
but ${MACHINE_ARCH} should be ${MACHINE} here. pc98 has its own
GENERIC.hints file and should not be used with the i386 versi

I should know better than to touch this without testing a 'make release'
but ${MACHINE_ARCH} should be ${MACHINE} here. pc98 has its own
GENERIC.hints file and should not be used with the i386 version.

show more ...


# e25cb01d 17-Aug-2000 John Baldwin <jhb@FreeBSD.org>

Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as
/boot/device.hints in the bin dist during releases so that current snapshots
have a chance of booting up ok after installing. T

Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as
/boot/device.hints in the bin dist during releases so that current snapshots
have a chance of booting up ok after installing. The real fix for this
problem is to rewrite userconfig in Forth, stick it in the loader, axe
userconfig from the kernel, and extract the hints from the booted kernel in
sysinstall similar to the way we generate /boot/kernel.conf right now. For
now, however, this will have to do.

show more ...


Revision tags: release/4.1.0, release/3.5.0_cvs
# f94a3783 17-Jun-2000 David E. O'Brien <obrien@FreeBSD.org>

If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel.

Some people do not like the new way, and the release building sti

If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the
world as was our old way, rather than when building a kernel.

Some people do not like the new way, and the release building still assumes
modules are built with the world.

show more ...


# 10ae1068 02-May-2000 Chuck Robey <chuckr@FreeBSD.org>

Cause modules to build with the kernel build. Modules are removed
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules direc

Cause modules to build with the kernel build. Modules are removed
from the sys Makefile's SUBDIRs. This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules directory. The
actual location of the modules is not modified. Changes in Makefiles
only, this does not affect Peter's recent changes.

Reviewed by: Peter Wemm, who warned me I would get some flack, and
he had the good idea for the NO_MODULES variable.

show more ...


Revision tags: release/4.0.0_cvs
# c317f072 19-Mar-2000 Peter Wemm <peter@FreeBSD.org>

Remove the old a.out-only boot loader, we don't use it any more.
The new boot1/boot2 can load a.out and elf kernels directly.
I think the sys/pc98 version can go too as the sys/boot/pc98 code
appears

Remove the old a.out-only boot loader, we don't use it any more.
The new boot1/boot2 can load a.out and elf kernels directly.
I think the sys/pc98 version can go too as the sys/boot/pc98 code
appears to be functional, but I'll leave that for the pc98 folks.

"There can be only one."

show more ...


Revision tags: release/3.4.0_cvs
# 0917704b 14-Nov-1999 Marcel Moolenaar <marcel@FreeBSD.org>

${MACHINE} -> ${MACHINE_ARCH}

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/Make

${MACHINE} -> ${MACHINE_ARCH}

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

show more ...


Revision tags: release/3.3.0_cvs
# c3aac50f 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 8326768a 03-Jun-1999 KATO Takenori <kato@FreeBSD.org>

Use MACHINE_ARCH instead of MACHINE to check x86 architecture.

Pointed out by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>


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.


12345678