* [Buildroot] [PATCH] core/out-of-tree: fix Makefile wrapper
@ 2015-07-16 21:16 Yann E. MORIN
2015-07-16 21:39 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-07-16 21:16 UTC (permalink / raw)
To: buildroot
Commit 971faf8 (Makefile: fix out-of-tree builds with multiple targets
with 'all') renamed the default target to '_all' to avoid name-clashing.
In doing so, I forgot to also fix the instance in the .PHONY rule.
Fix that now.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
support/scripts/mkmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/scripts/mkmakefile b/support/scripts/mkmakefile
index 974e2c0..833be6a 100755
--- a/support/scripts/mkmakefile
+++ b/support/scripts/mkmakefile
@@ -30,7 +30,7 @@ MAKEARGS += O=\$(if \$(patsubst /%,,\$(makedir)),\$(CURDIR)/)\$(patsubst %/,%,\$
MAKEFLAGS += --no-print-directory
-.PHONY: all \$(MAKECMDGOALS)
+.PHONY: _all \$(MAKECMDGOALS)
all := \$(filter-out Makefile,\$(MAKECMDGOALS))
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] core/out-of-tree: fix Makefile wrapper
2015-07-16 21:16 [Buildroot] [PATCH] core/out-of-tree: fix Makefile wrapper Yann E. MORIN
@ 2015-07-16 21:39 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-16 21:39 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Thu, 16 Jul 2015 23:16:46 +0200, Yann E. MORIN wrote:
> Commit 971faf8 (Makefile: fix out-of-tree builds with multiple targets
> with 'all') renamed the default target to '_all' to avoid name-clashing.
>
> In doing so, I forgot to also fix the instance in the .PHONY rule.
>
> Fix that now.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
> support/scripts/mkmakefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-16 21:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 21:16 [Buildroot] [PATCH] core/out-of-tree: fix Makefile wrapper Yann E. MORIN
2015-07-16 21:39 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox