trivial changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5668 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2006-11-28 20:12:48 +00:00
parent 5cd910510b
commit 1a9e1bf731
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ all: world
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
export TOPDIR=${shell pwd}
export TOPDIR=${CURDIR}
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif