rgrimes
55076e1a76
Remove trailing whitespace.
1995-05-29 23:50:55 +00:00
rgrimes
862b8c222d
Submitted by: jkh
...
Build lib/libncurses and lib/libtermcap early in the libraries: target
as other libraries depend on them.
1995-05-13 03:34:23 +00:00
rgrimes
5432c0485e
Add usr.sbin/pcvt/keycap to libraries: target.
1995-05-06 03:59:58 +00:00
rgrimes
f4980d48aa
In target libraries: make and install libcompat before all other
...
libraries. This fixes the make -DCLOBBER world problem.
Check that gnu exists before attempting to build the libraries in
that branch of the tree.
1995-05-05 18:00:30 +00:00
jkh
d35845de17
Add libftp to list of beforeinstall targets in the include rule.
...
Submitted by: John Hay <jhay@mikom.csir.co.za>
1995-04-27 11:25:48 +00:00
sos
5a06055262
Fixed most: target gnu/usr.sbin was install not all
1995-03-28 18:14:17 +00:00
rgrimes
285c17870e
We must do include and lib first so that the perl *.ph generation
...
works correctly as it uses the header files installed by this.
1995-03-27 01:31:09 +00:00
rgrimes
5c8dc13f84
Add gnu/usr.bin/ld to lib-tools: since you need this compiled very
...
early if you are running a back release.
1995-03-23 23:40:29 +00:00
rgrimes
26dee9e2e9
Fixed last defined(WANT_MSUN) -> !defined(WANT_CSRG_LIBM) in the src tree.
1995-03-23 19:03:02 +00:00
ats
7d7c5f1aa2
Correct one little typing error from Rod :-).
...
lib/lib/pcap -> lib/libpcap.
1995-03-19 17:24:24 +00:00
rgrimes
3014453ffb
Add installation of include files from libpcap.
1995-03-19 08:23:47 +00:00
rgrimes
6c68c2f822
Use new mtree file to rebuild /usr/include.
1995-03-18 07:02:10 +00:00
phk
b88d84f4c7
Have include be the first $SUBDIR, this avoid install failure with the
...
kludgeous install rule in perl/x2p.
Pointed out by: rgrimes
1995-03-17 04:59:44 +00:00
roberto
404fc2fefb
Add gnu/usr.sbin in the installmost and most targets.
...
Reviewed by: roberto
Submitted by: Remy.Card@blaise.ibp.fr
1995-03-14 21:32:46 +00:00
se
488faf2c96
Add missing double quote (") in "echo".
...
Submitted by: wolf@kintaro.cologne.de
1995-03-06 13:32:58 +00:00
nate
c3af2f3a02
Since at least one utility depends on it (GNU diff), install the gnu regex
...
include file (gnuregex.h) in the includes target.
1995-03-06 05:52:47 +00:00
phk
6f3a2f27e3
use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference
...
to release.
1995-02-26 01:27:27 +00:00
jkh
6565e9c2ca
Eliminate a duplicate line.
...
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
1995-02-09 11:09:41 +00:00
ache
d9976aade9
Add libscsi to includes target
1995-01-24 22:30:37 +00:00
ache
7f6b0bdb3e
Add libforms to includes target
1995-01-24 22:15:25 +00:00
wollman
ac3ccccf53
`make world' fixes from Pat Barron, Mark Murray.
...
Closes PR #156 .
1995-01-21 23:01:19 +00:00
wollman
00a0128643
Add libcom_err to `includes' target so CLOBBERing the world works again (we
...
hope).
1995-01-20 20:28:31 +00:00
wollman
2602a8cf0d
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
wollman
40d778ee08
Delete obsolete references to kerberosIV.
1995-01-13 21:00:05 +00:00
jkh
4afe3526c3
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
7201067f0e
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
ache
46850fa456
Add libtermcap to includes target
1994-12-04 02:46:28 +00:00
phk
a91620994d
More changes for the "distribute" target.
1994-11-14 20:52:54 +00:00
ache
3d9a758afc
Add gnu/include to includes target
1994-11-08 00:55:08 +00:00
pst
7b5e6bb535
Make make world -DCLOBBER work again .. grrr
1994-11-01 19:52:38 +00:00
wollman
1eb3e13131
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
ache
17a1d63e7c
Add libdialog to beforeinstall section
1994-10-11 23:33:00 +00:00
ache
560bbc92ea
libmytinfo, libncurses added to 'make beforeinstall' sequence
1994-10-08 15:08:14 +00:00
paul
f3eff5a42d
If WANT_MSUN is defined then math.h needs to be installed from the
...
msun library.
1994-09-30 16:08:47 +00:00
pst
90cd09ab70
make includes needs to do a beforeinstall in libskey
1994-09-29 21:20:12 +00:00
csgr
5b269a471e
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
rgrimes
ad9d0e3449
Spell hierarchy correctly :-(.
1994-09-23 09:01:20 +00:00
rgrimes
5acf48fc25
Converted to use release/Makefile hieriarchy:.
...
Disabled SUBDIR+= etc until I get done with the conversion.
1994-09-23 08:36:37 +00:00
phk
f4fde945a9
Need to call on libmd in "includes" target.
1994-09-19 05:32:31 +00:00
wollman
587e989a65
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
rgrimes
956b19e77f
Enable call to beforeinstall for libg++ and add one for libreadline.
1994-09-12 05:17:15 +00:00
csgr
50c647bbd7
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
d2cf066a59
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
4259c54621
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
c73e321424
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
eb9d4f991b
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
a8e5813e1a
Removed all refernces to *26 directories.
...
Reviewed by:
Submitted by:
1994-08-25 10:47:30 +00:00
csgr
7d130463b7
- 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
jkh
b29ab80666
Whoops, nuke libobjc until we have it too.
...
Submitted by: jkh
1994-08-16 02:55:14 +00:00
jkh
f6db94d80b
cc -> cc26 for now.
...
Submitted by: jkh
1994-08-14 16:53:33 +00:00