Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159701555
D33505.id100210.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
792 B
Referenced Files
None
Subscribers
None
D33505.id100210.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D33505: test-includes: use the same header set for badfiles.inc as for testing
Attached
Detach File
Event Timeline
Log In to Comment