0N/A
0N/A# This file, when re-named to PrivateDefs.gmk will get included in the
0N/A# makefile definitions (before the ALT_ variables are read) so that you can
0N/A# override makefile settings permanently for a workspace.
0N/A# Use of this file will cause WARNING errors, repeatedly, for a reason.
0N/A#
0N/A# WARNING: Use with caution.
0N/A#
0N/A
0N/A# EXAMPLE: Testing a special build of hotspot
0N/A# (this is the build/solaris/export-solaris-sparc directory from doing
0N/A# a 'cd hotspot/make; gnumake' build)
0N/A#
0N/Aifeq ($(PLATFORM),solaris)
0N/A ifeq ($(ARCH),sparc)
0N/A ALT_HOTSPOT_IMPORT_PATH=$(JDK_TOPDIR)/../export-solaris-sparc
0N/A endif
0N/Aendif
0N/A