diff options
author | mux <mux@FreeBSD.org> | 2002-10-01 12:12:45 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-10-01 12:12:45 +0000 |
commit | a7fdee892c88f9829bdc62d7e1cb31e5654ebb40 (patch) | |
tree | da3974b57f498734c21627487843d90e19fdbad6 /bin | |
parent | 2b33063d0129e681bab01e87ef4c16c7c964a401 (diff) | |
download | FreeBSD-src-a7fdee892c88f9829bdc62d7e1cb31e5654ebb40.zip FreeBSD-src-a7fdee892c88f9829bdc62d7e1cb31e5654ebb40.tar.gz |
It is now safe to remove WARNS=0 and WFORMAT=0.
Tested on: alpha, i386, sparc64
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index b707917..64eb0f0 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -21,8 +21,6 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: # CFLAGS+= -g -DDEBUG=2 -WARNS= 0 -WFORMAT=0 .PATH: ${.CURDIR}/bltin \ ${.CURDIR}/../../bin/test |