blob: 93f6a43fb4724ab93ac73594a595c2caba169fa5 [file] [log] [blame]
duke6e45e102007-12-01 00:00:00 +00001
2# This file, when re-named to PrivateDefs.gmk will get included in the
3# makefile definitions (before the ALT_ variables are read) so that you can
4# override makefile settings permanently for a workspace.
5# Use of this file will cause WARNING errors, repeatedly, for a reason.
6#
7# WARNING: Use with caution.
8#
9
10# EXAMPLE: Testing a special build of hotspot
11# (this is the build/solaris/export-solaris-sparc directory from doing
12# a 'cd hotspot/make; gnumake' build)
13#
14ifeq ($(PLATFORM),solaris)
15 ifeq ($(ARCH),sparc)
16 ALT_HOTSPOT_IMPORT_PATH=$(JDK_TOPDIR)/../export-solaris-sparc
17 endif
18endif
19