Changeset 278 for trunk/openjdk/hotspot/make/windows/create.bat
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/hotspot/make/windows/create.bat
r2 r278 1 1 @echo off 2 2 REM 3 REM Copyright 1999-2009 Sun Microsystems, Inc. All Rights Reserved.3 REM Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved. 4 4 REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 5 REM … … 18 18 REM Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 19 19 REM 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 or22 REM have anyquestions.20 REM Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 21 REM or visit www.oracle.com if you need additional information or have any 22 REM questions. 23 23 REM 24 24 REM … … 36 36 REM Since we don't have uname and we could be cross-compiling, 37 37 REM Use the compiler to determine which ARCH we are building 38 REM 39 REM Note: Running this batch file from the Windows command shell requires 40 REM that "grep" be accessible on the PATH. An MKS install does this. 38 41 REM 39 42 cl 2>&1 | grep "IA-64" >NUL
Note:
See TracChangeset
for help on using the changeset viewer.