From: Felix Fietkau Date: Mon, 16 Jul 2007 00:42:19 +0000 (+0000) Subject: don't run the image prereq check if the image directory does not exist X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f9838d5f9602dd4dfef9baaeb3912c5121f9acc;p=librecmc%2Flibrecmc.git don't run the image prereq check if the image directory does not exist SVN-Revision: 7988 --- diff --git a/target/Makefile b/target/Makefile index a3b15b2659..4885ab98d3 100644 --- a/target/Makefile +++ b/target/Makefile @@ -33,7 +33,7 @@ clean: linux-clean sdk-clean imagebuilder-clean image_clean prereq: FORCE $(MAKE) -C linux/$(BOARD)-$(KERNEL) prereq - $(MAKE) -C $(IMAGE_DIR) prereq + [ \! -f $(IMAGE_DIR)/Makefile ] || $(MAKE) -C $(IMAGE_DIR) prereq sdk_install: FORCE $(MAKE) -C sdk install