History log of /freebsd/Makefile (Results 1451 – 1475 of 1486)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 401de747 20-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Add libcom_err to `includes' target so CLOBBERing the world works again (we
hope).


# 562e312d 19-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Added `compile_et' and `mk_cmds' to lib-tools target, as they are needed
to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time
(sorry, it was the only way I could think of to mak

Added `compile_et' and `mk_cmds' to lib-tools target, as they are needed
to build `libss'. Also delete bogus old /usr/sbin/compile_et at this time
(sorry, it was the only way I could think of to make sure it died).

show more ...


# b0625a3d 13-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Delete obsolete references to kerberosIV.


# 0351215e 11-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Ack! Mk must go before cleandist in the world rule now. Otherwise
cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk
is not found.


# 65b94a0d 03-Jan-1995 Nate Williams <nate@FreeBSD.org>

Added new lib-tools target used in make world which rebuilds and
installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from
the old utils which don't support the long archive names.


# 5426275f 04-Dec-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add libtermcap to includes target


Revision tags: release/2.0
# 750f81de 14-Nov-1994 Poul-Henning Kamp <phk@FreeBSD.org>

More changes for the "distribute" target.


# 8046c4e2 08-Nov-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add gnu/include to includes target


# cd5f9662 01-Nov-1994 Paul Traina <pst@FreeBSD.org>

Make make world -DCLOBBER work again .. grrr


# ac08bc0c 15-Oct-1994 Garrett Wollman <wollman@FreeBSD.org>

For those who want a little more control over their build process...

Added two new targets, `most' and `mostinstall', which compile and
install (respectively) just the binaries from just the ``core'

For those who want a little more control over their build process...

Added two new targets, `most' and `mostinstall', which compile and
install (respectively) just the binaries from just the ``core'' parts
of the system. This makes it easier to do something like the following
(which I do):

# cd /usr/src
# make obj depend
(scrutinize make output)
# make most
# make mostinstall

...which will not confuse things by installing new libraries, /usr/share,
games, gcc (two extra times), and so on. Obviously, if you do this, then
you have to be careful to watch for changes in include files and make macros,
and do the appropriate thing in those cases. (It usually still doesn't
involve building GCC three times or libc six.)

show more ...


# 4affe09b 12-Oct-1994 Andrey A. Chernov <ache@FreeBSD.org>

Add libdialog to beforeinstall section


# 33c4dab4 08-Oct-1994 Andrey A. Chernov <ache@FreeBSD.org>

libmytinfo, libncurses added to 'make beforeinstall' sequence


# b8afcd33 30-Sep-1994 Paul Richards <paul@FreeBSD.org>

If WANT_MSUN is defined then math.h needs to be installed from the
msun library.


# 9687bf0b 29-Sep-1994 Paul Traina <pst@FreeBSD.org>

make includes needs to do a beforeinstall in libskey


# c368d11d 29-Sep-1994 Geoff Rehmet <csgr@FreeBSD.org>

First level of changes for bringing in eBones (kerberos).
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions

First level of changes for bringing in eBones (kerberos).
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions,
and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.

show more ...


# c0a88f5e 23-Sep-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Spell hierarchy correctly :-(.


# 2bb47396 23-Sep-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Converted to use release/Makefile hieriarchy:.

Disabled SUBDIR+= etc until I get done with the conversion.


# 267994de 19-Sep-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Need to call on libmd in "includes" target.


# 0eec3684 16-Sep-1994 Garrett Wollman <wollman@FreeBSD.org>

Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree. Also, process secure
directory after all the others, because the programs t

Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree. Also, process secure
directory after all the others, because the programs there may overlay
ones installed from the main part of the tree.

show more ...


# 499fec7f 12-Sep-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

Enable call to beforeinstall for libg++ and add one for libreadline.


# 72181495 09-Sep-1994 Geoff Rehmet <csgr@FreeBSD.org>

Changes required for bringing in eBones (kerberosIV - des + des ;-))
- check for directory "eBones"
- add checks for define "NOEBONES"
- get includes and libraries targets set up.


# 2a262b3a 03-Sep-1994 Paul Richards <paul@FreeBSD.org>

Taken update rule out of world target so it doesn't try and sup and
update every time you build world if you've enabled it.

Merged all the gnu library targets into one. libg++ isn't in the
gnu/lib/M

Taken update rule out of world target so it doesn't try and sup and
update every time you build world if you've enabled it.

Merged all the gnu library targets into one. libg++ isn't in the
gnu/lib/Makefile anyway so it's still disabled.

Enabled building of lex library -- this was stopping make world working.

Submitted by: Paul Richards

show more ...


# ce234f12 26-Aug-1994 Paul Richards <paul@FreeBSD.org>

Removed an echo about directories not being enabled.

I removed libkern for the libraries target in the last commit too but
forgot to mention it.
Reviewed by:
Submitted by:


# 95516197 26-Aug-1994 Paul Richards <paul@FreeBSD.org>

Added an update target. It does nothing by default but you
can enable things in /etc/make.conf if you wish for those
who might want to use it.

directories has got enabled by this patch too whch I ha

Added an update target. It does nothing by default but you
can enable things in /etc/make.conf if you wish for those
who might want to use it.

directories has got enabled by this patch too whch I hadn't meant
to do but there's no harm in it since the mtree stuff has been
pulled over now.

Reviewed by:
Submitted by:

show more ...


# 58b3334f 25-Aug-1994 Paul Richards <paul@FreeBSD.org>

Added libkern to list of libraries to build.
Deleted mdec target, the bootblocks should get built during
the normal build process now that the sys/Makefile works.

Submitted by: Paul Richards


1...<<51525354555657585960