diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-18 01:53:07 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-18 01:53:07 +0000 |
| commit | 78a5dd56cdc5f4f6c10a314181d42bb4e5c42d87 (patch) | |
| tree | abc75b39854d7fe9b937087fa00396ee0fe7f27c /bin | |
| parent | 62cd82ec24951e4c15720844741c6491e7c3a1d8 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 9baa955ef0e6..337264b54b0c 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -22,7 +22,7 @@ LFLAGS= -8 # 8-bit lex scanner for arithmetic CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: # CFLAGS+= -g -DDEBUG=2 -WARNS?= 3 +WARNS?= 2 WFORMAT=0 .PATH: ${.CURDIR}/bltin \ |
