JDK_DEBUG_IMAGE_DIR

2008-05-17 Thread Martin Buchholz
The only reference to JDK_DEBUG_IMAGE_DIR in the jdk workspace is ./make/common/Release.gmk:1239: $(RM) -r $(JDK_DEBUG_IMAGE_DIR) This variable is defined nowhere. As a result, "make images-clobber" runs the command rm -f -r This is Mostly Harmless, but what would happen if a user h

Re: JDK_DEBUG_IMAGE_DIR

2008-05-17 Thread Tim Bell
Martin Buchholz wrote: The only reference to JDK_DEBUG_IMAGE_DIR in the jdk workspace is ./make/common/Release.gmk:1239: $(RM) -r $(JDK_DEBUG_IMAGE_DIR) This variable is defined nowhere. Thanks, Martin. I filed bug-ID 6704165 with the contents of this email. In a day or two the information