perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Shouldn't `unibuild clean` be the same as `make clean` at top level dir? #27

Closed laeti-tia closed 1 year ago

laeti-tia commented 1 year ago

unibuild clean only clears the ${UNIBUILD_REPO_DIR} directory, but leaves alone anything in */unibuild-work/products/ so that a subsequent unbuild gather will try to collect multiple packages accumulating in */unibuild-work/products/

I think those should be removed as well ... and maybe the other tasks listed in the top-level Makefile clean target.

mfeit-internet2 commented 1 year ago

It should and now it does.