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

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

version 1.6, 2015/03/30 14:15:16 version 1.7, 2015/03/30 15:17:12
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']              cmdList = ['/usr/bin/make', 'globalhs', 'libdtgf.a', 'libinv2d.a', 'libpkbgn.a', 'libpkbgn360d.a', 'libprojection.a',]
             check_call(cmdList)             check_call(cmdList)
  
         cmdList = ['chgrp', '-Rh', 'jsoc', '.']         cmdList = ['chgrp', '-Rh', 'jsoc', '.']


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

Karen Tian
Powered by
ViewCVS 0.9.4