Reshuffle some of the distribution names to make them

easier to remember & allow overrides.
This commit is contained in:
Jordan K. Hubbard 1997-06-22 08:37:49 +00:00
parent aac04c621a
commit 0a9e93bfdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26788

View File

@ -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
#