tomsfastmath/updatemakes.sh

13 lines
200 B
Bash
Raw Normal View History

2007-03-14 18:58:46 +01:00
#!/bin/bash
bash genlist.sh > tmplist
perl filter.pl makefile tmplist
mv -f tmp.delme makefile
perl filter.pl makefile.shared tmplist
mv -f tmp.delme makefile.shared
rm -f tmplist
rm -f tmp.delme