diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-19 22:08:20 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-03-29 17:03:55 -0400 |
commit | 13338935f1574a2dcd1c891461b0dcc42f8cff42 (patch) | |
tree | cbf1c1330a023f1c155d86fd3ba70c4feea32e15 /scripts | |
parent | ec3fadd64b9940baa2a369bf978e8561837db3f5 (diff) |
kbuild: move "quote" to Kbuild.include to be consistent
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Kbuild.include | 1 | ||||
-rw-r--r-- | scripts/Makefile.lib | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 547e15daf03d..2ec6829a4e64 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | # Convenient variables | 4 | # Convenient variables |
5 | comma := , | 5 | comma := , |
6 | quote := " | ||
6 | squote := ' | 7 | squote := ' |
7 | empty := | 8 | empty := |
8 | space := $(empty) $(empty) | 9 | space := $(empty) $(empty) |
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 49392ecbef17..e6644369ca40 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib | |||
@@ -367,7 +367,3 @@ quiet_cmd_xzmisc = XZMISC $@ | |||
367 | cmd_xzmisc = (cat $(filter-out FORCE,$^) | \ | 367 | cmd_xzmisc = (cat $(filter-out FORCE,$^) | \ |
368 | xz --check=crc32 --lzma2=dict=1MiB) > $@ || \ | 368 | xz --check=crc32 --lzma2=dict=1MiB) > $@ || \ |
369 | (rm -f $@ ; false) | 369 | (rm -f $@ ; false) |
370 | |||
371 | # misc stuff | ||
372 | # --------------------------------------------------------------------------- | ||
373 | quote:=" | ||