projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove automounting script for block devices - it's causing more problems than it...
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
0297dfa
..
2a5180c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,9
+21,6
@@
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
export TOPDIR=${CURDIR}
-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
This page took
0.026709 seconds
and
4
git commands to generate.