Преглед изворни кода

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

SVN-Revision: 6951
Felix Fietkau пре 18 година
родитељ
комит
25fc88fe41
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      target/imagebuilder/files/Makefile

+ 1 - 0
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