Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932175Ab1EQRh6 (ORCPT ); Tue, 17 May 2011 13:37:58 -0400 Received: from outmail008.snc4.facebook.com ([66.220.144.140]:57024 "EHLO mx-out.facebook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755665Ab1EQRhu (ORCPT ); Tue, 17 May 2011 13:37:50 -0400 From: Arun Sharma To: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Arun Sharma Subject: [PATCH 6/6] kbuild: cleanup the rpm buildroot Date: Tue, 17 May 2011 10:36:19 -0700 Message-Id: <1305653779-3445-6-git-send-email-asharma@fb.com> X-Mailer: git-send-email 1.7.4 In-Reply-To: <1305653779-3445-1-git-send-email-asharma@fb.com> References: <1305653779-3445-1-git-send-email-asharma@fb.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 25 Signed-off-by: Arun Sharma --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/