History log of /freebsd/Makefile.inc1 (Results 11376 – 11400 of 13181)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 70152088 13-Dec-1998 Matthew Dillon <dillon@FreeBSD.org>

Grr. removed. backed-out. sorry!


# fed7770a 13-Dec-1998 Matthew Dillon <dillon@FreeBSD.org>

This needs to be commited now to fix usbd for make world


# 23284b17 28-Nov-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Revert previous commit; write idea, wrong way.


# f8303e79 28-Nov-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Remove netboot from build order; it's not ready for the limelight
and probably doesn't belong there anyway.


# 127a2cfa 20-Nov-1998 John Polstra <jdp@FreeBSD.org>

Make sure libskey is built before libpam. It is required for one of
the PAM modules.

Fix the comments describing the PAM dependencies to be consistent
with other related comments.


Revision tags: vendor/libpam/unpruned
# 3da08d4a 18-Nov-1998 John Polstra <jdp@FreeBSD.org>

Add libpam to the "includes" and "libraries" targets.

Build the ordered list of libraries in a variable "_libs" before
building any of them. This eliminates a little bit of duplicated
code. More i

Add libpam to the "includes" and "libraries" targets.

Build the ordered list of libraries in a variable "_libs" before
building any of them. This eliminates a little bit of duplicated
code. More importantly, it makes it easier to include or exclude
libraries with .if constructs, because the list can be built in
multiple steps using "+=".

show more ...


Revision tags: vendor/libpam/0.65
# c271ea0e 18-Nov-1998 John Polstra <jdp@FreeBSD.org>

Note the requirement that libcrypt be built before libkrb.


# d5f87f1a 15-Nov-1998 John Birrell <jb@FreeBSD.org>

Remove share/info from build tools because it breaks the build when
INFODIR is set.


Revision tags: vendor/amd/6.0b1
# 5a51bc8e 13-Nov-1998 John Polstra <jdp@FreeBSD.org>

Add libradius and libtacplus to the includes target. Note their
dependence on libmd.


# 0eda097a 05-Nov-1998 Mike Smith <msmith@FreeBSD.org>

Typo , -> .

Submitted by: Shaun Courtney <shaun@emma.eng.uct.ac.za>


# fafe9c62 05-Nov-1998 Peter Wemm <peter@FreeBSD.org>

sys/modules/linux has a build-tools target


# 2bb39627 04-Nov-1998 Peter Wemm <peter@FreeBSD.org>

Add usr.bin/gensetdefs to build-tools; it is used for src/sys/modules and
maybe for other things that use linker sets under ELF.


# 2a6c45c9 17-Oct-1998 Bruce Evans <bde@FreeBSD.org>

Don't add /usr/games to $PATH. Adding it here can only work for the
`make world' case, and only made a difference for the evil NOTOOLS case
of `make world' since games tools are installed in ${TOOLR

Don't add /usr/games to $PATH. Adding it here can only work for the
`make world' case, and only made a difference for the evil NOTOOLS case
of `make world' since games tools are installed in ${TOOLROOT}/usr/bin
if they are built, but the PR was for normal builds. This is fixed
in rev.1.14 of src/games/fortune/datfiles/Makefile.

PR: 7936

show more ...


# 59bec036 16-Oct-1998 Bruce Evans <bde@FreeBSD.org>

Fixed missing directories in the libraries target:
- in the elf case, csu must be built and installed before any shared
libraries. It wasn't, but we usually used a stale version that
happened to

Fixed missing directories in the libraries target:
- in the elf case, csu must be built and installed before any shared
libraries. It wasn't, but we usually used a stale version that
happened to work. E.g., in the !NOTOOLS case we used the version
built and installed by the bootstrap-libraries target. Only cross
building was completely broken.
- the shared libmd must be built and installed before any shared
libraries that link to it. It wasn't, but we sometimes used a stale
version that happened to work, as above. For elf, this caused
bogus linkage of the target shared libatm and libopie with the host
static libmd. It isn't clear what this actually breaks, except for
cross compiling. For aout, the shared libmd is not built at all, so
all shared libraries linked to libmd may be broken. The linker
reports them by spewing RRS warnings.

Note that building src/lib early and building subdirs of src/lib in
the correct order in src/lib/Makefile doesn't help, since the subdirs
are all built before any are installed.

Fixed bitrot in the comments about the ordering requirements.

show more ...


# 24f6ecd4 13-Oct-1998 Robert Nordier <rnordier@FreeBSD.org>

Include btxld in build-tools only for i386.


# daf326ce 13-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Conditionalise boot block building on i386.


Revision tags: vendor/NetBSD/v981011
# 14b49748 11-Oct-1998 Robert Nordier <rnordier@FreeBSD.org>

Remove sys/boot from the install as well.


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


# 04e2ebf5 11-Oct-1998 Peter Wemm <peter@FreeBSD.org>

Comment about libm and libmd being needed for some libraries.
Prompted by: bde

Also. Don't build & install legacy lkm's when NOLKM has been set.
Otherwise it gets built in the src tree rather than o

Comment about libm and libmd being needed for some libraries.
Prompted by: bde

Also. Don't build & install legacy lkm's when NOLKM has been set.
Otherwise it gets built in the src tree rather than obj, because the
previous 'make obj' at the start of legacy-build does respect NOLKM.

show more ...


# 2de520a5 10-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Move OBJFORMAT hack to the correct line; what can I say, it was very
late. :)


# e313ef33 10-Oct-1998 KATO Takenori <kato@FreeBSD.org>

PC-98 uses different boot code from IBM-PC. So, MACHINE is used
instead of MACHINE_ARCH.

Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>


# 07bf7f4a 10-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Quick commit to see if I can't fix Robert's i386/boot problem in one line.
If this doesn't work, we'll try something else.


# 322a4708 10-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Don't chain makes with &&; apparently this is evil for parallelism.
According to: bde


# 87ee69f0 09-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Clean up the boot targets a bit.
Suggested by: jdp


# e2d56569 08-Oct-1998 Jordan K. Hubbard <jkh@FreeBSD.org>

Make both types of boot targets.


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