Searched hist:"1 cf7cf06c92ba46ac0e0654ad8aad4c93ae412db" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/compressed/ |
H A D | Makefile | diff 1cf7cf06c92ba46ac0e0654ad8aad4c93ae412db Wed Mar 02 18:08:55 CET 2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded variable
The simply expanded variable may be evaluated before the target file for the stat command is up to date or even exists. Switching to a recursively expanded variable move the execution of the stat command to the location where LDFLAGS_vmlinux is actually used, fixing the dependency issue introduced by patch #6746/1.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|