Ignore:
Timestamp:
Mar 26, 2011, 8:39:20 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b22 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/hotspot/make/windows/create.bat

    r2 r278  
    11@echo off
    22REM
    3 REM Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3REM Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    44REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    55REM
     
    1818REM Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1919REM
    20 REM Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    21 REM CA 95054 USA or visit www.sun.com if you need additional information or
    22 REM have any questions.
     20REM Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
     21REM or visit www.oracle.com if you need additional information or have any
     22REM questions.
    2323REM 
    2424REM
     
    3636REM Since we don't have uname and we could be cross-compiling,
    3737REM Use the compiler to determine which ARCH we are building
     38REM
     39REM Note: Running this batch file from the Windows command shell requires
     40REM that "grep" be accessible on the PATH. An MKS install does this.
    3841REM
    3942cl 2>&1 | grep "IA-64" >NUL
Note: See TracChangeset for help on using the changeset viewer.