[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1305653779-3445-6-git-send-email-asharma@fb.com>
Date: Tue, 17 May 2011 10:36:19 -0700
From: Arun Sharma <asharma@...com>
To: Michal Marek <mmarek@...e.cz>, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Arun Sharma <asharma@...com>
Subject: [PATCH 6/6] kbuild: cleanup the rpm buildroot
Signed-off-by: Arun Sharma <asharma@...com>
---
scripts/package/mkspec | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/package/mkspec b/scripts/package/mkspec
index 9a8c2fa..79dbe5c 100755
--- a/scripts/package/mkspec
+++ b/scripts/package/mkspec
@@ -81,6 +81,7 @@ echo ""
fi
echo "%build"
+echo 'rm -rf $RPM_BUILD_ROOT'
if ! $PREBUILT; then
echo "make clean && make %{?_smp_mflags}"
--
1.7.4
--
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