Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6717575
Votes 0
Synopsis Make sanity prints duplicated BUILD_JDK messages
Category java:build
Reported Against
Release Fixed 6-open(b11)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 20-JUN-2008
Description
Make sanity prints duplicated BUILD_JDK messages stemming from the repeated lines:

ifeq ($(JDK_SRC_AVAILABLE), true)
	@$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
endif
ifeq ($(JDK_SRC_AVAILABLE), true)
	@$(ECHO) "   BUILD_JDK    = $(BUILD_JDK) " >> $(MESSAGE_FILE)
endif
Posted Date : 2008-06-20 22:09:20.0
Work Around
N/A
Evaluation
Remove one set of lines.
Posted Date : 2008-06-20 22:09:20.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang