public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove RPM_BUILD_ROOT from asm-offsets.h
@ 2006-07-24  8:38 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2006-07-24  8:38 UTC (permalink / raw)
  To: Sam Ravnborg, linux-kernel


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>

---
 Kbuild |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.18-rc2/Kbuild
===================================================================
--- linux-2.6.18-rc2.orig/Kbuild
+++ linux-2.6.18-rc2/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 ""; \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-24  8:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-24  8:38 [PATCH] remove RPM_BUILD_ROOT from asm-offsets.h Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox