From: Masahiro Yamada Date: Thu, 20 Mar 2014 02:08:20 +0000 (+0900) Subject: kbuild: move "quote" to Kbuild.include to be consistent X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13338935f1574a2dcd1c891461b0dcc42f8cff42;p=linux.git kbuild: move "quote" to Kbuild.include to be consistent Signed-off-by: Masahiro Yamada Signed-off-by: Michal Marek --- diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 547e15daf03dc..2ec6829a4e64a 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 49392ecbef17b..e6644369ca40a 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -367,7 +367,3 @@ quiet_cmd_xzmisc = XZMISC $@ cmd_xzmisc = (cat $(filter-out FORCE,$^) | \ xz --check=crc32 --lzma2=dict=1MiB) > $@ || \ (rm -f $@ ; false) - -# misc stuff -# --------------------------------------------------------------------------- -quote:="