[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <11591327041093-git-send-email-sam@ravnborg.org>
Date: Sun, 24 Sep 2006 23:18:02 +0200
From: sam@...nborg.org
To: linux-kernel@...r.kernel.org
Cc: Olaf Hering <olh@...e.de>, Andrew Morton <akpm@...l.org>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH 6/28] remove RPM_BUILD_ROOT from asm-offsets.h
From: Olaf Hering <olh@...e.de>
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@...e.de>
Signed-off-by: Andrew Morton <akpm@...l.org>
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
---
Kbuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 ""; \
--
1.4.1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists