mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
export the IMAGEBUILDER variable so that makefiles can test for the image builder run
SVN-Revision: 6951
This commit is contained in:
parent
5f4b17b53f
commit
25fc88fe41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user