Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230135
| From | Andrzej Hajda <a.hajda@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Coccinelle: remove incorrect -include option transformation |
| Date | 2015-09-22 14:50 +0200 |
| Message-ID | <qbvbc-5BU-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
kbuild/gcc uses -include option to include files and -I to provide paths for
#include <> directive. The same is true for spatch.
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
---
scripts/coccicheck | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/coccicheck b/scripts/coccicheck
index bbf901a..6d84b05 100755
--- a/scripts/coccicheck
+++ b/scripts/coccicheck
@@ -30,7 +30,6 @@ FLAGS="$SPFLAGS --very-quiet"
# spatch only allows include directories with the syntax "-I include"
# while gcc also allows "-Iinclude" and "-include include"
COCCIINCLUDE=${LINUXINCLUDE//-I/-I }
-COCCIINCLUDE=${COCCIINCLUDE//-include/-I}
if [ "$C" = "1" -o "$C" = "2" ]; then
ONLINE=1
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Coccinelle: remove incorrect -include option transformation Andrzej Hajda <a.hajda@samsung.com> - 2015-09-22 14:50 +0200
Re: [PATCH] Coccinelle: remove incorrect -include option transformation Julia Lawall <julia.lawall@lip6.fr> - 2015-09-22 15:00 +0200
Re: [PATCH] Coccinelle: remove incorrect -include option transformation Andrzej Hajda <a.hajda@samsung.com> - 2015-09-22 15:20 +0200
Re: [PATCH] Coccinelle: remove incorrect -include option transformation Julia Lawall <julia.lawall@lip6.fr> - 2015-09-22 15:30 +0200
Re: [PATCH] Coccinelle: remove incorrect -include option transformation Julia Lawall <julia.lawall@lip6.fr> - 2015-09-22 15:10 +0200
csiph-web