Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Summary: export the files from headerlist before th...



details:   https://anonhg.NetBSD.org/src/rev/bf6c97c516bb
branches:  trunk
changeset: 459456:bf6c97c516bb
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Sep 12 18:28:05 2019 +0000

description:
Summary: export the files from headerlist before the ARCHS's includes.
Or else cvs export will complain about them being in the way.

diffstat:

 sys/rump/listsrcdirs |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r c404597257da -r bf6c97c516bb sys/rump/listsrcdirs
--- a/sys/rump/listsrcdirs      Thu Sep 12 17:35:58 2019 +0000
+++ b/sys/rump/listsrcdirs      Thu Sep 12 18:28:05 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: listsrcdirs,v 1.41 2019/09/12 17:35:58 bad Exp $
+#      $NetBSD: listsrcdirs,v 1.42 2019/09/12 18:28:05 bad Exp $
 #
 
 #
@@ -140,6 +140,11 @@
            echo \!src/external/bsd/libc++/dist/libcxx/test \
                   src/external/bsd/libc++
 
+       # the includes mentioned in src/tools/headerlist are required.
+       # pull them in first or else CVS export will complain if they
+       # have been checked out as one of the usefule archs.
+       include_headerlist sys /sys/arch/
+
        # pick a few useful archs, namely those mentioned in buildrump.sh
        for arch in ${ARCHS}; do
                lsrc sys /sys/arch/${arch}/ include ${arch} Makefile
@@ -147,8 +152,6 @@
        for extra in ${ARCHS_EXTRA}; do
                lsrc sys /sys/arch/ ${extra}
        done
-       # the includes mentioned in src/tools/headerlist are required
-       include_headerlist sys /sys/arch/
 else
        lsrc sys / sys
 



Home | Main Index | Thread Index | Old Index