All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] kbuild: add targets to PHONY
@ 2011-04-26 21:43 ` Peter Foley
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Foley @ 2011-04-26 21:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-kbuild, Michal Marek, Arnaud Lacombe

This patch adds some targets to PHONY
so they are built even if a file with the same name exists.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index b967b96..2a5159a 100644
--- a/Makefile
+++ b/Makefile
@@ -1392,6 +1392,8 @@ tags TAGS cscope gtags: FORCE
 # Scripts to check various things for consistency
 # ---------------------------------------------------------------------------
 +PHONY += includecheck versioncheck coccicheck namespacecheck export_report
+
 includecheck:
 	find * $(RCS_FIND_IGNORE) \
 		-name '*.[hcS]' -type f -print | sort \
-- 
1.7.5.rc1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-29 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 21:43 [PATCH 1/4] kbuild: add targets to PHONY Peter Foley
2011-04-26 21:43 ` Peter Foley
2011-04-29 12:36 ` Michal Marek
2011-04-29 21:20   ` Peter Foley
2011-04-29 21:20     ` Peter Foley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.