Ignore:
Timestamp:
Jun 17, 2010, 4:08:35 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Integrate Odin SDK to the compiler/linker definitions and require a valid path to it to be set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/Makefile

    r2 r27  
    106106UNICOWS_DLL_PATH.desc      = Directory containing unicows.dll
    107107UNICOWS_LIB_PATH.desc      = Directory containing unicows.lib
     108ODINSDK_PATH.desc          = Root directory of Odin32 SDK (OS/2)
    108109
    109110# Make variables to print out (description and value)
     
    151152    UNICOWS_DLL_PATH            \
    152153    UNICOWS_LIB_PATH
     154
     155endif
     156
     157# Some are OS/2 specific
     158ifeq ($(PLATFORM), os2)
     159
     160VARIABLE_PRINTVAL_LIST +=       \
     161    ODINSDK_PATH
     162
     163VARIABLE_CHECKDIR_LIST +=       \
     164    ODINSDK_PATH
    153165
    154166endif
     
    213225# 'all' target intro
    214226#
    215 all:: 
     227all::
    216228        @$(ECHO) $(PLATFORM) $(ARCH) $(RELEASE) build started: $(shell $(DATE) '+%y-%m-%d %H:%M')
    217229
     
    283295# workspace, and if it is a Teamware workspace, then see if there are
    284296# any files which are not under SCCS control.
    285 clean clobber:: 
     297clean clobber::
    286298ifndef EXTERNALSANITYCONTROL
    287299        @if [ -d $(TOPDIR)/Codemgr_wsdata ]; then \
Note: See TracChangeset for help on using the changeset viewer.