# HG changeset patch # User aph # Date 1240250495 -3600 # Node ID 321854d9ab19bee81c2fa363655ca44dfdc48b61 # Parent 4b72c255678906c9aa1f95d706765a452a3d1963 6832141: Bug 100045 - Fix for 100028 breaks debug info for class files Summary: Correct fallout from 100028 patch Reviewed-by: ohair Contributed-by: Andrew Haley diff -r 4b72c2556789 -r 321854d9ab19 make/Makefile --- a/make/Makefile Fri Apr 17 15:56:31 2009 +0100 +++ b/make/Makefile Mon Apr 20 19:01:35 2009 +0100 @@ -108,9 +108,6 @@ ifeq ($(DEBUG_CLASSFILES), true) ANT_OPTIONS += -Djavac.debug=true ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars -else - ANT_OPTIONS += -Djavac.debug=false - ANT_OPTIONS += -Djavac.debuglevel= endif # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)