projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d418be6
)
use scripts/feeds instead of scripts/feeds.sh for package/symlinks
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 17:01:32 +0000
(17:01 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 28 Dec 2007 17:01:32 +0000
(17:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9990
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
970b089
..
77660bb
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
This page took
0.036158 seconds
and
4
git commands to generate.