Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build failure - atf-c.h: No such file
Could you try this?
Masao
Index: Makefile
===================================================================
RCS file: /cvsroot/src/Makefile,v
retrieving revision 1.275
diff -u -r1.275 Makefile
--- Makefile 30 Nov 2009 16:13:22 -0000 1.275
+++ Makefile 9 Dec 2009 07:49:20 -0000
@@ -147,7 +147,11 @@
#
_SUBDIR= tools lib include gnu external crypto/external bin games
_SUBDIR+= libexec sbin usr.bin
-_SUBDIR+= usr.sbin share rescue sys etc tests compat .WAIT distrib regress
+_SUBDIR+= usr.sbin share rescue sys etc
+.if ${MKATF} != "no"
+_SUBDIR+= tests
+.endif
+_SUBDIR+= compat .WAIT distrib regress
.for dir in ${_SUBDIR}
.if "${dir}" == ".WAIT" \
--
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635
Home |
Main Index |
Thread Index |
Old Index