History log of /freebsd/Makefile.inc1 (Results 11326 – 11350 of 13181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aae5d688 09-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Make sure the links to the source tree end up in the source tree.


Revision tags: vendor/ntp/4.0.98f
# db10927b 09-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

o Add usr/lib/compat/aout to the temp world. This is needed by release.
o If you can't beat them, join them: use symlinks to populate the obj
tree. This avoids using mtree.


# 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 ...


Revision tags: vendor/bind/8.2.2p5, vendor/sym/0.12.0-19991127_deo, vendor/sym/0.11.0-19991120_deo, vendor/sym/0.11.0-19991120, vendor/sym/0.10.0-19991111, vendor/sym/0.9.0-19991024
# e13b3c78 25-Nov-1999 Julian Elischer <julian@FreeBSD.org>

Place netgraph entry into alphabetical position
along with the misplaced entries that it was next to.


Revision tags: vendor/gcc/egcs-1.1.2, vendor/gcc/2.7.2.3
# 30fdccdc 24-Nov-1999 David E. O'Brien <obrien@FreeBSD.org>

Revert to rev 1.91. Revs 1.9{2,3} were causing problems for people with
pre-Aug 4.0-CURRENT worlds and those with pre-GCC 2.95.2 worlds.

The problem with pre-Aug worlds is the installed Byacc and B

Revert to rev 1.91. Revs 1.9{2,3} were causing problems for people with
pre-Aug 4.0-CURRENT worlds and those with pre-GCC 2.95.2 worlds.

The problem with pre-Aug worlds is the installed Byacc and Bison doesn't
have necessary changes to compile either GCC 2.95 or EGCS 1.1.x.

The problem with pre-GCC 2.95 worlds is libgcc is built with the wrong
compiler. See rev 1.17 of src/gnu/lib/libgcc/Makefile (which used to live
in src/gnu/usr.bin/cc/libgcc) + commit messge for details of the requirements.

show more ...


# 6de9679e 23-Nov-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Fix some bugs and make some policy changes.

o Send libmytinfo back to the afterlife. It was revived by mistake,
o Make gnu/lib/libgcc before making lib/libpam. This dependency has
been overlook

Fix some bugs and make some policy changes.

o Send libmytinfo back to the afterlife. It was revived by mistake,
o Make gnu/lib/libgcc before making lib/libpam. This dependency has
been overlooked in constructing the list,
o make depend before make all. It's by using make depend that the
dependency was found in the first place and we need it to prevent
cleaning everything up before we start,
o Don't specify -DNOINFO -DNOMAN for the libraries target. Let the
target handle it. We can do away with a single run over the libs
if we make everything while we're there and only install the
libraries in the object tree.

show more ...


# be4512ec 21-Nov-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Build tools against the host's includes and libraries. Also, don't
build make(1) twice and merge the bootstrap-libraries and libraries
targets.

This change solves the bug where build-tools, compiled

Build tools against the host's includes and libraries. Also, don't
build make(1) twice and merge the bootstrap-libraries and libraries
targets.

This change solves the bug where build-tools, compiled against the
includes and libraries built from the sources failed to run on the
host, as was the case with the sigset_t change. With this update, a
buildworld will fail if the tools won't compile on the host. This
is solved in further commits where backward compatibility of the
tools is enlarged.

The libraries target has been fixed. The libraries are now build in
the proper order, satisfying the dependencies. The comment is updated
to reflect this.

The linux module and netboot have been removed from the list of tools.
More to follow.

Reviewed by: bde, imp

show more ...


# f5c0c6ab 15-Nov-1999 Marcel Moolenaar <marcel@FreeBSD.org>

Remove CROSS_MAKE_FLAGS.


# 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: vendor/ipfilter/3.3.3, vendor/amd/6.0.3s1, vendor/flex/2.5.4
# 5dd05de9 25-Oct-1999 Julian Elischer <julian@FreeBSD.org>

install netgraph.h a bit earlier.

Submitted by: Boris Popov <bp@butya.kz>


# f24bb3a4 14-Oct-1999 Boris Popov <bp@FreeBSD.org>

Make libncp actually compiled.

Reviewed by: mdodd


# 6d77c2de 04-Oct-1999 Peter Wemm <peter@FreeBSD.org>

Add libkvm to the includes target.


Revision tags: vendor/misc-GNU/awk/3.0.4, vendor/amd/6.0.2s2
# 1f687ff1 20-Sep-1999 Mark Murray <markm@FreeBSD.org>

Minor (but important) comment change.


Revision tags: vendor/kerberosIV/0.10.1, release/3.3.0, vendor/amd/6.0.1
# 7dd5e27c 04-Sep-1999 Bruce Evans <bde@FreeBSD.org>

FIxed disorder in the comments about library build order.


Revision tags: vendor/ssleay/openssl_0_9_4, vendor/libdes/0.9.4, vendor/com_err/0.1, vendor/ssleay/kth_0_1, vendor/libdes/0.1
# da52b932 31-Aug-1999 Mark Murray <markm@FreeBSD.org>

Further preparation for tn3270's demise.


# 4c2a26e3 30-Aug-1999 Peter Wemm <peter@FreeBSD.org>

Update for ncurses5 aftermath..


# 97d92980 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


Revision tags: vendor/ncurses/5.0-19990821, vendor/misc-GNU/bison/1.28
# 4f1b474e 08-Aug-1999 John Polstra <jdp@FreeBSD.org>

Remove f2c-related stuff from the "includes" target and from a
comment. Fixes broken make world.


Revision tags: vendor/NetBSD/v990809
# d72e8db8 06-Aug-1999 John Polstra <jdp@FreeBSD.org>

Add usr.sbin/elf2exe to the build-tools target on the Alpha. This
fixes the make buildworld breakage in sys/boot/arc/loader.


# 17139066 07-Jul-1999 Warner Losh <imp@FreeBSD.org>

Per requests from the community, commit rudimentary cross compilation
support. I've been building world with these changes for months w/o
ill effect. I've also managed to build the cross tool chain

Per requests from the community, commit rudimentary cross compilation
support. I've been building world with these changes for months w/o
ill effect. I've also managed to build the cross tool chain for MIPS
with these patches.

Please note that the extent to which these patches work is largely
dictated by how well our tool chains support the cross compilation.
Building alpha binaries on i386 doesn't work. Supposedly building
i386 binaries on alpha does work, but I've not verified it with these
patches, however.

show more ...


Revision tags: vendor/isc-dhcp/2.0, vendor/xe/1.20
# 55496537 04-Jun-1999 Bill Fumerola <billf@FreeBSD.org>

${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make
sure what is reported to the user is accurate.

Stolen From: mharo


# 03a6bd91 01-Jun-1999 Bill Fumerola <billf@FreeBSD.org>

'make update' in the ports directory.


Revision tags: vendor/libreadline/4.0, release/3.2.0, vendor/xe/1.19, vendor/xe/1.18, vendor/xe/1.17, vendor/xe/1.16, vendor/xe/1.15, vendor/xe/1.14, vendor/xe/1.13
# 7c2a64c4 03-May-1999 David E. O'Brien <obrien@FreeBSD.org>

Document NO_FORTRAN.


# 5a528acb 02-May-1999 Mark Murray <markm@FreeBSD.org>

Perl is moving up a maintenance version.

While I'm here - reorder crypto directories to better support
dependancies. Perl and others like it better that way.


Revision tags: vendor/perl5/5.005.03, vendor/SGI/v_2_17, vendor/SGI/vjs_990324, vendor/gdb/4.18, vendor/isc-dhcp/2.0b1-pl.27
# 7725a6c9 20-Apr-1999 Joseph Koshy <jkoshy@FreeBSD.org>

Change 'exists()' constructs to refer to directories in ${.CURDIR}.
Tested with a make world.

PR: misc/4395
Submitted by: J Wunsch
Reviewed by: bde


1...<<451452453454455456457458459460>>...528