Commit 4c7578ea authored by kevino@webkit.org's avatar kevino@webkit.org

[wx] Unreviewed build fix, run uninstall when cleaning to remove built files from WebKitBuild.


git-svn-id: svn://svn.chromium.org/blink/trunk@82885 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7f54642e
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.
......
......@@ -1332,7 +1332,7 @@ sub buildWafProject
chomp($wafCommand);
}
if ($shouldClean) {
return system $wafCommand, "clean", "distclean";
return system $wafCommand, "uninstall", "clean", "distclean";
}
return system $wafCommand, 'configure', 'build', 'install', @options;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment