aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorOlaf Hering2006-07-25 20:42:26 -0500
committerSam Ravnborg2006-09-25 02:00:01 -0500
commit65ff22ee3bd0b0816e5e192b59f24a7538e5d497 (patch)
tree8dd058befd1b7144e075ec6fc1f392d17c3ea398 /Kbuild
parent07aea3a71fc6b07744691eec2dfea705a7b30280 (diff)
downloadkernel-audio-65ff22ee3bd0b0816e5e192b59f24a7538e5d497.tar.gz
kernel-audio-65ff22ee3bd0b0816e5e192b59f24a7538e5d497.tar.xz
kernel-audio-65ff22ee3bd0b0816e5e192b59f24a7538e5d497.zip
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 <olh@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index 2d4f95e4b89f..0451f69353ba 100644
--- a/Kbuild
+++ b/Kbuild
@@ -28,7 +28,7 @@ define cmd_offsets
28 echo "/*"; \ 28 echo "/*"; \
29 echo " * DO NOT MODIFY."; \ 29 echo " * DO NOT MODIFY."; \
30 echo " *"; \ 30 echo " *"; \
31 echo " * This file was generated by $(srctree)/Kbuild"; \ 31 echo " * This file was generated by Kbuild"; \
32 echo " *"; \ 32 echo " *"; \
33 echo " */"; \ 33 echo " */"; \
34 echo ""; \ 34 echo ""; \