(file) Return to buildprod.py CVS log (file) (dir) Up to [Development] / JSOC / build

Diff for /JSOC/build/buildprod.py between version 1.7 and 1.8

version 1.7, 2015/03/30 15:17:12 version 1.8, 2015/03/30 17:53:50
Line 95  try:
Line 95  try:
         cmdList = ['/usr/bin/make', 'dsds']         cmdList = ['/usr/bin/make', 'dsds']
         check_call(cmdList)         check_call(cmdList)
         if optD['full']:         if optD['full']:
             cmdList = ['/usr/bin/make', 'globalhs', 'libdtgf.a', 'libinv2d.a', 'libpkbgn.a', 'libpkbgn360d.a', 'libprojection.a',]              cmdList = ['/usr/bin/make', 'globalhs',]
             check_call(cmdList)             check_call(cmdList)
  
         cmdList = ['chgrp', '-Rh', 'jsoc', '.']         cmdList = ['chgrp', '-Rh', 'jsoc', '.']


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Karen Tian
Powered by
ViewCVS 0.9.4