public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [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

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