Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets We don't have seperate secr source sets anymore...



details:   https://anonhg.NetBSD.org/src/rev/44847d1efe81
branches:  trunk
changeset: 495786:44847d1efe81
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Aug 06 13:22:16 2000 +0000

description:
We don't have seperate secr source sets anymore, so don't try to create
them.

diffstat:

 distrib/sets/makesrctars |  19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)

diffs (39 lines):

diff -r bf0cddeb731c -r 44847d1efe81 distrib/sets/makesrctars
--- a/distrib/sets/makesrctars  Sun Aug 06 12:30:36 2000 +0000
+++ b/distrib/sets/makesrctars  Sun Aug 06 13:22:16 2000 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: makesrctars,v 1.10 1998/11/07 16:59:13 he Exp $
+#      $NetBSD: makesrctars,v 1.11 2000/08/06 13:22:16 fvdl Exp $
 #
 # Make source code tarballs.
 
@@ -29,7 +29,7 @@
 mkdir ${DESTDIR}/sets
 
 find . \
-    \! \( \( -path ./gnu -o -path ./share -o -path ./domestic \) -prune \) \
+    \! \( \( -path ./gnu -o -path ./share \) -prune \) \
     \! \( -path ./sys -prune \) \
     \! \( -path ./usr.sbin/config -prune \) \
     \! \( -path ./usr.sbin/dbsym -prune \) \
@@ -67,18 +67,3 @@
  cksum -o2 *.tgz > SYSVSUM
  md5 *.tgz > MD5)
 chmod 444 ${DESTDIR}/sets/*
-
-mkdir ${DESTDIR}/security
-
-find domestic \
-    \! \( \( -type l -o -type d \) \( -name obj -o -name 'obj.*' \) \) \
-       -print | \
-       sort | pax -w -d -s'|^|usr/src/|' | gzip \
-       > ${DESTDIR}/security/secrsrc.tgz
-
-(cd ${DESTDIR}/security
- cksum -o1 *.tgz > BSDSUM
- cksum *.tgz > CKSUM
- cksum -o2 *.tgz > SYSVSUM
- md5 *.tgz > MD5)
-chmod 444 ${DESTDIR}/security/*



Home | Main Index | Thread Index | Old Index