projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c7dc4
)
only rebuild the package index when the *.ipk files have changed
author
Mike Baker
<mbm@openwrt.org>
Wed, 2 Aug 2006 13:06:58 +0000
(13:06 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 2 Aug 2006 13:06:58 +0000
(13:06 +0000)
SVN-Revision: 4395
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index 85f852fd54d482728ccc40d43b4e5bde6086db7b..c2015b3a411ec9d6736805a7ac842861927f1976 100644
(file)
--- a/
openwrt/package/Makefile
+++ b/
openwrt/package/Makefile
@@
-55,6
+55,8
@@
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
-index: FORCE
+index: $(PACKAGE_DIR)/Packages
+
+$(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk
(cd $(PACKAGE_DIR); $(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages)