Commits on Source (3)
-
It's easier to setup CLEANFILES to $(NULL) at the top makefile and then always append to it whenever needed.
77892a3f -
This commit signal the mostlyclean and other dependant targets that it should clean the targets generated by cargo. We use a separate target name and add the dependency to mostlyclean-local so that we can still extend the known automake target. We also don't use CLEANFILES so that dependencies files are also removed when using `make mostlyclean-local-rust` to avoid a corrupted tree where the dependencies would not be removed but the target files they reference would not exist anymore.
3dca9e2e -
09c4e873