Skip to content

Commit

Permalink
kbuild: move "quote" to Kbuild.include to be consistent
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Masahiro Yamada authored and Michal Marek committed Mar 29, 2014
1 parent ec3fadd commit 1333893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions scripts/Kbuild.include
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Convenient variables
comma := ,
quote := "
squote := '
empty :=
space := $(empty) $(empty)
Expand Down
4 changes: 0 additions & 4 deletions scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -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:="

0 comments on commit 1333893

Please sign in to comment.