HPCE / hpce-2017-cw6

2 stars 17 forks source link

Initial build warns about removing non-existing library #15

Closed sperretta closed 6 years ago

sperretta commented 6 years ago

When first running make, the lib/*.a targets complain about not being able to remove the static libraries, for example:

rm: cannot remove 'lib/mylib.a': No such file or directory

This could be suppressed by passing -f to rm.

m8pple commented 6 years ago

Thanks, I hadn't noticed that on fresh clones and checkouts.

I'll modify as suggested.