6829575: 100028: Debug information is incomplete or missing

Fri, 17 Apr 2009 15:37:20 +0100

author
aph
date
Fri, 17 Apr 2009 15:37:20 +0100
changeset 80
a942ea653d97
parent 71
ba12117a5e6c
child 81
f5ab6d6ae4b1

6829575: 100028: Debug information is incomplete or missing
Summary: Enable debugging in many places
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>

make/sanity-rules.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/sanity-rules.gmk	Thu Apr 16 11:22:36 2009 -0700
     1.2 +++ b/make/sanity-rules.gmk	Fri Apr 17 15:37:20 2009 +0100
     1.3 @@ -348,6 +348,8 @@
     1.4  ifeq ($(SPONSORS_SRC_AVAILABLE), true)
     1.5  	@$(ECHO) "   BUILD_SPONSORS = $(BUILD_SPONSORS) " >> $(MESSAGE_FILE)
     1.6  endif
     1.7 +	@$(ECHO) "   DEBUG_CLASSFILES = $(DEBUG_CLASSFILES) " >> $(MESSAGE_FILE)
     1.8 +	@$(ECHO) "   DEBUG_BINARIES = $(DEBUG_BINARIES) " >> $(MESSAGE_FILE)
     1.9  	@$(ECHO) "" >> $(MESSAGE_FILE)
    1.10  
    1.11  .PHONY: sanity settings pre-sanity insane \

mercurial