-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: infrastructure
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 03/20/2001
the name of the debug .tar file generated by building the 'binaries'
target is named:
JDK_DEBUG_BUNDLE_NAME = $(JDK_NAME)-debug-$(BUNDLE_VER)
but should be named:
JDK_DEBUG_BUNDLE_NAME = $(JDK_BUNDLE_NAME)-debug
to match the way it is distributed.
======================================================================