* [PATCH 1/4] kbuild: add targets to PHONY
@ 2011-04-26 21:43 Peter Foley
2011-04-29 12:36 ` Michal Marek
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* Re: [PATCH 1/4] kbuild: add targets to PHONY
2011-04-26 21:43 [PATCH 1/4] kbuild: add targets to PHONY Peter Foley
@ 2011-04-29 12:36 ` Michal Marek
2011-04-29 21:20 ` Peter Foley
0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2011-04-29 12:36 UTC (permalink / raw)
To: Peter Foley; +Cc: linux-kernel, linux-kbuild, Arnaud Lacombe
Hi,
could you repost also this series and the patch that moves docproc.c to
scripts with patches as attachments? The patches look OK, but they are
unfortunatelly corrupted (missing or excess space and missing context
sometimes).
thanks,
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/4] kbuild: add targets to PHONY
2011-04-29 12:36 ` Michal Marek
@ 2011-04-29 21:20 ` Peter Foley
0 siblings, 0 replies; 3+ messages in thread
From: Peter Foley @ 2011-04-29 21:20 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-kernel, linux-kbuild, Arnaud Lacombe
On 4/29/2011 8:36 AM, Michal Marek wrote:
> Hi,
>
> could you repost also this series and the patch that moves docproc.c to
> scripts with patches as attachments? The patches look OK, but they are
> unfortunatelly corrupted (missing or excess space and missing context
> sometimes).
>
> thanks,
> Michal
Ok, I'll do that.
Thanks,
Peter Foley
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-29 21:20 UTC | newest]
Thread overview: 3+ 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-29 12:36 ` Michal Marek
2011-04-29 21:20 ` Peter Foley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox