git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12920 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -2057,9 +2057,11 @@ while 1:
|
|||||||
|
|
||||||
# write current Make.py command to src/Make.py.last
|
# write current Make.py command to src/Make.py.last
|
||||||
|
|
||||||
argstr = switch2str(switches,switch_order)
|
fp = open("%s/Make.py.last" % dir.src,'w')
|
||||||
open("%s/Make.py.last" % dir.src,'w').write(argstr + '\n')
|
print >>fp,"# last invoked Make.py command"
|
||||||
|
print >>fp,switch2str(switches,switch_order)
|
||||||
|
fp.close()
|
||||||
|
|
||||||
# if not redoflag, done
|
# if not redoflag, done
|
||||||
|
|
||||||
if not redoflag: break
|
if not redoflag: break
|
||||||
|
|||||||
Reference in New Issue
Block a user