Changeset 26


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

jdk/make: Escape the classpath separator that conflicts with the bash command separator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/shared/Platform.gmk

    r17 r26  
    408408  DEV_NULL = nul
    409409  # Classpath separator
    410   CLASSPATH_SEPARATOR = ;
     410  CLASSPATH_SEPARATOR = \;
    411411  # The suffix used for object file (.o for unix .obj for windows)
    412412  OBJECT_SUFFIX = obj
Note: See TracChangeset for help on using the changeset viewer.