Newer
Older
Import / applications / MakePDF / Security / intermediate / libtommath / tomsfastmath-master / junk / updatemakes.sh
@John Ryland John Ryland on 22 Dec 2020 262 bytes import NUC files
#!/bin/bash

bash genlist.sh > tmplist

perl filter.pl makefile tmplist
sed -e 's/ *$//' < tmp.delme > makefile
rm -f tmp.delme

perl filter.pl makefile.shared tmplist
sed -e 's/ *$//' < tmp.delme > makefile.shared
rm -f tmp.delme

rm -f tmplist
rm -f tmp.delme