git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9378 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -19,7 +19,9 @@ style () {
|
|||||||
echo "#include $qfile" >> style_$3.tmp
|
echo "#include $qfile" >> style_$3.tmp
|
||||||
done
|
done
|
||||||
if (test ! -e style_$3.tmp) then
|
if (test ! -e style_$3.tmp) then
|
||||||
if (test "`cat style_$3.h`" != "") then
|
if (test ! -e style_$3.h) then
|
||||||
|
touch style_$3.h
|
||||||
|
elif (test "`cat style_$3.h`" != "") then
|
||||||
rm -f style_$3.h
|
rm -f style_$3.h
|
||||||
touch style_$3.h
|
touch style_$3.h
|
||||||
rm -f Obj_*/$4.d
|
rm -f Obj_*/$4.d
|
||||||
@ -27,7 +29,7 @@ style () {
|
|||||||
rm -f Obj_*/$5.d
|
rm -f Obj_*/$5.d
|
||||||
fi
|
fi
|
||||||
rm -f Obj_*/lammps.d
|
rm -f Obj_*/lammps.d
|
||||||
fi
|
fi
|
||||||
elif (test ! -e style_$3.h) then
|
elif (test ! -e style_$3.h) then
|
||||||
mv style_$3.tmp style_$3.h
|
mv style_$3.tmp style_$3.h
|
||||||
rm -f Obj_*/$4.d
|
rm -f Obj_*/$4.d
|
||||||
|
|||||||
Reference in New Issue
Block a user