All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] kbuild: move "quote" to Kbuild.include to be consistent
@ 2014-03-20  2:08 Masahiro Yamada
  2014-03-29 21:04 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2014-03-20  2:08 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Masahiro Yamada

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

Changes in v2:
 - I forgot to add Signed-off-by in v1.
   I am resending this.


 scripts/Kbuild.include | 1 +
 scripts/Makefile.lib   | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index 547e15d..2ec6829 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -3,6 +3,7 @@
 
 # Convenient variables
 comma   := ,
+quote   := "
 squote  := '
 empty   :=
 space   := $(empty) $(empty)
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 79c059e..a4ee8d2 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -368,7 +368,3 @@ quiet_cmd_xzmisc = XZMISC  $@
 cmd_xzmisc = (cat $(filter-out FORCE,$^) | \
 	xz --check=crc32 --lzma2=dict=1MiB) > $@ || \
 	(rm -f $@ ; false)
-
-# misc stuff
-# ---------------------------------------------------------------------------
-quote:="
-- 
1.8.3.2


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

* Re: [PATCH v2] kbuild: move "quote" to Kbuild.include to be consistent
  2014-03-20  2:08 [PATCH v2] kbuild: move "quote" to Kbuild.include to be consistent Masahiro Yamada
@ 2014-03-29 21:04 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2014-03-29 21:04 UTC (permalink / raw)
  To: Masahiro Yamada, linux-kbuild

Dne 20.3.2014 03:08, Masahiro Yamada napsal(a):
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
> 
> Changes in v2:
>  - I forgot to add Signed-off-by in v1.
>    I am resending this.

Applied to kbuild.git#kbuild, thanks.

Michal


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20  2:08 [PATCH v2] kbuild: move "quote" to Kbuild.include to be consistent Masahiro Yamada
2014-03-29 21:04 ` Michal Marek

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.