projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use lock to remove race conditions in bringing up ppp and dhcp that would lead to...
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
26721a3
..
facebe6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,8
+18,13
@@
RELEASE:=Kamikaze
all: world
SHELL:=/usr/bin/env bash
+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
OPENWRTVERSION:=$(RELEASE)
ifneq ($(VERSION),)
This page took
0.027236 seconds
and
4
git commands to generate.