diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-10-04 17:11:17 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-13 05:28:02 +0900 |
commit | 58e6b5c499e4544164a7ffea278511e32fa488e5 (patch) | |
tree | 8256b9b3449f88bb41d32fb18e951d76c10e08b5 /Documentation/DMA-API-HOWTO.txt | |
parent | 36cc7838f9d8ccec782f6e44f2131ef446438cd4 (diff) | |
download | kernel_samsung_smdk4412-58e6b5c499e4544164a7ffea278511e32fa488e5.zip kernel_samsung_smdk4412-58e6b5c499e4544164a7ffea278511e32fa488e5.tar.gz kernel_samsung_smdk4412-58e6b5c499e4544164a7ffea278511e32fa488e5.tar.bz2 |
kbuild: make: fix if_changed when command contains backslashes
commit c353acba28fb3fa1fd05fd6b85a9fc7938330f9c upstream.
The call if_changed mechanism does not work when the command contains
backslashes. This basically is an issue with lzo and bzip2 compressed
kernels. The compressed binaries do not contain the uncompressed image
size, so these use size_append to append the size. This results in
backslashes in the executed command. With this if_changed always
detects a change in the command and rebuilds the compressed image even
if nothing has changed.
Fix this by escaping backslashes in make-cmd
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Bernhard Walle <bernhard@bwalle.de>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/DMA-API-HOWTO.txt')
0 files changed, 0 insertions, 0 deletions