projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
064e496
)
remove annoying package rm command
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Feb 2007 01:00:31 +0000
(
01:00
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Feb 2007 01:00:31 +0000
(
01:00
+0000)
SVN-Revision: 6304
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index d21fedf31becb42d4de8d2fedc3a54b54188554d..ff7075d41c5114615154e478f8323cd584a3973a 100644
(file)
--- 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)