make/solaris/build.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/solaris/build.sh	Fri Apr  5 23:43:54 2013
--- new/make/solaris/build.sh	Fri Apr  5 23:43:54 2013

*** 1,8 **** --- 1,8 ---- #! /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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 37,51 **** --- 37,49 ---- echo " all configs during compilation" echo "" 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" ) >&2 exit 1

make/solaris/build.sh
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File