work around the remaining race condition in the tsc sched stuff
[openwrt.git] / openwrt / rules.mk
index 5cbad1e..3866ede 100644 (file)
@@ -3,7 +3,7 @@ SHELL=/bin/bash
 export SHELL
 
 ifeq ($(V),)
-V=99
+V=5
 endif
 
 
@@ -33,6 +33,9 @@ MAKE_TRACE:=
 EXTRA_MAKEFLAGS:=
 TRACE:=:
 PKG_TRACE:=:
+CMD_TRACE:=:
+START_TRACE:=:
+END_TRACE:=:
 endif
 
 MAKE1=make
This page took 0.022658 seconds and 4 git commands to generate.