projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcd60e
)
use scripts/feeds instead of scripts/feeds.sh for package/symlinks
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Dec 2007 17:01:32 +0000
(17:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Dec 2007 17:01:32 +0000
(17:01 +0000)
SVN-Revision: 9990
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 970b0896ca80b3ae3548b15cbcdf31da1600e0e6..77660bb8d7e11ed8d8dababd146ea6759a1bcce9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-58,7
+58,8
@@
world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-
$(MAKE) package/index
package/symlinks:
- $(SCRIPT_DIR)/feeds.sh $(CONFIG_SOURCE_FEEDS) $(CONFIG_SOURCE_FEEDS_REV)
+ $(SCRIPT_DIR)/feeds update
+ cd package; ln -sf ../feeds/packages openwrt-packages
.PHONY: clean dirclean prereq prepare world package/symlinks