From 657f223880fb2e962d675a5b8cab7ea2bd7bcc30 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 16 Feb 2007 01:00:31 +0000
Subject: [PATCH] remove annoying package rm command

SVN-Revision: 6304
---
 package/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/Makefile b/package/Makefile
index d21fedf31b..ff7075d41c 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -50,7 +50,6 @@ prereq: $(PREREQ_PACKAGES)
 download: $(DOWNLOAD_PACKAGES)
 compile-targets: $(COMPILE_PACKAGES)
 compile:
-	@-rm -f $(PACKAGE_DIR)/*.ipk
 	$(MAKE) compile-targets
 
 install-targets: $(INSTALL_PACKAGES)
-- 
GitLab