forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3760 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b747186dec
commit
85998ecca6
|
@ -4,6 +4,7 @@
|
|||
# sh Make.sh Makefile.list
|
||||
|
||||
# function to create one style_*.h file
|
||||
# return 0 so will not kill make if last rm command is a no-op
|
||||
|
||||
style () {
|
||||
list=`grep -l $1 $2*.h`
|
||||
|
@ -26,6 +27,7 @@ style () {
|
|||
else
|
||||
rm style_$3.tmp
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
# create individual style files
|
||||
|
|
Loading…
Reference in New Issue