Commit graph

23 commits

Author SHA1 Message Date
Peter Wemm b97fa2ef50 Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +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
Bruce Evans 8cd33d23b4 Use -C instead of -c for installing non-header source files. 1997-01-01 05:04:34 +00:00
Jordan K. Hubbard df3f7155e9 Do the right thing even if the source tree is a bunch of symlinks, say
lndir'd to a CDROM.
Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
1996-09-06 06:30:57 +00:00
Bruce Evans eb646a7515 Use `make' loops instead of shell loops to install things. This fixes
the verbose output for `make -s install' and gives nicer output for
`make install' and `make -n install'.  This method should be used more.

Install meteor and startslip.  In fact, install all subdirectories
except CVS.  This method should be used more so that SUBDIR lists don't
have to be changed so often (special cases could be handled by short
exclusion lists).
1996-01-21 17:57:25 +00:00
Peter Wemm db181d69a6 Dive in the deep end and change the examples installation method.. :-/
the 'rm -rf' and cpio was bugging me because rdist used to get false hits
and also it installs the files with the wrong uid.
I've tried this by running a find .. -exec ${INSTALL} ...; instead...
1995-12-11 03:03:24 +00:00
John Fieber a282510c29 Add sup. 1995-09-30 15:46:54 +00:00
Andrey A. Chernov a9b3ffea91 Add startslip example 1995-09-14 23:49:31 +00:00
Garrett Wollman 0699090b6a Added a copy of my little program to find the IP address of the outgoing
interface for a particular remote host.

Requested by: Joerg Wunsch <j@uriah.heep.sax.de>
1995-08-14 16:08:39 +00:00
Joerg Wunsch c1f31290b8 Do not omit the Makefiles when installing the examples; they are part
of them.  Also correct the omission of CVS files by abusing the find
syntax instead of grepping.

Closes PR #bin/636.
1995-08-12 16:28:10 +00:00
Andrey A. Chernov 3bea04e934 Remove syscons example 1995-03-30 00:05:58 +00:00
Poul-Henning Kamp 1391719225 Don't install Makefile 1994-11-08 18:54:33 +00:00
Poul-Henning Kamp ca6aa03bec Make installs better, install the FAQ stuff, don't install CVS-dirs. 1994-11-08 03:58:52 +00:00
Søren Schmidt 2b68428193 added ibcs2 directory. 1994-10-24 09:56:42 +00:00
Andrey A. Chernov eaa43ba0d2 Add syscons to DIRS list, pointed by wollman 1994-09-25 03:11:27 +00:00
Rodney W. Grimes 3e9ab531ca Fixed typo that caused make install to fall if SHARED=copies. 1994-09-23 07:47:43 +00:00
Rodney W. Grimes 2bda0e5dc8 Revert to installing /etc/files from src/etc. 1994-09-23 07:19:25 +00:00
Garrett Wollman d1e0c8254c Install /etc from the same source as /usr/share/examples/etc (mostly). 1994-09-19 21:28:28 +00:00
Garrett Wollman 221a01197c Don't be so aggressive when installing examples. We still delete the
directories or links before we install the new things, but now we don't
delete /usr/share/examples itself, so other examples installed from
other places in the tree will not be touched.
1994-09-13 02:21:03 +00:00
Bruce Evans c19cbc8042 Define NOOBJ so that install doesn't try to get the sources from the
wrong place.

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
1994-08-28 17:21:36 +00:00
Garrett Wollman 1b72a208c7 Actually install LKM examples. 1994-08-19 20:43:42 +00:00
Garrett Wollman 652f974539 Added example of how to tell various FreeBSD versions apart. 1994-08-10 06:40:36 +00:00
Garrett Wollman 99e4ba4265 Make examples install into /usr/share/examples. Like with includes, you
have a choice between SHARED=copies and SHARED=symlinks.  The default
is to copy.

I have also added a /usr/share/examples/etc directory, where I hope to
have all sample configuration files which in real use go into /etc installed.
(This way, if the user really screws the real one up, they can always go
back to a known-working distribution copy, even if they don't have sources.)
1994-08-09 18:25:38 +00:00