export the IMAGEBUILDER variable so that makefiles can test for the image builder run

SVN-Revision: 6951
lede-17.01
Felix Fietkau 2007-04-15 09:53:04 +00:00
parent 5f4b17b53f
commit 25fc88fe41
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE) MAKE:=3>/dev/null $(MAKE)
endif endif
export IS_TTY=$(shell tty -s && echo 1 || echo 0) export IS_TTY=$(shell tty -s && echo 1 || echo 0)
export IMAGEBUILDER=1
# override variables from rules.mk # override variables from rules.mk
PACKAGE_DIR:=$(TOPDIR)/packages PACKAGE_DIR:=$(TOPDIR)/packages