projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing dependency
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
d6b1b7d
..
eed9335
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,10
+21,12
@@
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
export TOPDIR=${shell pwd}
export LC_ALL=C
export LANG=C
export TOPDIR=${shell pwd}
-include $(TOPDIR)/include/verbose.mk
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif
+export IS_TTY=$(shell tty -s && echo 1 || echo 0)
+
+include $(TOPDIR)/include/verbose.mk
OPENWRTVERSION:=$(RELEASE)
ifneq ($(VERSION),)
OPENWRTVERSION:=$(RELEASE)
ifneq ($(VERSION),)
@@
-37,11
+39,11
@@
else
endif
export OPENWRTVERSION
endif
export OPENWRTVERSION
-ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts
Makefil
e),tmp/.pkginfo)
+ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts
includ
e),tmp/.pkginfo)
tmp/.pkginfo: FORCE
endif
tmp/.pkginfo: FORCE
endif
-ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts
Makefil
e),tmp/.targetinfo)
+ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts
includ
e),tmp/.targetinfo)
tmp/.targetinfo: FORCE
endif
tmp/.targetinfo: FORCE
endif
This page took
0.022012 seconds
and
4
git commands to generate.