Adapt to recent source tree changes:
- usr.sbin/config -> usr.bin/config - contrib/sys -> sys/contrib
This commit is contained in:
parent
58a82aeec2
commit
89b7f0c149
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# $NetBSD: makesrctars,v 1.19 2005/05/22 03:05:15 lukem Exp $
|
||||
# $NetBSD: makesrctars,v 1.20 2005/07/05 08:41:16 tron Exp $
|
||||
#
|
||||
# makesrctars srcdir setdir
|
||||
# Create source tarballs in setdir from the source under srcdir.
|
||||
@ -84,13 +84,12 @@ makeset src . \
|
||||
! \( \( -path ./gnu \
|
||||
-o -path ./share \
|
||||
-o -path ./sys \
|
||||
-o -path ./contrib/sys \
|
||||
-o -path ./usr.sbin/config \
|
||||
-o -path ./usr.bin/config \
|
||||
\) -prune \)
|
||||
|
||||
makeset gnusrc ./gnu
|
||||
|
||||
makeset syssrc ./sys ./contrib/sys ./usr.sbin/config \
|
||||
makeset syssrc ./sys ./usr.bin/config \
|
||||
! \( -path ./sys/arch/\*/compile/\* -type d \
|
||||
! -name CVS -prune \)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user