projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
separate stat/debug and needed tools for configuring wlan devices, saves some space...
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
fb963ab
..
3866ede
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-3,19
+3,25
@@
SHELL=/bin/bash
export SHELL
ifeq ($(V),)
export SHELL
ifeq ($(V),)
-V=
99
+V=
5
endif
ifneq ($(V),0)
TRACE:=echo "---> "
endif
ifneq ($(V),0)
TRACE:=echo "---> "
+START_TRACE:=echo -n "---> "
+END_TRACE:=echo
else
else
+START_TRACE:=:
+END_TRACE:=:
TRACE:=:
endif
ifeq (${shell [ "$(V)" -ge 5 ] && echo 1},)
TRACE:=:
endif
ifeq (${shell [ "$(V)" -ge 5 ] && echo 1},)
+CMD_TRACE:=:
PKG_TRACE:=:
else
PKG_TRACE:=:
else
+CMD_TRACE:=echo -n
PKG_TRACE:=echo "------> "
endif
PKG_TRACE:=echo "------> "
endif
@@
-27,6
+33,9
@@
MAKE_TRACE:=
EXTRA_MAKEFLAGS:=
TRACE:=:
PKG_TRACE:=:
EXTRA_MAKEFLAGS:=
TRACE:=:
PKG_TRACE:=:
+CMD_TRACE:=:
+START_TRACE:=:
+END_TRACE:=:
endif
MAKE1=make
endif
MAKE1=make
This page took
0.019323 seconds
and
4
git commands to generate.