svn commit: r214104 - stable/8/bin/sh

David E. O'Brien obrien at FreeBSD.org
Wed Oct 20 07:54:44 UTC 2010


Author: obrien
Date: Wed Oct 20 07:54:43 2010
New Revision: 214104
URL: http://svn.freebsd.org/changeset/base/214104

Log:
  MFC:
    r213774: DEBUG_FLAGS should be used to enable extra debugging rather than
             frobbing CFLAGS directly.
    r213798: do not inline static functions if debugging

Modified:
  stable/8/bin/sh/Makefile
Directory Properties:
  stable/8/bin/sh/   (props changed)

Modified: stable/8/bin/sh/Makefile
==============================================================================
--- stable/8/bin/sh/Makefile	Wed Oct 20 07:54:27 2010	(r214103)
+++ stable/8/bin/sh/Makefile	Wed Oct 20 07:54:43 2010	(r214104)
@@ -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
+# DEBUG_FLAGS+= -g -DDEBUG=2 -fno-inline
 WARNS?=	2
 WFORMAT=0
 


More information about the svn-src-all mailing list