diff -r 867515b155b5 -r 909db04edd73 jdk/make/common/shared/Defs.gmk --- a/jdk/make/common/shared/Defs.gmk Wed Aug 06 15:02:15 2008 -0700 +++ b/jdk/make/common/shared/Defs.gmk Wed Aug 06 16:43:53 2008 -0700 @@ -279,9 +279,6 @@ PROMOTED_BUILD_BASEDIR = $(PROMOTED_RE_AREA)/$(PROMOTED_BUILD_LATEST) PROMOTED_BUILD_BINARIES = $(PROMOTED_BUILD_BASEDIR)/binaries -# OPT: Changes what the optimizations settings (in _OPT) -POPT = $(_OPT$(ALT_OPT))$(ALT_OPT) - # PARALLEL_COMPILE_JOBS: is the number of compiles done in parallel. # If the user sets ALT_PARALLEL_COMPILE_JOBS, then COMPILE_APPROACH is set # to parallel.