From: Felix Fietkau Date: Sun, 15 Apr 2007 09:53:04 +0000 (+0000) Subject: export the IMAGEBUILDER variable so that makefiles can test for the image builder run X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0a89240a903cd38e0c19e52da6306f2cf254d8ed;p=15.05%2Fopenwrt.git export the IMAGEBUILDER variable so that makefiles can test for the image builder run git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6951 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 8b386a33c6..0d997d6200 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -20,6 +20,7 @@ ifeq ($(KBUILD_VERBOSE),99) MAKE:=3>/dev/null $(MAKE) endif export IS_TTY=$(shell tty -s && echo 1 || echo 0) +export IMAGEBUILDER=1 # override variables from rules.mk PACKAGE_DIR:=$(TOPDIR)/packages