git-svn-id: https://svn.webkit.org/repository/webkit/trunk@82885
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-04 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed build fix, run uninstall when cleaning to remove built files
+ from WebKitBuild.
+
+ * Scripts/webkitdirs.pm:
+
2011-04-04 Martin Robinson <mrobinson@igalia.com>
Reviewed by Gustavo Noronha Silva.
chomp($wafCommand);
}
if ($shouldClean) {
- return system $wafCommand, "clean", "distclean";
+ return system $wafCommand, "uninstall", "clean", "distclean";
}
return system $wafCommand, 'configure', 'build', 'install', @options;