summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added 'install' to the lib-tools target since it is uses the new '-C' flagnate1995-11-281-1/+3
| | | | to install libraries to avoid messing up dependencies.
* Bring forward libkadm change from 2.1jkh1995-11-261-1/+2
|
* Add -DNOCLEAN option which totally and utterly disables any form ofpeter1995-11-251-2/+18
| | | | | | | | | | | | | | | | | 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...
* Add: cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstalljkh1995-11-091-1/+2
| | | | to includes target. Now the world will build on a new 2.1 system again.
* Add sgmlfmt to build-tools target so a make world with current sourcejfieber1995-11-051-2/+6
| | | | on a <= 2.0.5 system does not fall over.
* Changed "tools" to "build-tools".phk1995-10-261-3/+3
| | | | Suggested by: Peter Wemm
* Build all of the libraries: targets libs in the same manner. Append thenate1995-10-241-5/+7
| | | | | | | optional ${CLEANDIR} and ${OBJDIR} targets to those missng them. Also, check for the existance of all library targets before building them to follow convention.
* Added symorder to tools target.phk1995-10-241-2/+4
| | | | Suggested by: rgrimes.
* Remove extraneous blank in libraries target (from 2.1).jkh1995-09-171-2/+2
|
* Update for the new location of eBones.gibbs1995-09-161-6/+2
| | | | Submitted by: Paul Traina <pst@freefall.freebsd.org>
* Enhance sup update to run with 3 supfiles: standard/ports/secureache1995-09-151-1/+7
|
* Brought forward the change in 1.57.4.1 - add build of zic(8) to tools rule..dg1995-08-301-2/+4
|
* We don't have libftp anymore, so why don't we stop trying to do aasami1995-08-041-2/+1
| | | | make beforeinstall in it. :)
* Remove trailing whitespace.rgrimes1995-05-291-3/+3
|
* Submitted by: jkhrgrimes1995-05-131-1/+9
| | | | | Build lib/libncurses and lib/libtermcap early in the libraries: target as other libraries depend on them.
* Add usr.sbin/pcvt/keycap to libraries: target.rgrimes1995-05-061-1/+5
|
* In target libraries: make and install libcompat before all otherrgrimes1995-05-051-1/+7
| | | | | | | libraries. This fixes the make -DCLOBBER world problem. Check that gnu exists before attempting to build the libraries in that branch of the tree.
* Add libftp to list of beforeinstall targets in the include rule.jkh1995-04-271-1/+2
| | | | Submitted by: John Hay <jhay@mikom.csir.co.za>
* Fixed most: target gnu/usr.sbin was install not allsos1995-03-281-2/+2
|
* We must do include and lib first so that the perl *.ph generationrgrimes1995-03-271-5/+6
| | | | works correctly as it uses the header files installed by this.
* Add gnu/usr.bin/ld to lib-tools: since you need this compiled veryrgrimes1995-03-231-1/+3
| | | | early if you are running a back release.
* Fixed last defined(WANT_MSUN) -> !defined(WANT_CSRG_LIBM) in the src tree.rgrimes1995-03-231-2/+2
|
* Correct one little typing error from Rod :-).ats1995-03-191-2/+2
| | | | lib/lib/pcap -> lib/libpcap.
* Add installation of include files from libpcap.rgrimes1995-03-191-1/+2
|
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-181-5/+4
|
* Have include be the first $SUBDIR, this avoid install failure with thephk1995-03-171-4/+6
| | | | | | kludgeous install rule in perl/x2p. Pointed out by: rgrimes
* Add gnu/usr.sbin in the installmost and most targets.roberto1995-03-141-1/+3
| | | | | Reviewed by: roberto Submitted by: Remy.Card@blaise.ibp.fr
* Add missing double quote (") in "echo".se1995-03-061-2/+2
| | | | Submitted by: wolf@kintaro.cologne.de
* Since at least one utility depends on it (GNU diff), install the gnu regexnate1995-03-061-1/+2
| | | | include file (gnuregex.h) in the includes target.
* use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR referencephk1995-02-261-7/+2
| | | | to release.
* Eliminate a duplicate line.jkh1995-02-091-2/+1
| | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
* Add libscsi to includes targetache1995-01-241-1/+2
|
* Add libforms to includes targetache1995-01-241-1/+2
|
* `make world' fixes from Pat Barron, Mark Murray.wollman1995-01-211-1/+4
| | | | Closes PR #156.
* Add libcom_err to `includes' target so CLOBBERing the world works again (wewollman1995-01-201-1/+2
| | | | hope).
* Added `compile_et' and `mk_cmds' to lib-tools target, as they are neededwollman1995-01-191-1/+6
| | | | | 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).
* Delete obsolete references to kerberosIV.wollman1995-01-131-23/+1
|
* Ack! Mk must go before cleandist in the world rule now. Otherwisejkh1995-01-111-2/+2
| | | | | cleandist will fall over at gnu/lib/libreadline/doc when bsd.info.mk is not found.
* Added new lib-tools target used in make world which rebuilds andnate1995-01-031-2/+14
| | | | | installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from the old utils which don't support the long archive names.
* Add libtermcap to includes targetache1994-12-041-1/+2
|
* More changes for the "distribute" target.phk1994-11-141-5/+11
|
* Add gnu/include to includes targetache1994-11-081-1/+2
|
* Make make world -DCLOBBER work again .. grrrpst1994-11-011-1/+3
|
* For those who want a little more control over their build process...wollman1994-10-151-1/+37
| | | | | | | | | | | | | | | | | | | 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.)
* Add libdialog to beforeinstall sectionache1994-10-111-1/+2
|
* libmytinfo, libncurses added to 'make beforeinstall' sequenceache1994-10-081-1/+3
|
* If WANT_MSUN is defined then math.h needs to be installed from thepaul1994-09-301-1/+4
| | | | msun library.
* make includes needs to do a beforeinstall in libskeypst1994-09-291-1/+2
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-16/+16
| | | | | | | | - 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.
* Spell hierarchy correctly :-(.rgrimes1994-09-231-5/+5
|
OpenPOWER on IntegriCloud