AdaCore / gprbuild

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems.
Other
65 stars 21 forks source link

Gprclean doesn't support -vPx #147

Open simonjwright opened 4 months ago

simonjwright commented 4 months ago

The GPRBuild Companion Tools documentation, and the runtime help, both say that gprclean should accept -vPx (the runtime help doesn't say what 'x' should be!)

This doesn't work, because of this:

            elsif In_Package_Clean then
               Bad_Switch;

(looking at In_Package_Clean, it seems to mean "we are dealing with an actual project, not the default one" - in which case it would be nice to be able to see verbose reports of the processing).