trim trailing spaces in mpi.c
This commit is contained in:
parent
f7e7f83718
commit
24ef85f9e9
3
makefile
3
makefile
@ -181,7 +181,8 @@ clean:
|
||||
.PHONY: pre_gen
|
||||
pre_gen:
|
||||
perl gen.pl
|
||||
mv mpi.c pre_gen/
|
||||
sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c
|
||||
rm mpi.c
|
||||
|
||||
zipup:
|
||||
rm -rf ../tomsfastmath-$(VERSION) && rm -f ../tfm-$(VERSION).zip ../tfm-$(VERSION).tar.bz2 && \
|
||||
|
1318
pre_gen/mpi.c
1318
pre_gen/mpi.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user