X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e0a55bf1acef8ca64fb3bdf9df93586e909cc617..cd23d9d0f296226f8983f580fc3125dd6b91a769:/package/Makefile diff --git a/package/Makefile b/package/Makefile index cd4304e66..6ddbc1ba4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -48,10 +48,7 @@ all: compile clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) prereq: $(PREREQ_PACKAGES) download: $(DOWNLOAD_PACKAGES) -compile-targets: $(COMPILE_PACKAGES) -compile: - @-rm -f $(PACKAGE_DIR)/*.ipk - $(MAKE) compile-targets +compile: $(COMPILE_PACKAGES) install-targets: $(INSTALL_PACKAGES) install: @@ -73,8 +70,10 @@ index: $(PACKAGE_DIR)/Packages $(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk (cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages) +symlinks: + ../scripts/feeds.sh $(CONFIG_SOURCE_FEEDS) -ifeq ($(MAKECMDGOALS),compile-targets) +ifeq ($(MAKECMDGOALS),compile) MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL) else .NOTPARALLEL: