source: trunk/openjdk/jdk/make/common/shared/PrivateDefs.gmk-example

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

File size: 613 bytes
Line 
1
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
Note: See TracBrowser for help on using the repository browser.