Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump Exclude sys/external/{gpl2/dts,bsd/drm*}.
details: https://anonhg.NetBSD.org/src/rev/f8698c342b80
branches: trunk
changeset: 965691:f8698c342b80
user: bad <bad%NetBSD.org@localhost>
date: Fri Sep 27 11:53:42 2019 +0000
description:
Exclude sys/external/{gpl2/dts,bsd/drm*}.
Saves some 100MB in the src-netbsd repo.
diffstat:
sys/rump/listsrcdirs | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r bb0c32587d27 -r f8698c342b80 sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs Fri Sep 27 08:57:12 2019 +0000
+++ b/sys/rump/listsrcdirs Fri Sep 27 11:53:42 2019 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: listsrcdirs,v 1.47 2019/09/26 22:43:36 bad Exp $
+# $NetBSD: listsrcdirs,v 1.48 2019/09/27 11:53:42 bad Exp $
#
#
@@ -142,7 +142,12 @@
# If -c is given, use CVS syntax to exclude large subdirectories
# of sys. Otherwise just do it wholesale.
if ${cvsmode}; then
- iswanted sys && echo \!src/sys/arch src/sys
+ iswanted sys && \
+ echo \!src/sys/arch \
+ \!src/sys/external/gpl2/dts \
+ \!src/sys/external/bsd/drm \
+ \!src/sys/external/bsd/drm2 \
+ src/sys
iswanted usr && \
echo \!src/external/bsd/libc++/dist/libcxx/test \
Home |
Main Index |
Thread Index |
Old Index