Port-powerpc archive

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

evbppc's tests/modules



Hi! all,


As for our evbppc, './build.sh release' has not been made any longer for
a long time.  The cause is tests/modules.

http://releng.netbsd.org/builds/HEAD/200907280000Z/evbppc.build.failed

======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/tests/modules/Atffile
========  end of 1 missing files  ==========


I think that './build.sh release' can do by this fix.

thanks,
--
kiyohara

Index: tests/Makefile
===================================================================
RCS file: /cvsroot/src/tests/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- tests/Makefile      2 May 2009 16:02:18 -0000       1.15
+++ tests/Makefile      22 Jul 2009 07:42:38 -0000
@@ -4,9 +4,7 @@
 
 SUBDIR=        crypto fs games ipf kernel net rump syscall util
 
-.if ${MACHINE} != "evbppc"
 SUBDIR+= modules
-.endif
 
 TESTSDIR=      ${TESTSBASE}
 
Index: tests/modules/Makefile
===================================================================
RCS file: /cvsroot/src/tests/modules/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- tests/modules/Makefile      12 Nov 2008 12:36:29 -0000      1.4
+++ tests/modules/Makefile      22 Jul 2009 07:42:38 -0000
@@ -4,6 +4,7 @@
 
 TESTSDIR=      ${TESTSBASE}/modules
 
+.if ${MACHINE} != "evbppc"
 # Ideally this test could be in the parent Makefile, which could not descend
 # into this directory at all.  Unfortunately, the etc/mtree/NetBSD.dist file
 # creates the 'modules' subdirectory unconditionally, which if left empty
@@ -15,6 +16,7 @@
 TESTS_SH=      t_modload
 
 SUBDIR=                k_helper
+.endif
 
 .include <bsd.subdir.mk>
 .include <bsd.test.mk>


Home | Main Index | Thread Index | Old Index