git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3760 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-01-29 20:24:50 +00:00
parent b747186dec
commit 85998ecca6
1 changed files with 2 additions and 0 deletions

View File

@ -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