[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090222185455.GB17685@localhost.localdomain>
Date: Sun, 22 Feb 2009 10:54:55 -0800
From: Josh Hunt <josh@...lex86.org>
To: sam@...nborg.org
Cc: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
kiran@...lex86.org, mingo@...e.hu
Subject: [PATCH] Fix mkspec to cleanup RPM_BUILD_ROOT
The contents of the %clean section in mkspec is currently commented
out leaving RPM_BUILD_ROOT and its contents on the build machine.
This patch removes it once the rpm build process is complete.
Signed-off-by: Josh Hunt <josh@...lex86.org>
---
Index: linux-2.6/scripts/package/mkspec
===================================================================
--- linux-2.6.orig/scripts/package/mkspec 2009-02-20
15:51:22.000000000 -0800
+++ linux-2.6/scripts/package/mkspec 2009-02-20 16:06:32.000000000
-0800
@@ -96,7 +96,7 @@ echo "%endif"
echo ""
echo "%clean"
-echo '#echo -rf $RPM_BUILD_ROOT'
+echo 'rm -rf $RPM_BUILD_ROOT'
echo ""
echo "%files"
echo '%defattr (-, root, root)'
--
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