From 351d0d4b07fe39e6fad5d14fc18f176298a96143 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Jan 2007 23:37:40 +0000 Subject: Fix config checks for Image Builder and SDK - only build them when requested. Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. SVN-Revision: 6102 --- package/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index eafd8cb..cd4304e 100644 --- a/package/Makefile +++ b/package/Makefile @@ -50,7 +50,9 @@ prereq: $(PREREQ_PACKAGES) download: $(DOWNLOAD_PACKAGES) compile-targets: $(COMPILE_PACKAGES) compile: + @-rm -f $(PACKAGE_DIR)/*.ipk $(MAKE) compile-targets + install-targets: $(INSTALL_PACKAGES) install: rm -rf $(BUILD_DIR)/root -- cgit v1.1