diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 08:37:49 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 08:37:49 +0000 |
| commit | 0a9e93bfdf10bc8a5f72b1e169d3c62424ab4b80 (patch) | |
| tree | 83818540ef853208e9ecff8c53fea07b3f413224 /release | |
| parent | aac04c621ada5192eddb436b068036cd176b331c (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile index 9bab13ded5070..49b7410cd471c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.301 1997/06/21 15:45:51 jkh Exp $ +# $Id: Makefile,v 1.246.2.45 1997/06/21 19:40:04 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -28,11 +28,11 @@ BUILDNAME=${BASE}-${DATE}-SNAP # Things which without too much trouble can be considered variables # BIN_DISTS are special in that they get full /etc installation sets. # -COMPAT_DISTS= compat1x compat20 compat21 -EXPORT_DISTS= games manpages catpages proflibs dict info doc ${COMPAT_DISTS} -EXTRA_DISTS= krb des +COMPAT_DISTS?= compat1x compat20 compat21 +OTHER_DISTS?= games manpages catpages proflibs dict info doc +CRYPTO_DISTS?= krb des BIN_DISTS?= bin -ALL_DISTS?= ${BIN_DISTS} ${EXPORT_DISTS} ${EXTRA_DISTS} +DISTRIBUTIONS?= ${BIN_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS} KERNELS?= GENERIC # Extra source tarballs; each argument is a pair of source dir and @@ -59,7 +59,6 @@ FIXITINODE= 2000 BOOTINODE= 100000 # Things which may get you into trouble if you change them -DISTRIBUTIONS?= ${ALL_DISTS} MTREEFILES= ${.CURDIR}/../etc/mtree RD= /R/stage FD= /R/ftp @@ -315,7 +314,7 @@ release.5: cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db # Remove all the directories we don't need. -cd ${RD}/trees && \ - find ${EXPORT_DISTS} ${EXTRA_DISTS} -depth -type d -print | xargs rmdir + find ${OTHER_DISTS} ${COMPAT_DISTS} ${CRYPTO_DISTS} -depth -type d -print | xargs rmdir touch release.5 # |
