From: nbd Date: Fri, 28 Dec 2007 17:01:32 +0000 (+0000) Subject: use scripts/feeds instead of scripts/feeds.sh for package/symlinks X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ee1854cb6807bd513158c127d7b524bf4fc7c065 use scripts/feeds instead of scripts/feeds.sh for package/symlinks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9990 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 970b0896ca..77660bb8d7 100644 --- 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