summaryrefslogtreecommitdiffstats
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
commit657f223880fb2e962d675a5b8cab7ea2bd7bcc30 (patch)
tree2043f1563aecfc51ca4cccd89c5cdef1d7409a54 /package/Makefile
parent064e496875ae5c9a73a01186ba0be8b1b177f41d (diff)
downloadmaster-31e0f0ae-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.tar.gz
master-31e0f0ae-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.tar.bz2
master-31e0f0ae-657f223880fb2e962d675a5b8cab7ea2bd7bcc30.zip
remove annoying package rm command
SVN-Revision: 6304
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)