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