United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6592473 Fix jdk6 JPRT control builds
6592473 : Fix jdk6 JPRT control builds

Details
Type:
Bug
Submit Date:
2007-08-14
Status:
Resolved
Updated Date:
2011-01-06
Project Name:
JDK
Resolved Date:
2007-08-16
Component:
infrastructure
OS:
generic
Sub-Component:
build
CPU:
generic
Priority:
P2
Resolution:
Fixed
Affected Versions:
6
Fixed Versions:
6u4

Related Reports

Sub Tasks

Description
The control JPRT configuration files need some minor changes.

1. debug and fastdebug builds fail

2. deploy and install files are not build for the product build

                                    

Comments
EVALUATION

See suggested fix.
                                     
2007-08-14
SUGGESTED FIX

######### File: ./make/Makefile
######### (cd ./make && sccs diffs  -w -s -b Makefile)

------- Makefile -------
84c84
<       $(MAKE) setup build
---
>       $(MAKE) SKIP_DEBUG_BUILD=true SKIP_FASTDEBUG_BUILD=true all
 
######### File: ./make/jprt.gmk
######### (cd ./make && sccs diffs  -w -s -b jprt.gmk)

------- jprt.gmk -------
21c21
<       ( $(CD) $(OUTPUTDIR)-$(DEBUG_NAME)/j2sdk-image && \
---
>       ( $(CD) $(OUTPUTDIR)-fastdebug/j2sdk-image && \
25c25
<       ( $(CD) $(OUTPUTDIR)-$(DEBUG_NAME)/j2sdk-image && \
---
>       ( $(CD) $(OUTPUTDIR)-debug/j2sdk-image && \
                                     
2007-08-14



Hardware and Software, Engineered to Work Together