trivial changes

SVN-Revision: 5668
This commit is contained in:
Mike Baker
2006-11-28 20:12:48 +00:00
parent 64b7e4e4cf
commit 16edf83d62
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