Stephen McKay
1e1ff62149
When bootstrapping lex, the object directory for lex/lib would be deleted
...
without being recreated. A read-only source compile would then fail shortly
afterwards trying to write .depend into the source tree.
1997-09-28 16:25:28 +00:00
Mark Murray
542552a46c
Change for KTH KerberosIV.
...
-DMAKE_EBONES is changed to -DMAKE_KERBEROS4
1997-09-28 09:26:05 +00:00
Jordan K. Hubbard
c09eac88f0
When making make, do cleandir *before* objdir or we'll end
...
up with a blown objdir for the depend stage, leaving the
.depend file in ${SRCDIR} instead.
1997-09-26 09:31:41 +00:00
Bruce Evans
d7f4fc69b4
Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a different
...
way - for buildworld only.
Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was
a half-baked backout of rev.1.136. It broke SHARED=symlinks for the
buildworld target and installation of subdirs of src/include for the
includes target.
1997-09-16 10:45:41 +00:00
Rodney W. Grimes
825cbd5821
When calling the src/include Makefile use the shorthand ``all beforeinstall''
...
inplace of ``all installhdrs symlinks'' so those of us who run with
SHARED=copies get the right results.
1997-09-15 05:58:50 +00:00
Peter Wemm
a13c81d8e4
Back out use of -m, since 2.1.x apparently do not have it. (sigh..)
1997-09-05 09:11:24 +00:00
Peter Wemm
cf68c4fbd8
Fix the ${BINFORMAT} definition problem during 'make {build}world'. The
...
wrong switches were being passed to 'make' that caused sys.mk to come from
the /usr/share/mk location but the bsd.*.mk files to come from the
source tree in src/share/mk. This was bound to break sooner or later.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-08-31 21:06:40 +00:00
Peter Wemm
c2f5ca64d3
Remove unneeded ${.MAKEFLAGS} being explicitly passed on via the command
...
line..
PR: 4368
1997-08-26 14:15:25 +00:00
Bruce Evans
5c2de1d703
Use new installhdrs target to install tcl includes.
1997-08-25 19:40:53 +00:00
Bruce Evans
a98622df6d
Added directories in the includes target so that it installs
...
everything that a full install would (modulo bugs in rpcsvc/Makefile).
The missing things weren't used (except for mp.h from libmp), but
there are relatively few of them and it's easier to be complete.
1997-08-21 15:43:54 +00:00
Bruce Evans
912dc4f0ba
Restored rev.1.122, which was clobbered by copying from -stable in
...
rev.1.134.
Split long lines.
1997-08-21 15:16:07 +00:00
Peter Wemm
dfd35b6576
Pass command line args to 'buildworld' and 'installworld' etc. Otherwise
...
'make -DNOCLEAN world' is completely ignored.
1997-08-18 06:54:18 +00:00
Peter Wemm
1dd53538bc
In the includes target, call the header install target explicitly and then
...
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
In the includes target, call the header install target explicitly and then
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
we set this up manually earlier, and if we do a 'make all install', we
replace the symlink tree in the obj dirs with new copies of the files
which breaks any chance of -DNOCLEAN working.
1997-08-18 06:44:44 +00:00
Andreas Klemm
3dfd5a6295
fix a make world problem.
...
updated beforeinstall target.
mp.h from gnu/lib/libgmp.h has to be installed to /usr/include
so that usr.bin/chkey and usr.bin/newkey can be compiled.
1997-08-17 21:14:22 +00:00
Satoshi Asami
f9998d9b90
Merge from -stable; NOTCL hook in beforeinstall.
1997-08-12 10:12:56 +00:00
Satoshi Asami
2799473b0c
Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch
...
a couple *.mk files to enable -current world building on really old
machines (e.g., 2.1.5).
Reviewed by: too many many people to list here, special thanks to bde
1997-08-05 03:49:49 +00:00
Satoshi Asami
4460c39e86
More whitespace/tab fixes.
...
Submitted by: bde
1997-07-31 08:31:50 +00:00
Satoshi Asami
caaf2b4b9a
Consistently use tabs in the leading comments.
...
Submitted by: bde (yes, I'm serious)
1997-07-31 08:06:29 +00:00
John Fieber
436821e9a2
Remove sgml stuff from the build-tools target. It is no longer used
...
in a make world.
1997-06-08 15:04:06 +00:00
John Hay
89780415d4
Add libmp and libz to the includes target. This makes "make includes -DCLOBBER;
...
make depend; make all" work. I think there should be a better than adding
each library directory here.
1997-06-08 14:03:23 +00:00
Peter Wemm
1b87a2d536
make beforeinstall in libalias from the includes target
1997-05-26 05:27:37 +00:00
Satoshi Asami
5c49694977
Fix comment about LOCAL_DIRS. Now it works as advertised. :)
1997-05-21 22:48:51 +00:00
Jordan K. Hubbard
d50204c1b0
Remove evil MAKE_LOCAL and MAKE_PORTS hacks and replace them with
...
a simpler, more general LOCAL_DIRS hack.
Reviewed by: asami
1997-05-21 19:41:16 +00:00
Peter Wemm
62eb403e46
Forgot to commit this.. Do a 'make all' in src/include before trying
...
to install it. Otherwise osreldate.h breaks.
Pointed out by: Doug Rabson <dfr@nlsystems.com>
1997-05-13 18:11:38 +00:00
Bruce Evans
b02cab92aa
Use `mk' files in share/mk (relative to the top level of the source
...
tree) instead of the system default ones in /usr/share/mk. This
only works for makes run from the top level, and a few not too out
of date system makefiles must be present to start up. Bootstraps
from can still be done from scratch by giving the path to an up to
date share/mk on the command line.
Removed bootstrap `mk' target and use of it. The bootstrap didn't
actually work for the non-null DESTDIR case.
1997-05-10 06:53:40 +00:00
John Birrell
cb6e7ccbea
Change default build to include libc_r, but allow disadvantaged souls
...
to turn off the build.
1997-05-03 02:51:59 +00:00
Bruce Evans
594f943d52
Bootstrap the info `dir' file from here.
1997-04-30 16:02:03 +00:00
John Polstra
598c1e5004
Process "lib/csu/i386" at the beginning of the "libraries" target,
...
instead of in the middle of it. Soon, "c++rt0.o" will be linked
into all shared libraries. An up-to-date version of it must be in
place before any shared libraries are built.
This is one piece of the solution for PR gnu/3035 (gcc -shared).
1997-04-09 18:59:36 +00:00
Andrey A. Chernov
0017e6c0ba
Back out csu fix, because it was just fixed differently
1997-04-02 17:10:16 +00:00
Andrey A. Chernov
05266ef44d
For csu/i386 add "all" before "beforeinstall", because "beforeinstall"
...
wants to install "all" targets which not exist at this stage
1997-04-02 16:44:06 +00:00
Peter Wemm
4ffab4447e
Revert $FreeBSD$ to $Id$
1997-02-23 15:50:34 +00:00
Jordan K. Hubbard
5342201a6d
Add uudecode to lib-tools so that the -p option is available for
...
the later build in lib/compat/* for those systems upgrading from source.
Pointed-Out-By: John Hay <jhay@zibbi.mikom.csir.co.za>
1997-01-21 13:12:10 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
John Polstra
225e93b66d
Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> is
...
installed before it is needed.
Noticed by: David Conran <lucifer@maths.uq.oz.au>
1997-01-12 18:32:53 +00:00
Steve Price
35d98ca782
Remove yacc from the lib-tools target since it is now
...
back to its original form.
Requested by: jkh
1997-01-12 05:33:24 +00:00
Joshua Peck Macdonald
9abd8172b6
Add -DNOINFO to MK_FLAGS, that's okay right? The comment says
...
MK_FLAGS contains -DNOMAN and -DNOPROFILE for speed, so I assume
NOINFO is okay as well.
Add gnu/usr.bin/texinfo to build-tools so everything does the right
thing.
1997-01-11 10:53:01 +00:00
Jordan K. Hubbard
17440902a7
Add yacc to lib-tools target, now that it's been changed.
1997-01-07 02:28:57 +00:00
Satoshi Asami
df183ef18e
Add comment on -DALLLANG.
...
Suggested by: max
1996-12-20 08:18:47 +00:00
Andrey A. Chernov
8d558e03ec
Use LC_TIME=C instead of LC_TIME= (POSIX)
1996-11-26 03:26:31 +00:00
Adam David
32ec48a5bc
use NOSHARE variable to skip 'share' directory, useful for shared installations
...
or for faster make of executables.
1996-11-01 19:03:33 +00:00
Bruce Evans
f3c4dd0d4c
Improved comment about `all' target.
...
Use a for loop instead of massive duplication in the build-tools target.
1996-10-25 14:22:50 +00:00
Peter Wemm
bd4739cb12
oops, how did this get into the reinstall target? :-]
...
Must have been a cut/paste foulup... The whole idea of 'make reinstall'
is that it doesn't build anything from the source server mount.
1996-10-14 12:58:47 +00:00
Jordan K. Hubbard
81beb58a1a
Add awk to build target.
...
Submitted-By: jhay
1996-10-06 02:17:43 +00:00
Andrey A. Chernov
a42830afaa
Use SUP and SUPFLAGS variables to change them to cvsup if needed
1996-10-05 18:36:38 +00:00
Peter Wemm
e178250902
Add some 'world' hooks for libg++-2.7.2, specifically the new libstdc++
...
directory. Also, add gnu/usr.bin/as to the lib-tools target since libgcc
generates weak symbols, and libstdc++/libg++ use them. ie: coming from a
2.1.x system will fail without 'as'.
1996-10-04 08:48:27 +00:00
Andrey A. Chernov
5ae1e22008
Unlocalize date
1996-09-21 06:06:41 +00:00
Peter Wemm
c2e40bdea4
Hooks to attempt to get 'make world' working with gcc-2.7.2.1. It's
...
worked for me, but no guarantees yet.
Basically, move cc earlier to lib-tools target, before libraries are
built. libgcc is built at the same time, so it's special entry is
removed from the libraries target. Also, add bison/gperf immediately
before cc, since they are needed to build cc and are not present on an
earler-than-2.2 system. (libgcc is partly built with the freshly compiled
gcc-2.7.2.1, since it uses __attribute__'s that were not present until now)
This _should_ be enough to get running from older releases, perhaps as far
back as 2.0.5.
1996-09-19 16:36:24 +00:00
Jordan K. Hubbard
6fcd2a4757
Add 3 small lines which add to the utility of the "finished on date
"
...
output in the world target.
1996-09-18 18:14:37 +00:00
John Fieber
1e76740a30
Add usr.bin/sgmls to the build-tools target.
...
This should prevent make world from falling over in share/doc.
1996-09-10 04:21:36 +00:00
Peter Wemm
b7a48796ce
- cosmetic change to 'make world'
...
- do an explicit 'make all' in include/rpcsvc in 'make includes' as
a 'make install' is not supposed to build anything.
1996-08-30 22:35:30 +00:00
Jordan K. Hubbard
ae04a796b0
Revert all the make depend changes.
1996-08-25 05:17:49 +00:00
Jordan K. Hubbard
5f87a4a8a6
Get rid of all the explicit calls to make depend.
1996-08-23 16:50:27 +00:00
Nate Williams
e452601bed
Removed extraneous .endif that was left during OBJDIR cleanup.
...
Noticed by: phk
1996-08-07 19:28:09 +00:00
Peter Wemm
2f15594269
Move tsort back to lib-tools where it belongs, and add a "specially
...
for bootstrap" tweak to the lex Makefile to stop it building the library
too early.
This untangles things a bit more, it stops new bootstraps failing because
libl/libfl uses 'ld -O' before ld is updated.
1996-08-07 13:25:59 +00:00
Peter Wemm
e326fc73b9
Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ).
...
Closes PR#1451 (Ph. Charnier <charnier@xp11.frmug.org>) and
PR#1453 (Peter Mutsaers <plm@xs4all.nl>)
1996-08-07 13:21:43 +00:00
Jordan K. Hubbard
0f802bcd51
The bootstrap target in src/Makefile has the wrong order for lex/tsort
...
because lex has a library (libln.a) and bsd.lib.mk has been modified to use
'tsort -q'. Tsort has not been build yet...
tsort should be before lex. [Whoops! Thanks! -jkh]
Submitted-By: roberto@keltia.freenix.fr (Ollivier Robert)
1996-08-03 13:00:35 +00:00
Jordan K. Hubbard
5f354572b7
Add tsort to bootstrap targets.
1996-08-03 06:44:46 +00:00
Peter Wemm
a962de47ad
General tidy-up of Makefile. The objective was to make it clear and
...
readable, as well as fix up some of the warts along the way. Among the
things fixed is the infamous "cd foo && make depend all install" bogon,
which is particularly important for users of the -DNOCLEAN option.
Also, a few typo and DESTDIR fixes and a -DNOGAMES hack from Gary Jennejohn.
1996-07-27 21:47:42 +00:00
James Raynard
89f044eb97
Fix typo in Makefile.
...
Reviewed (informally!) by jkh.
1996-07-21 00:05:31 +00:00
Jordan K. Hubbard
caf93ef534
Add make to the bootstrap targets (I thought I committed this 3 days ago -
...
sheesh!).
1996-07-01 06:13:31 +00:00
Poul-Henning Kamp
5e72817c93
Add beforeinstall decent into libtcl
1996-06-28 05:36:00 +00:00
Peter Wemm
c12745e172
Comment out the:
...
.if exists(contrib)
SUBDIR+= contrib
.endif
because it now tries to decend into the new contrib dir which doesn't
have a Makefile.
1996-06-27 06:00:52 +00:00
Nate Williams
2edcca74cb
Added libftpio to 'includes'.
1996-06-26 22:47:52 +00:00
Jordan K. Hubbard
cd9a2f5c28
Bring in my changes for removing the pestilent obj links (unless you
...
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
1996-06-24 04:26:21 +00:00
Paul Traina
ba16a6766c
Ask CVS to run in quiet mode, which makes it easier to see what the
...
update actually did.
1996-06-22 17:58:44 +00:00
Jordan K. Hubbard
16a34ebd54
Add pre-world and post-world hooks so that people can do site specific
...
cleanup or preinitializion of /usr/src before and after the world target
is run.
1996-06-20 18:47:04 +00:00
Adam David
faa0e467b2
libforms is no more
1996-06-20 13:38:15 +00:00
Nate Williams
32c1db0624
Don't try to do a 'make bootstrap all install' in one commend. Break it
...
into two make commands so that make will recognize that it doesn't need
to buid scan.c w/lex.
1996-06-19 21:19:56 +00:00
Nate Williams
d7d0ca4c97
Added lex to the bootstrap target.
1996-06-19 20:48:48 +00:00
Mark Murray
6a8d432dee
1) make -DCLOBBER not remove most of /usr/lib
...
2) make all the 'pre-targets' not install profiled libraries and man pages
to speed up the bootstrap in a 'make world'
1996-05-04 07:12:07 +00:00
Paul Richards
03130ccadf
Re-instate the bootstrap target which can be used to build tools
...
that can't be built by older OS versions.
Use it to install the lint binaries.
1996-03-24 13:16:45 +00:00
Jordan K. Hubbard
0b802df847
Add a hint that a make world is done so people don't think that the last
...
command (makewhatis) is running forver. :)
1996-03-11 14:59:10 +00:00
Peter Wemm
5b16f1c546
do the 'include-tools' as part of the world target (like lib-tools and
...
build-tools) so that a "make includes" doesn't spam your build tree.
1996-02-17 14:23:25 +00:00
Mark Murray
0a40049352
Remove reference to old des library.
1996-02-11 08:58:01 +00:00
Nate Williams
72ef2e6080
Added 'install' to the inclde-tools target, as it has a new options "-C"
...
which is used when installing the include files.
Submitted by: John Hay -- John.Hay@csir.co.za
1996-01-30 05:46:35 +00:00
Nate Williams
b201f16674
Kludge alert!
...
Add new 'include-tools' target, which the 'includes' target depends on.
Currently, it consists of rpcgen.
1996-01-30 05:22:00 +00:00
Peter Wemm
358a579f84
Add libutil/beforeinstall to the includes target
1996-01-01 08:33:17 +00:00
Paul Traina
99924d36cf
Add rpcgen to build-tools target.
1995-12-27 05:36:20 +00:00
Nate Williams
3344d6f2a6
Added 'install' to the lib-tools target since it is uses the new '-C' flag
...
to install libraries to avoid messing up dependencies.
1995-11-28 20:04:19 +00:00
Jordan K. Hubbard
c2e6431816
Bring forward libkadm change from 2.1
1995-11-26 07:31:13 +00:00
Peter Wemm
4620010dfc
Add -DNOCLEAN option which totally and utterly disables any form of
...
cleaning during a make. This may give you more rope to hang yourself if
you are caught with some subtle dependency on installed binaries in your
build, but if you are doing daily 'make -DNOCLEAN world' it's not too bad
at all. It could take as little as 30 minutes to do an entire sync-up of
your binaries if everything's up to date, especially if you are using
'INSTALL=install -C' in /etc/make.conf (highly recomended!).
Also, add a "reinstall" target. You can do a 'make DESTDIR=/mnt reinstall'
where /mnt is the nfs root of a machine and you get the install parts of
the make world run on it.
I saw this on -hackers quite some time ago and included it in my Makefile
and have been using it on and off for a while. Alas, I cannot find the
actual message with the author's name...
1995-11-25 01:28:07 +00:00
Jordan K. Hubbard
a95f76aa8c
Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall
...
to includes target. Now the world will build on a new 2.1 system again.
1995-11-09 09:58:17 +00:00
John Fieber
6e16e5defa
Add sgmlfmt to build-tools target so a make world with current source
...
on a <= 2.0.5 system does not fall over.
1995-11-05 18:42:23 +00:00
Poul-Henning Kamp
2e10cdcd82
Changed "tools" to "build-tools".
...
Suggested by: Peter Wemm
1995-10-26 09:24:59 +00:00
Nate Williams
7c0553d98c
Build all of the libraries: targets libs in the same manner. Append the
...
optional ${CLEANDIR} and ${OBJDIR} targets to those missng them.
Also, check for the existance of all library targets before building
them to follow convention.
1995-10-24 18:51:08 +00:00
Poul-Henning Kamp
adc1189458
Added symorder to tools target.
...
Suggested by: rgrimes.
1995-10-24 08:37:28 +00:00
Jordan K. Hubbard
f9467acb0a
Remove extraneous blank in libraries target (from 2.1).
1995-09-17 03:38:54 +00:00
Justin T. Gibbs
22ade35af0
Update for the new location of eBones.
...
Submitted by: Paul Traina <pst@freefall.freebsd.org>
1995-09-16 23:22:39 +00:00
Andrey A. Chernov
b032e1f962
Enhance sup update to run with 3 supfiles: standard/ports/secure
1995-09-15 01:09:59 +00:00
David Greenman
901dabe896
Brought forward the change in 1.57.4.1 - add build of zic(8) to tools rule..
1995-08-30 17:27:57 +00:00
Satoshi Asami
8a06732e35
We don't have libftp anymore, so why don't we stop trying to do a
...
make beforeinstall in it. :)
1995-08-04 12:06:51 +00:00
Rodney W. Grimes
236bb30377
Remove trailing whitespace.
1995-05-29 23:50:55 +00:00
Rodney W. Grimes
b6333dea9d
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
Rodney W. Grimes
361b945d4c
Add usr.sbin/pcvt/keycap to libraries: target.
1995-05-06 03:59:58 +00:00
Rodney W. Grimes
a22c45683f
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
Jordan K. Hubbard
639fb258f9
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
Søren Schmidt
012872c1ae
Fixed most: target gnu/usr.sbin was install not all
1995-03-28 18:14:17 +00:00
Rodney W. Grimes
e080a7f08a
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
Rodney W. Grimes
b3a028f703
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
Rodney W. Grimes
2c0e14c2d2
Fixed last defined(WANT_MSUN) -> !defined(WANT_CSRG_LIBM) in the src tree.
1995-03-23 19:03:02 +00:00
Andreas Schulz
3cc5ba4318
Correct one little typing error from Rod :-).
...
lib/lib/pcap -> lib/libpcap.
1995-03-19 17:24:24 +00:00
Rodney W. Grimes
df9059a610
Add installation of include files from libpcap.
1995-03-19 08:23:47 +00:00
Rodney W. Grimes
5a9e9cbac4
Use new mtree file to rebuild /usr/include.
1995-03-18 07:02:10 +00:00
Poul-Henning Kamp
48c51d3282
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
Ollivier Robert
5eef901954
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
Stefan Eßer
d3b1e73dd2
Add missing double quote (") in "echo".
...
Submitted by: wolf@kintaro.cologne.de
1995-03-06 13:32:58 +00:00
Nate Williams
7cd21d1909
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
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