Lines Matching full:clean
1053 my ($project, $clean, @extraOptions) = @_;
1055 if ($clean) {
1057 push(@extraOptions, "clean");
1065 my ($project, $clean) = @_;
1073 if ($clean) {
1074 $action = "/clean";
1121 return system $wafCommand, "clean", "distclean";
1182 my ($clean, @buildParams) = @_;
1209 # Use rm to clean the build directory since distclean may miss files
1210 if ($clean && -d $dir) {
1224 if ($clean) {
1253 my ($clean, @buildParams) = @_;
1333 if ($clean) {
1351 my ($project, $clean, @buildArgs) = @_;
1353 return buildQMakeProject($clean, @buildArgs);
1358 my ($project, $clean, @buildArgs) = @_;
1364 return buildAutotoolsProject($clean, @buildArgs);
1369 my ($dir, $target, $clean) = @_;
1371 if ($clean) {
1382 my ($projectPath, $clean) = @_;
1386 $action = "/clean" if $clean;
1409 my ($clean, @options) = @_;
1414 $result = buildXCodeProject("WebKit/chromium/WebKit", $clean, (@options));
1417 $result = buildChromiumVisualStudioProject("WebKit/chromium/WebKit.sln", $clean);
1420 $ result = buildChromiumMakefile("WebKit/chromium/", "all", $clean);