Source-Changes-HG archive

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

[src/netbsd-6]: src/distrib/sets Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/a92c5a8ea4c7
branches:  netbsd-6
changeset: 776940:a92c5a8ea4c7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 14 15:05:54 2015 +0000

description:
Pull up following revision(s) (requested by snj in ticket #1279):
        distrib/sets/makesrctars: revision 1.40
GPL code isn't just in src/gnu these days (i.e., the last 6 years).
move stuff from src/external/gpl[23] out of the src tarball and into
gnusrc.

diffstat:

 distrib/sets/makesrctars |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 66aa41c65f50 -r a92c5a8ea4c7 distrib/sets/makesrctars
--- a/distrib/sets/makesrctars  Tue Apr 14 15:03:37 2015 +0000
+++ b/distrib/sets/makesrctars  Tue Apr 14 15:05:54 2015 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: makesrctars,v 1.38 2009/11/30 16:13:23 uebayasi Exp $
+#      $NetBSD: makesrctars,v 1.38.8.1 2015/04/14 15:05:54 msaitoh Exp $
 #
 # makesrctars srcdir setdir
 #      Create source tarballs in setdir from the source under srcdir.
@@ -115,9 +115,9 @@
 srcprefix=usr/src
 export setdir MTREE PAX CKSUM GZIP PASSWD srcprefix
 
-makeset src . -v '^\.\/gnu|^\.\/share|^\.\/sys|^\.\/usr\.bin\/config|^\.\/common'
+makeset src . -v '^\.\/common|^\.\/external\/gpl2|^\.\/external\/gpl3|^\.\/gnu|^\.\/share|^\.\/sys|^\.\/usr\.bin\/config'
 
-makeset gnusrc gnu
+makeset gnusrc . -e '^\..type=dir|^\.\/gnu|^\.\/external.type=dir|^\.\/external\/gpl2|^\.\/external\/gpl3'
 
 makeset syssrc . -e '^\..type=dir|^\.\/sys|^\.\/usr\.bin.type=dir|^\.\/usr\.bin\/config|^\.\/common'
 



Home | Main Index | Thread Index | Old Index