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-Tag: reboot~29446 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=25fc88fe41aaed42239def80921450e25c20fbd7;p=openwrt%2Fopenwrt.git export the IMAGEBUILDER variable so that makefiles can test for the image builder run SVN-Revision: 6951 --- 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