We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d1c95 commit 00d76a0Copy full SHA for 00d76a0
usr/include/Makefile
@@ -93,7 +93,7 @@ no-header-test += asm-generic/%
93
94
extra-y := $(patsubst $(obj)/%.h,%.hdrtest, $(shell find $(obj) -name '*.h' 2>/dev/null))
95
96
-# Include the header to detect missing include guard.
+# Include the header twice to detect missing include guard.
97
quiet_cmd_hdrtest = HDRTEST $<
98
cmd_hdrtest = \
99
$(CC) $(c_flags) -S -o /dev/null -x c /dev/null \
0 commit comments