projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4b17b
)
export the IMAGEBUILDER variable so that makefiles can test for the image builder run
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 09:53:04 +0000
(09:53 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Apr 2007 09:53:04 +0000
(09:53 +0000)
SVN-Revision: 6951
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index 8b386a33c6c6e49f89bb4f7a5569e66f1db4d445..0d997d62002cf7404c57e2ba91d747f2c051b37e 100644
(file)
--- 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