From: Felix Fietkau Date: Thu, 22 Oct 2009 01:36:04 +0000 (+0000) Subject: merge imagebuilder change from r18117 X-Git-Tag: 8.09.2~15 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=079818b43d55bc45f18caefcdddacf6ae61aa140;p=openwrt%2Fsvn-archive%2Fopenwrt.git merge imagebuilder change from r18117 SVN-Revision: 18118 --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index c30adf70d6..72cced8442 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -88,12 +88,7 @@ BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD),$(BUILD_PACKAGES)) BUILD_PACKAGES:=$(filter-out $(filter -%,$(BUILD_PACKAGES)) $(patsubst -%,%,$(filter -%,$(BUILD_PACKAGES))),$(BUILD_PACKAGES)) image: - if [ -z "$($(PROFILE)_NAME)" ]; then \ - echo Profile $(PROFILE) not found.; \ - echo 'Use "make info" to get a list of available target profiles'; \ - false; \ - fi - echo 'Building images for $(BOARD) - $($(PROFILE)_NAME)' + echo 'Building images for $(BOARD)$(if $($(PROFILE)_NAME), - $($(PROFILE)_NAME))' echo 'Packages: $(BUILD_PACKAGES)' echo rm -rf $(TARGET_DIR)