open-power/snap

Action software.mk clean modification

Closed this issue · 4 comments

Hi CAPI-SNAP developers,

Would it be possible to modify the software.mk clean?

Currently, clean is only removing object files in the same directory because of *.o argument.

However, my sw directory has several sub-directories inside and I'd like all object files inside them to be removed as well.

It would be nice if some statements in software.mk can be modified like *.o -> $($(projs)_objs).

Thanks in advance.

Sure. Please propose some code doing a pull request and we will integrate it after regression tests. This is a community work and we are happy to get all contributions.
Thanks for improving the code.

Code is in pull request #894

Code merged. Can we close this issue?
Thanks for improving the code

Yes indeed. Thank you also.