summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-16 01:00:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-02-16 01:00:31 +0000
commit3e032c51feb1678d9fe2ff1c5570135f3da40da4 (patch)
tree46efb61287dd62b93b695745afe65a4ef3f7438a /package
parentcd5ee7a7f4380fe0c7cccca08f047b5fc8dc45b9 (diff)
remove annoying package rm command
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index d21fedf31..ff7075d41 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)