jdk/make/common/shared/Defs.gmk
Print this page
*** 565,575 ****
_outputdir_error:=$(error "ERROR: ABS_OUTPUTDIR '$(ABS_OUTPUTDIR)' is not the same directory as OUTPUTDIR '$(OUTPUTDIR)', '$(_dir1)'!='$(_dir2)'")
endif
# Bin directory
# NOTE: ISA_DIR is usually empty, on Solaris it might be /sparcv9 or /amd64
! BINDIR = $(OUTPUTDIR)/bin$(ISA_DIR)
# JDK_HOST_PATH: the default location of the latest JDK that can run
# on the host system and supports the target class file version
# generated in this JDK build. This variable should only be
# used after the launchers are built (i.e. make/launchers).
--- 565,577 ----
_outputdir_error:=$(error "ERROR: ABS_OUTPUTDIR '$(ABS_OUTPUTDIR)' is not the same directory as OUTPUTDIR '$(OUTPUTDIR)', '$(_dir1)'!='$(_dir2)'")
endif
# Bin directory
# NOTE: ISA_DIR is usually empty, on Solaris it might be /sparcv9 or /amd64
! ## Temporarily remove for Modules Solaris 64bit only build
! #BINDIR = $(OUTPUTDIR)/bin$(ISA_DIR)
! BINDIR = $(OUTPUTDIR)/bin
# JDK_HOST_PATH: the default location of the latest JDK that can run
# on the host system and supports the target class file version
# generated in this JDK build. This variable should only be
# used after the launchers are built (i.e. make/launchers).