Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
[PATCH] Makefile include path ordering
[linux-2.6.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index f7eb55878f11575281add2a5726e483aed5e45bb..1bb028317f2bdc9107da7eb86f7835689b968c7e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 12
-EXTRAVERSION =-rc
3
+EXTRAVERSION =-rc
4
NAME=Woozy Numbat
# *DOCUMENTATION*
NAME=Woozy Numbat
# *DOCUMENTATION*
@@
-530,7
+530,7
@@
endif
include $(srctree)/arch/$(ARCH)/Makefile
# arch Makefile may override CC so keep this after arch Makefile is included
include $(srctree)/arch/$(ARCH)/Makefile
# arch Makefile may override CC so keep this after arch Makefile is included
-NOSTDINC_FLAGS
:
= -nostdinc -isystem $(shell $(CC) -print-file-name=include)
+NOSTDINC_FLAGS
+
= -nostdinc -isystem $(shell $(CC) -print-file-name=include)
CHECKFLAGS += $(NOSTDINC_FLAGS)
# warn about C99 declaration after statement
CHECKFLAGS += $(NOSTDINC_FLAGS)
# warn about C99 declaration after statement