summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-28 18:14:10 +0000
committerphk <phk@FreeBSD.org>1995-03-28 18:14:10 +0000
commit69fb2ca8a183cbfc0fa148a1b927f736801be82b (patch)
treef29517c258abf72b4924190c46c71ddeef3d7750 /release/Makefile
parent4405cff2a7354f57014c4cf9b1dc8d1d1d8aec1c (diff)
downloadFreeBSD-src-69fb2ca8a183cbfc0fa148a1b927f736801be82b.zip
FreeBSD-src-69fb2ca8a183cbfc0fa148a1b927f736801be82b.tar.gz
Save /etc/sysconfig from destruction.
Don't put termcap.db and vgrinddefs.db in the tarballs when they are so easy to generate and take up so much space...
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ff673df..6ad3976 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.124 1995/03/24 04:20:35 phk Exp $
+# $Id: Makefile,v 1.125 1995/03/24 08:10:53 phk Exp $
#
# How to roll a release:
#
@@ -211,6 +211,7 @@ release.5:
${RD}/trees/proflibs/usr/lib ; \
fi ; \
done
+ cd ${RD}/usr/share/misc && rm -f termcap.db vgrindefs.db
-cd ${RD}/trees ; \
find bin ${EXPORT_DISTS} -depth -type d -print | xargs rmdir
OpenPOWER on IntegriCloud