GNOME Bugzilla – Bug 400302
add support for module uninstalling
Last modified: 2009-05-16 13:44:44 UTC
I think this feature could be usefull.
+1 It would help keep things clean.
'jhbuild run --in-builddir module make uninstall' does the trick, isn't that enough for module uninstallation? Would you give more details on what would be needed here?
Ah! Never knew about that option. But, you'll have to manually run this command for each module that you are building. If a target was available like the existing 'clean', 'dist' and 'distcheck' targets, it would be a lot easier to do an uninstall during build.
I finally refactored the whole build steps part, and added an uninstall command along the way. commit 48b4c3cae51573a00a195751c0b23b4ac21e2b74 Author: Frederic Peters <fpeters@0d.be> Date: Tue May 5 17:18:55 2009 +0200 new uninstall command (GNOME #400302)