* [PATCH RESEND] Makefile.lib: align DTB quiet_cmd
@ 2013-06-13 10:53 James Hogan
2013-06-13 14:01 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: James Hogan @ 2013-06-13 10:53 UTC (permalink / raw)
To: Michal Marek
Cc: linux-kbuild, linux-kernel, James Hogan, Dirk Brandewie,
Grant Likely, trivial
The unaligned dtb.S filename in make output started to irritate me:
DTC arch/metag/boot/dts/skeleton.dtb
DTB arch/metag/boot/dts/skeleton.dtb.S
AS arch/metag/boot/dts/skeleton.dtb.o
LD arch/metag/boot/dts/built-in.o
Add an extra space to quiet_cmd_dt_S_dtb so the dtb.S filename aligns
with all the others.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Dirk Brandewie <dirk.brandewie@gmail.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: trivial@kernel.org
---
scripts/Makefile.lib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 8337663..281f82a 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -244,7 +244,7 @@ cmd_gzip = (cat $(filter-out FORCE,$^) | gzip -n -f -9 > $@) || \
# ---------------------------------------------------------------------------
# Generate an assembly file to wrap the output of the device tree compiler
-quiet_cmd_dt_S_dtb= DTB $@
+quiet_cmd_dt_S_dtb= DTB $@
cmd_dt_S_dtb= \
( \
echo '\#include <asm-generic/vmlinux.lds.h>'; \
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] Makefile.lib: align DTB quiet_cmd
2013-06-13 10:53 [PATCH RESEND] Makefile.lib: align DTB quiet_cmd James Hogan
@ 2013-06-13 14:01 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2013-06-13 14:01 UTC (permalink / raw)
To: James Hogan
Cc: linux-kbuild, linux-kernel, Dirk Brandewie, Grant Likely, trivial
On 13.6.2013 12:53, James Hogan wrote:
> The unaligned dtb.S filename in make output started to irritate me:
> DTC arch/metag/boot/dts/skeleton.dtb
> DTB arch/metag/boot/dts/skeleton.dtb.S
> AS arch/metag/boot/dts/skeleton.dtb.o
> LD arch/metag/boot/dts/built-in.o
>
> Add an extra space to quiet_cmd_dt_S_dtb so the dtb.S filename aligns
> with all the others.
Applied to kbuild.git#kbuild.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-13 14:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 10:53 [PATCH RESEND] Makefile.lib: align DTB quiet_cmd James Hogan
2013-06-13 14:01 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox