aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-16 01:00:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-16 01:00:31 +0000
commitad08183ee8afc6f7bded924216a9642c74d16d14 (patch)
tree46efb61287dd62b93b695745afe65a4ef3f7438a /package/Makefile
parent20400d4f3c21a5b90e547ae9fecb92e93cd37edc (diff)
downloadupstream-ad08183ee8afc6f7bded924216a9642c74d16d14.tar.gz
upstream-ad08183ee8afc6f7bded924216a9642c74d16d14.tar.bz2
upstream-ad08183ee8afc6f7bded924216a9642c74d16d14.zip
remove annoying package rm command
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 0 insertions, 1 deletions
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)