buildit
changeset 585 c47acaf324fd
parent 493 f43507b5737d
child 599 c195ef96916e
equal deleted inserted replaced
584:adbca3bdff5a 585:c47acaf324fd
    32 # or other dealings in this Software without prior written authorization
    32 # or other dealings in this Software without prior written authorization
    33 # of the copyright holder.
    33 # of the copyright holder.
    34 #
    34 #
    35 ###########################################################################
    35 ###########################################################################
    36 #
    36 #
    37 # ident "@(#)buildit	1.4	08/08/08 SMI"
    37 # ident "@(#)buildit	1.5	08/11/10 SMI"
    38 #
    38 #
    39 
    39 
    40 MAKE_PKGS=0
    40 MAKE_PKGS=0
    41 
    41 
    42 set -- `getopt p $*`
    42 set -- `getopt p $*`
   101 echo "Finish time: "
   101 echo "Finish time: "
   102 date
   102 date
   103 perl -e '$runtime=time-$ARGV[0];printf("Runtime: %d:%02d\n", $runtime/3600, ($runtime%3600)/60); ' $START
   103 perl -e '$runtime=time-$ARGV[0];printf("Runtime: %d:%02d\n", $runtime/3600, ($runtime%3600)/60); ' $START
   104 
   104 
   105 if [ $MAKE_PKGS = 1 ] ; then
   105 if [ $MAKE_PKGS = 1 ] ; then
   106     PACKAGE_LIST=`cd packages && echo SUNW*`
   106     PACKAGE_LIST=`cd packages && echo SUNW* FSW*`
   107     export PACKAGE_LIST
   107     export PACKAGE_LIST
   108     chmod +x make_release_packages
   108     chmod +x make_release_packages
   109     mkdir packages/common_files
   109     mkdir packages/common_files
   110     ./make_release_packages
   110     ./make_release_packages
   111 fi
   111 fi