* [PATCH] scripts/genksyms: clean lex/yacc generated files
@ 2011-12-12 3:17 Fernando Luis Vázquez Cao
2012-01-05 5:06 ` Fernando Luis Vázquez Cao
2012-01-08 13:48 ` Michal Marek
0 siblings, 2 replies; 3+ messages in thread
From: Fernando Luis Vázquez Cao @ 2011-12-12 3:17 UTC (permalink / raw)
To: Michal Marek, linux-kbuild
Add "keywords.hash.c", "lex.lex.c", "parse.tab.c" and "parse.tab.h" to clean-list
so that they get automagically deleted at clean/mrproper time.
Signed-off-by: Fernando Luis Vazquez Cao<fernando@oss.ntt.co.jp>
---
diff -urNp linux-3.2-rc4-orig/scripts/genksyms/Makefile linux-3.2-rc4/scripts/genksyms/Makefile
--- linux-3.2-rc4-orig/scripts/genksyms/Makefile 2011-10-24 16:10:05.000000000 +0900
+++ linux-3.2-rc4/scripts/genksyms/Makefile 2011-12-12 11:37:29.159986580 +0900
@@ -11,3 +11,4 @@ HOSTCFLAGS_lex.lex.o := -I$(src)
# dependencies on generated files need to be listed explicitly
$(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
+clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] scripts/genksyms: clean lex/yacc generated files
2011-12-12 3:17 [PATCH] scripts/genksyms: clean lex/yacc generated files Fernando Luis Vázquez Cao
@ 2012-01-05 5:06 ` Fernando Luis Vázquez Cao
2012-01-08 13:48 ` Michal Marek
1 sibling, 0 replies; 3+ messages in thread
From: Fernando Luis Vázquez Cao @ 2012-01-05 5:06 UTC (permalink / raw)
To: Michal Marek, linux-kbuild
ping
(2011年12月12日 12:17), Fernando Luis Vázquez Cao wrote:
> Add "keywords.hash.c", "lex.lex.c", "parse.tab.c" and "parse.tab.h" to
> clean-list
> so that they get automagically deleted at clean/mrproper time.
>
> Signed-off-by: Fernando Luis Vazquez Cao<fernando@oss.ntt.co.jp>
> ---
>
> diff -urNp linux-3.2-rc4-orig/scripts/genksyms/Makefile
> linux-3.2-rc4/scripts/genksyms/Makefile
> --- linux-3.2-rc4-orig/scripts/genksyms/Makefile 2011-10-24
> 16:10:05.000000000 +0900
> +++ linux-3.2-rc4/scripts/genksyms/Makefile 2011-12-12
> 11:37:29.159986580 +0900
> @@ -11,3 +11,4 @@ HOSTCFLAGS_lex.lex.o := -I$(src)
> # dependencies on generated files need to be listed explicitly
> $(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
>
> +clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] scripts/genksyms: clean lex/yacc generated files
2011-12-12 3:17 [PATCH] scripts/genksyms: clean lex/yacc generated files Fernando Luis Vázquez Cao
2012-01-05 5:06 ` Fernando Luis Vázquez Cao
@ 2012-01-08 13:48 ` Michal Marek
1 sibling, 0 replies; 3+ messages in thread
From: Michal Marek @ 2012-01-08 13:48 UTC (permalink / raw)
To: Fernando Luis Vázquez Cao; +Cc: linux-kbuild
On Mon, Dec 12, 2011 at 12:17:21PM +0900, Fernando Luis Vázquez Cao wrote:
> Add "keywords.hash.c", "lex.lex.c", "parse.tab.c" and "parse.tab.h" to
> clean-list so that they get automagically deleted at clean/mrproper
> time.
>
> Signed-off-by: Fernando Luis Vazquez Cao<fernando@oss.ntt.co.jp>
> ---
Applied, thanks.
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-08 13:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 3:17 [PATCH] scripts/genksyms: clean lex/yacc generated files Fernando Luis Vázquez Cao
2012-01-05 5:06 ` Fernando Luis Vázquez Cao
2012-01-08 13:48 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox