Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-instate the bootstrap target which can be used to build tools | paul | 1996-03-24 | 1 | -2/+8 |
| | | | | | | that can't be built by older OS versions. Use it to install the lint binaries. | ||||
* | Add a hint that a make world is done so people don't think that the last | jkh | 1996-03-11 | 1 | -1/+2 |
| | | | | command (makewhatis) is running forver. :) | ||||
* | do the 'include-tools' as part of the world target (like lib-tools and | peter | 1996-02-17 | 1 | -3/+3 |
| | | | | build-tools) so that a "make includes" doesn't spam your build tree. | ||||
* | Remove reference to old des library. | markm | 1996-02-11 | 1 | -3/+1 |
| | |||||
* | Added 'install' to the inclde-tools target, as it has a new options "-C" | nate | 1996-01-30 | 1 | -1/+3 |
| | | | | | | which is used when installing the include files. Submitted by: John Hay -- John.Hay@csir.co.za | ||||
* | Kludge alert! | nate | 1996-01-30 | 1 | -4/+10 |
| | | | | | Add new 'include-tools' target, which the 'includes' target depends on. Currently, it consists of rpcgen. | ||||
* | Add libutil/beforeinstall to the includes target | peter | 1996-01-01 | 1 | -1/+2 |
| | |||||
* | Add rpcgen to build-tools target. | pst | 1995-12-27 | 1 | -1/+3 |
| | |||||
* | Added 'install' to the lib-tools target since it is uses the new '-C' flag | nate | 1995-11-28 | 1 | -1/+3 |
| | | | | to install libraries to avoid messing up dependencies. | ||||
* | Bring forward libkadm change from 2.1 | jkh | 1995-11-26 | 1 | -1/+2 |
| | |||||
* | Add -DNOCLEAN option which totally and utterly disables any form of | peter | 1995-11-25 | 1 | -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} beforeinstall | jkh | 1995-11-09 | 1 | -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 source | jfieber | 1995-11-05 | 1 | -2/+6 |
| | | | | on a <= 2.0.5 system does not fall over. | ||||
* | Changed "tools" to "build-tools". | phk | 1995-10-26 | 1 | -3/+3 |
| | | | | Suggested by: Peter Wemm | ||||
* | Build all of the libraries: targets libs in the same manner. Append the | nate | 1995-10-24 | 1 | -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. | phk | 1995-10-24 | 1 | -2/+4 |
| | | | | Suggested by: rgrimes. | ||||
* | Remove extraneous blank in libraries target (from 2.1). | jkh | 1995-09-17 | 1 | -2/+2 |
| | |||||
* | Update for the new location of eBones. | gibbs | 1995-09-16 | 1 | -6/+2 |
| | | | | Submitted by: Paul Traina <pst@freefall.freebsd.org> | ||||
* | Enhance sup update to run with 3 supfiles: standard/ports/secure | ache | 1995-09-15 | 1 | -1/+7 |
| | |||||
* | Brought forward the change in 1.57.4.1 - add build of zic(8) to tools rule.. | dg | 1995-08-30 | 1 | -2/+4 |
| | |||||
* | We don't have libftp anymore, so why don't we stop trying to do a | asami | 1995-08-04 | 1 | -2/+1 |
| | | | | make beforeinstall in it. :) | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-29 | 1 | -3/+3 |
| | |||||
* | Submitted by: jkh | rgrimes | 1995-05-13 | 1 | -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. | rgrimes | 1995-05-06 | 1 | -1/+5 |
| | |||||
* | In target libraries: make and install libcompat before all other | rgrimes | 1995-05-05 | 1 | -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. | jkh | 1995-04-27 | 1 | -1/+2 |
| | | | | Submitted by: John Hay <jhay@mikom.csir.co.za> | ||||
* | Fixed most: target gnu/usr.sbin was install not all | sos | 1995-03-28 | 1 | -2/+2 |
| | |||||
* | We must do include and lib first so that the perl *.ph generation | rgrimes | 1995-03-27 | 1 | -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 very | rgrimes | 1995-03-23 | 1 | -1/+3 |
| | | | | early if you are running a back release. | ||||
* | Fixed last defined(WANT_MSUN) -> !defined(WANT_CSRG_LIBM) in the src tree. | rgrimes | 1995-03-23 | 1 | -2/+2 |
| | |||||
* | Correct one little typing error from Rod :-). | ats | 1995-03-19 | 1 | -2/+2 |
| | | | | lib/lib/pcap -> lib/libpcap. | ||||
* | Add installation of include files from libpcap. | rgrimes | 1995-03-19 | 1 | -1/+2 |
| | |||||
* | Use new mtree file to rebuild /usr/include. | rgrimes | 1995-03-18 | 1 | -5/+4 |
| | |||||
* | Have include be the first $SUBDIR, this avoid install failure with the | phk | 1995-03-17 | 1 | -4/+6 |
| | | | | | | kludgeous install rule in perl/x2p. Pointed out by: rgrimes | ||||
* | Add gnu/usr.sbin in the installmost and most targets. | roberto | 1995-03-14 | 1 | -1/+3 |
| | | | | | Reviewed by: roberto Submitted by: Remy.Card@blaise.ibp.fr | ||||
* | Add missing double quote (") in "echo". | se | 1995-03-06 | 1 | -2/+2 |
| | | | | Submitted by: wolf@kintaro.cologne.de | ||||
* | Since at least one utility depends on it (GNU diff), install the gnu regex | nate | 1995-03-06 | 1 | -1/+2 |
| | | | | include file (gnuregex.h) in the includes target. | ||||
* | use etc:distrib-dirs instead of release:hierarchy. remove SUBDIR reference | phk | 1995-02-26 | 1 | -7/+2 |
| | | | | to release. | ||||
* | Eliminate a duplicate line. | jkh | 1995-02-09 | 1 | -2/+1 |
| | | | | Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> | ||||
* | Add libscsi to includes target | ache | 1995-01-24 | 1 | -1/+2 |
| | |||||
* | Add libforms to includes target | ache | 1995-01-24 | 1 | -1/+2 |
| | |||||
* | `make world' fixes from Pat Barron, Mark Murray. | wollman | 1995-01-21 | 1 | -1/+4 |
| | | | | Closes PR #156. | ||||
* | Add libcom_err to `includes' target so CLOBBERing the world works again (we | wollman | 1995-01-20 | 1 | -1/+2 |
| | | | | hope). | ||||
* | Added `compile_et' and `mk_cmds' to lib-tools target, as they are needed | wollman | 1995-01-19 | 1 | -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. | wollman | 1995-01-13 | 1 | -23/+1 |
| | |||||
* | Ack! Mk must go before cleandist in the world rule now. Otherwise | jkh | 1995-01-11 | 1 | -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 and | nate | 1995-01-03 | 1 | -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 target | ache | 1994-12-04 | 1 | -1/+2 |
| | |||||
* | More changes for the "distribute" target. | phk | 1994-11-14 | 1 | -5/+11 |
| | |||||
* | Add gnu/include to includes target | ache | 1994-11-08 | 1 | -1/+2 |
| |