History log of /freebsd/Makefile (Results 1251 – 1275 of 1486)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.1.1_cvs
# 737ffab7 19-Sep-2000 Mark Murray <markm@FreeBSD.org>

Pass the reinstallkernel target through from Makefile to Makefile.inc1.


# 00eb8cbd 31-Jul-2000 Alexander Langer <alex@FreeBSD.org>

Mention the buildkernel/installkernel targets in the documentation.


Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# 84a9e747 25-Feb-2000 Mark Murray <markm@FreeBSD.org>

We have a new world order in libraries.

Goodbye libdes; Welcome libcrypto.


# 549f978a 09-Jan-2000 Marcel Moolenaar <marcel@FreeBSD.org>

Add the buildkernel and installkernel targets.
While here fix some minor style bugs (whitespacing) and move the
make target from Makefile.upgrade to this file.
Simplify the make target to make it rea

Add the buildkernel and installkernel targets.
While here fix some minor style bugs (whitespacing) and move the
make target from Makefile.upgrade to this file.
Simplify the make target to make it readable.

show more ...


# 3e3a3133 23-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Descent into sub-makes with a fixed PATH. The PATH does not contain
/usr/games on purpose. All tools in /usr/games are built as part of
the tool stages to support building world on machines without g

Descent into sub-makes with a fixed PATH. The PATH does not contain
/usr/games on purpose. All tools in /usr/games are built as part of
the tool stages to support building world on machines without games.

This fixes any build problems that have been caused by non-standard
paths and also removes the primary objection for not using absolute
paths.

show more ...


Revision tags: release/3.4.0_cvs
# 6e59a256 08-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Oops! bypassing Makefile.inc0 without adding a `world' target is not
a good idea. Adding `world' to Makefile is save, because all hairy
bits are in Makefile.inc1 anyway.


# 894157f5 08-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Restore the upgrade path from -stable to -current and prepare for
non-root cross-building.

o Makefile.inc0 is not used anymore.
o The legacy aout build has been removed.
o Selectively build tools

Restore the upgrade path from -stable to -current and prepare for
non-root cross-building.

o Makefile.inc0 is not used anymore.
o The legacy aout build has been removed.
o Selectively build tools *before* building includes/libraries.
o Avoid using mtree to populate the obj tree.

show more ...


# 1379f879 18-Sep-1999 John Birrell <jb@FreeBSD.org>

Remove a comment about setting objformat to elf by default. We've
done that already.

Change the -DWANT_AOUT comment to refer to 4.0 so that it sounds less
silly.


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

$Id$ -> $FreeBSD$


# e74ce1d5 31-Jul-1999 Tim Vanderhoek <hoek@FreeBSD.org>

Comment change: "Be warned, this will update your installed system, except
for the configuration files in the /etc directory." .... and the kernel.


Revision tags: release/3.2.0
# 990cbc64 29-Mar-1999 David E. O'Brien <obrien@FreeBSD.org>

Change !defined(NOAOUT) knob to defined(WANT_AOUT).


# 7785c4f2 20-Mar-1999 Jordan K. Hubbard <jkh@FreeBSD.org>

Note that the upgrade target exists, and what it does.

Requested by: Wayne M Barnes <stabilizer@klentaq1.emergingtech.org>


# 8bc83b23 17-Feb-1999 Mike Smith <msmith@FreeBSD.org>

Use ${MAKE} not 'make -f'

Submitted by: tfreak@fluffybunny.jaded.net


Revision tags: release/3.1.0
# 1c67f883 26-Jan-1999 Jordan K. Hubbard <jkh@FreeBSD.org>

Frob the upgrade target to be a bit more inclusive. This appears to
be a good bit more successful at doing automated upgrades than the
previous aout-to-elf target, anyway. I'll MF3 in a couple of d

Frob the upgrade target to be a bit more inclusive. This appears to
be a good bit more successful at doing automated upgrades than the
previous aout-to-elf target, anyway. I'll MF3 in a couple of days
depending on how this does.

show more ...


Revision tags: release/3.0.0, release/2.2.8
# 41da0323 28-Dec-1998 Peter Wemm <peter@FreeBSD.org>

Dip my toes into the fire and zap the leftover lkm hooks.. It seems they
try and recurse if the lkm dir exists for some reason but there isn't any
Makefile there. (eg: stray files prevented cvs upda

Dip my toes into the fire and zap the leftover lkm hooks.. It seems they
try and recurse if the lkm dir exists for some reason but there isn't any
Makefile there. (eg: stray files prevented cvs update -P from removing the
empty dirs)

show more ...


# 45e5f8f9 17-Oct-1998 Bruce Evans <bde@FreeBSD.org>

Restored all lost user targets that are supported by bsd.subdir.mk:
checkdpadd, lint, maninstall, objlink, regress and tags.

Removed bogus user target cleanobj. It is the non-recursive base of
the

Restored all lost user targets that are supported by bsd.subdir.mk:
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.

show more ...


# d297a4c5 30-Sep-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Add back a few useful targets lost in the reshuffle.
Reviewed by: jb


# cd486f4d 28-Sep-1998 John Birrell <jb@FreeBSD.org>

The legacy stuff needs gobs more space in the obj tree. 165->260 Mb.


# ce53af53 15-Sep-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Restore default implict behavior of running the all target we had before.


# db23f9b3 10-Sep-1998 Andrey A. Chernov <ache@FreeBSD.org>

Revive hierarchy again.
Please commit only patches, not whole files!


# 2b0daddd 09-Sep-1998 John Birrell <jb@FreeBSD.org>

Add the missing rerelease target back.

Reported by: Justin Gibbs.

Add the move-aout-libs upgrade target so that people who have already
gone elf can put their libraries through the mincer. Anyone w

Add the missing rerelease target back.

Reported by: Justin Gibbs.

Add the move-aout-libs upgrade target so that people who have already
gone elf can put their libraries through the mincer. Anyone who hasn't
deleted aout libraries from /usr/lib (but has done a make world putting
the new aout libs in /usr/lib/aout) will be asked for confirmation
to delete them one by one.

show more ...


# dac1e6e6 07-Sep-1998 Andrey A. Chernov <ache@FreeBSD.org>

Revive hierarchy target


# 4c1e0b35 04-Sep-1998 John Birrell <jb@FreeBSD.org>

YAMT (yet another missing target). It's a shame that these have to
be visible to the user. Maybe `make release' should call the backend
directly.


# 5eb5dd76 04-Sep-1998 John Birrell <jb@FreeBSD.org>

Add the distribute target that make release wants.


# 11a09d82 01-Sep-1998 John Birrell <jb@FreeBSD.org>

Add the clean cleandepend and cleanobj targets back.


1...<<51525354555657585960