summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-29 18:27:00 +0000
committerobrien <obrien@FreeBSD.org>2004-08-29 18:27:00 +0000
commit1c315f997f89d1e7f0015b1baf81a114b55858c2 (patch)
tree010631cb42d5b42b32a3ebfc626a09118a238b6c /release/Makefile
parent5bc031c873d00043f45c11be8ca6d20d2fc14db6 (diff)
downloadFreeBSD-src-1c315f997f89d1e7f0015b1baf81a114b55858c2.zip
FreeBSD-src-1c315f997f89d1e7f0015b1baf81a114b55858c2.tar.gz
Start the de-orbital burn of our previous FreeBSD version compat libs
living in usr/src. We need to use them from ports to record dependencies. Discussed with: re(scottl)
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index 6cf0394..9030221 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -153,14 +153,9 @@ DIST_DOCS_ARCH_DEP= installation relnotes hardware
# Things which without too much trouble can be considered variables
# BASE_DISTS are special in that they get full /etc installation sets.
#
-.if ${TARGET_ARCH} == "i386"
-COMPAT_DISTS?= compat1x compat20 compat21 compat22 compat3x compat4x
-.elif ${TARGET_ARCH} == "alpha"
-COMPAT_DISTS?= compat4x
-.endif
OTHER_DISTS?= catpages manpages games proflibs dict info doc
BASE_DISTS?= base
-DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS} ${COMPAT_DISTS}
+DISTRIBUTIONS?= ${BASE_DISTS} ${OTHER_DISTS}
# mountpoint for filesystems.
MNT= /mnt
@@ -601,7 +596,7 @@ release.5:
# Remove all the directories we don't need.
-cd ${RD}/trees && \
- find ${OTHER_DISTS} ${COMPAT_DISTS} -depth -type d -print | xargs rmdir
+ find ${OTHER_DISTS} -depth -type d -print | xargs rmdir
touch ${.TARGET}
#
OpenPOWER on IntegriCloud