[BACK]Return to build.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/build.sh between version 1.92 and 1.93

version 1.92, 2003/02/18 23:59:06 version 1.93, 2003/03/04 02:20:28
Line 802  main()
Line 802  main()
 {  {
         initdefaults          initdefaults
         parseoptions "$@"          parseoptions "$@"
   
           build_start=$(date)
           echo "===> ${progname} command: $0 $@"
           echo "===> ${progname} started: $build_start"
   
         rebuildmake          rebuildmake
         validatemakeparams          validatemakeparams
         createmakewrapper          createmakewrapper
Line 845  main()
Line 850  main()
   
                 esac                  esac
         done          done
 }  
   
 build_start=$(date)          echo "===> ${progname} started: $build_start"
 echo "===> ${progname} command: $0 $@"          echo "===> ${progname} ended:   $(date)"
 echo "===> ${progname} started: $build_start"  }
   
 main "$@"  main "$@"
   
 echo "===> ${progname} started: $build_start"  
 echo "===> ${progname} ended:   $(date)"  

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

CVSweb <webmaster@jp.NetBSD.org>