--- old/make/solaris/build.sh 2013-04-05 23:43:54.000000000 -0400 +++ new/make/solaris/build.sh 2013-04-05 23:43:54.000000000 -0400 @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -20,7 +20,7 @@ # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. -# +# # # Make sure the variable JAVA_HOME is set before running this script. @@ -39,11 +39,9 @@ echo " -sbfast ::= enable source browser info generation for" echo " all configs without compilation" echo "" - echo " config ::= debug | debug1 | debugcore" - echo " fastdebug | fastdebug1 | fastdebugcore" - echo " jvmg | jvmg1 | jvmgcore" + echo " config ::= fastdebug | fastdebug1 | fastdebugcore" + echo " debug | debug1 | debugcore" echo " optimized | optimized1 | optimizedcore" - echo " profiled | profiled1 | profiledcore" echo " product | product1 | productcore" echo "" echo " ws_path ::= path to HotSpot workspace" @@ -53,7 +51,7 @@ # extract possible options options="" -if [ $# -gt 2 ]; then +if [ $# -gt 2 ]; then case "$1" in -sb) options="CFLAGS_BROWSE=-xsb" @@ -71,7 +69,7 @@ fi # should be just two args left at this point -if [ $# != 2 ]; then +if [ $# != 2 ]; then usage fi