mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Bag previous behavior of making all BIN_DISTS get a set of /etc files.
If a bindist clone wants etc files, it can clone them from bin. If it doesn't, now it won't. :)
This commit is contained in:
parent
2adb88c953
commit
3c331140f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26799
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.246.2.45 1997/06/21 19:40:04 jkh Exp $
|
||||
# $Id: Makefile,v 1.303 1997/06/22 08:37:49 jkh Exp $
|
||||
#
|
||||
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
|
||||
#
|
||||
@ -235,9 +235,7 @@ release.1:
|
||||
|
||||
# Install the system into the various distributions.
|
||||
release.2:
|
||||
for i in ${BIN_DISTS}; do \
|
||||
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/$$i; \
|
||||
done
|
||||
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin
|
||||
cd ${.CURDIR}/.. && make distribute DISTDIR=${RD}/trees
|
||||
.if exists(${.CURDIR}/../eBones) && !defined(NOKERBEROS)
|
||||
cd ${.CURDIR}/../eBones && ( \
|
||||
|
Loading…
Reference in New Issue
Block a user