Page MenuHomeFreeBSD

D33505.id100210.diff
No OneTemporary

D33505.id100210.diff

diff --git a/tools/build/test-includes/Makefile b/tools/build/test-includes/Makefile
--- a/tools/build/test-includes/Makefile
+++ b/tools/build/test-includes/Makefile
@@ -16,7 +16,7 @@
LIB= test-includes
INTERNALLIB= This is a compile-only test
MAN=
-HDRS!= (cd ${SRCTOP}/sys; ls sys/[^_]*.h net*/[^_]*.h)
+HDRS!= (cd ${SRCTOP}/sys; ls sys/[^_]*.h | sort ; ls net*/[^_]*.h | sort)
NO_PIC= yes
# Some files have to be clean for extra defines too...
@@ -44,7 +44,7 @@
@(cd ${SRCTOP}/sys; \
echo "# DO NOT EDIT-- this file is automatically @""generated."; \
echo "BADHDRS= \\"; \
- for i in sys/*.h net*/*.h; do \
+ for i in ${HDRS}; do \
echo "#include <$$i>" | \
${CC} ${CFLAGS} -xc - -c -o /dev/null 2> /dev/null || \
echo " $$i \\"; \

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 18, 5:53 AM (9 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34046178
Default Alt Text
D33505.id100210.diff (792 B)

Event Timeline