From: Olaf Hering Date: Wed, 26 Jul 2006 01:42:26 +0000 (-0700) Subject: remove RPM_BUILD_ROOT from asm-offsets.h X-Git-Tag: v3.12-rc1~34033^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65ff22ee3bd0b0816e5e192b59f24a7538e5d497;p=kernel%2Fkernel-generic.git remove RPM_BUILD_ROOT from asm-offsets.h No file in rpm binary package should have the RPM_BUILD_ROOT string in it. To simplify building of external modules, our kernel-source package contains some temp files from the Kbuild system. asm/asm-offsets.h is one of the files that contains the absolute path if make O=$O is used. * This file was generated by /var/tmp/kernel-source-2.6.14_rc4-build/usr/src/linux-2.6.14-rc4-2/Kbuild Remove the $RPM_BUILD_ROOT string in the shipped tempfile. Signed-off-by: Olaf Hering Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- diff --git a/Kbuild b/Kbuild index 2d4f95e..0451f69 100644 --- a/Kbuild +++ b/Kbuild @@ -28,7 +28,7 @@ define cmd_offsets echo "/*"; \ echo " * DO NOT MODIFY."; \ echo " *"; \ - echo " * This file was generated by $(srctree)/Kbuild"; \ + echo " * This file was generated by Kbuild"; \ echo " *"; \ echo " */"; \ echo ""; \