Print this page
10051 cw(1) shouldn't have to translate -g

@@ -17,22 +17,19 @@
 # fields enclosed by brackets "[]" replaced with your own identifying
 # information: Portions Copyright [yyyy] [name of copyright owner]
 #
 # CDDL HEADER END
 #
-#
-# ident "%Z%%M% %I%     %E% SMI"
+
 #
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# cmd/backup/Makefile.targ
-#
 
 # support for debugging
 debug:=         DUMPLIB= libdump_g.a
-debug:=         CFLAGS= -g $(XESS) -DDEBUG -DFDEBUG -DTDEBUG ${SBFLAGS}
+debug:=         CFLAGS= $(CCGDEBUG) $(XESS) -DDEBUG -DFDEBUG -DTDEBUG ${SBFLAGS}
 CFLAGS +=       $(XSTRCONST)
 DEBUGDIR=       .debug
 DEBUGOBJS=      $(OBJECTS:%=$(DEBUGDIR)/%)
 DEBUGPRODUCTS=  $(UFSDEBUGPRODUCT)
 UFSDEBUGPRODUCT= $(PRODUCT:%=%_g)