summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-10-12 19:24:41 +0000
committerobrien <obrien@FreeBSD.org>2010-10-12 19:24:41 +0000
commit93c40b656a3514a4a5fb40da5e5aad34a069af86 (patch)
treec279b9c140b12d7654250d454ae7950512f2401d /bin/sh/Makefile
parent59b6a24cb2f202f04630ba35fff442809d23952f (diff)
downloadFreeBSD-src-93c40b656a3514a4a5fb40da5e5aad34a069af86.zip
FreeBSD-src-93c40b656a3514a4a5fb40da5e5aad34a069af86.tar.gz
If DEBUG is 3 or greater, disable STATICization of functions.
Also correct the documented location of the trace file.
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index e3c25e1..ee732f9 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -21,7 +21,7 @@ LDADD= -ll -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}
# for debug:
-# CFLAGS+= -g -DDEBUG=2
+# CFLAGS+= -g -DDEBUG=3
WARNS?= 2
WFORMAT=0
OpenPOWER on IntegriCloud