From: nbd Date: Fri, 16 Feb 2007 01:00:31 +0000 (+0000) Subject: remove annoying package rm command X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=3e032c51feb1678d9fe2ff1c5570135f3da40da4 remove annoying package rm command git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6304 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)