Commit Graph

591 Commits

Author SHA1 Message Date
Poul-Henning Kamp
16c634b104 use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference
to release.
1995-02-26 01:27:27 +00:00
Jordan K. Hubbard
232fcad29a Eliminate a duplicate line.
Submitted by:	Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:09:41 +00:00
Andrey A. Chernov
b3e643c17b Add libscsi to includes target 1995-01-24 22:30:37 +00:00
Andrey A. Chernov
84d1a18425 Add libforms to includes target 1995-01-24 22:15:25 +00:00
Garrett Wollman
41be2d70c9 `make world' fixes from Pat Barron, Mark Murray.
Closes PR #156.
1995-01-21 23:01:19 +00:00
Garrett Wollman
401de747b8 Add libcom_err to `includes' target so CLOBBERing the world works again (we
hope).
1995-01-20 20:28:31 +00:00
Garrett Wollman
562e312d13 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).
1995-01-19 22:41:25 +00:00
Garrett Wollman
b0625a3d46 Delete obsolete references to kerberosIV. 1995-01-13 21:00:05 +00:00
Jordan K. Hubbard
0351215ee6 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.
1995-01-11 11:52:50 +00:00
Nate Williams
65b94a0d72 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.
1995-01-03 22:03:25 +00:00
Andrey A. Chernov
5426275f52 Add libtermcap to includes target 1994-12-04 02:46:28 +00:00
Poul-Henning Kamp
750f81de87 More changes for the "distribute" target. 1994-11-14 20:52:54 +00:00
Andrey A. Chernov
8046c4e28b Add gnu/include to includes target 1994-11-08 00:55:08 +00:00
Paul Traina
cd5f9662bf Make make world -DCLOBBER work again .. grrr 1994-11-01 19:52:38 +00:00
Garrett Wollman
ac08bc0c4a 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.)
1994-10-15 21:19:56 +00:00
Andrey A. Chernov
4affe09b69 Add libdialog to beforeinstall section 1994-10-11 23:33:00 +00:00
Andrey A. Chernov
33c4dab4f5 libmytinfo, libncurses added to 'make beforeinstall' sequence 1994-10-08 15:08:14 +00:00
Paul Richards
b8afcd33b2 If WANT_MSUN is defined then math.h needs to be installed from the
msun library.
1994-09-30 16:08:47 +00:00
Paul Traina
9687bf0bd5 make includes needs to do a beforeinstall in libskey 1994-09-29 21:20:12 +00:00
Geoff Rehmet
c368d11dd2 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.
1994-09-29 13:06:54 +00:00
Rodney W. Grimes
c0a88f5efa Spell hierarchy correctly :-(. 1994-09-23 09:01:20 +00:00
Rodney W. Grimes
2bb4739648 Converted to use release/Makefile hieriarchy:.
Disabled SUBDIR+= etc until I get done with the conversion.
1994-09-23 08:36:37 +00:00
Poul-Henning Kamp
267994de9f Need to call on libmd in "includes" target. 1994-09-19 05:32:31 +00:00
Garrett Wollman
0eec3684ff 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.
1994-09-16 20:24:29 +00:00
Rodney W. Grimes
499fec7faf Enable call to beforeinstall for libg++ and add one for libreadline. 1994-09-12 05:17:15 +00:00
Geoff Rehmet
72181495ff 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.
1994-09-09 20:29:20 +00:00
Paul Richards
2a262b3aaa 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
1994-09-03 02:38:28 +00:00
Paul Richards
ce234f1240 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:
1994-08-26 20:44:12 +00:00
Paul Richards
9551619730 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:
1994-08-26 20:16:58 +00:00
Paul Richards
58b3334f82 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
1994-08-25 14:45:46 +00:00
Paul Richards
c87afe6e9d Removed all refernces to *26 directories.
Reviewed by:
Submitted by:
1994-08-25 10:47:30 +00:00
Geoff Rehmet
2a407ae57c - turn NOCRYPT off
- add NOSECURE and NOKERBEROS
- turn NOKERBEROS on
- add secure directory

(NOCRYPT now has a blanket effect over src/secure and src/kerberosIV,
while NOSECURE and NOKERBEROS control these indiviually.)
Submitted by:	Geoff
1994-08-20 21:34:59 +00:00
Jordan K. Hubbard
269f64ea2a Whoops, nuke libobjc until we have it too.
Submitted by:	jkh
1994-08-16 02:55:14 +00:00
Jordan K. Hubbard
769e29bd21 cc -> cc26 for now.
Submitted by:	jkh
1994-08-14 16:53:33 +00:00
Jordan K. Hubbard
9e091cd68f Kill an errant libg++ entry.
Submitted by:	jkh
1994-08-14 16:52:44 +00:00
Jordan K. Hubbard
3540f0e14a This is the first attempt to drag the top level Makefile Rod sent me
into 2.0.  It will surely need more work.
Submitted by:	jkh
1994-08-13 22:47:28 +00:00
Jordan K. Hubbard
f5b35288ac Remove kerberosIV until it works or is replace with eBones.. It's
hosing my build worlds..
Submitted by:	jkh
1994-08-10 19:19:35 +00:00
Jordan K. Hubbard
15e31b9bf5 Remove `old' directory.
Submitted by:	jkh
1994-08-07 21:01:26 +00:00
Jordan K. Hubbard
c762b52def Whap games too, for now. As people add this stuff back, they can
change the Makefiles, but I'm trying to get as much of the world to
build as possible at the moment.
Submitted by:	jkh
1994-08-07 20:56:35 +00:00
Jordan K. Hubbard
51ef388009 Remove contrib, add gnu to reflect current state of the tree so that I can
at least build obj links from the top.
Submitted by:
1994-08-07 20:52:54 +00:00
Rodney W. Grimes
c3d9b0f04b BSD 4.4 Lite Top Level Sources 1994-05-27 12:42:53 +00:00