manual make clean since lpcxpresso -cleanBuild does not clean the correct configuration

This commit is contained in:
hathach
2014-04-22 12:13:14 +07:00
parent 6eba3585d2
commit 8f81aa6c72
10 changed files with 240 additions and 202 deletions

View File

@@ -96,7 +96,7 @@ if ($is_xpresso)
{
/([^\/]+)\/.cproject/;
my $log_file = "build_all_xpresso_" . $1 . ".txt";
my $build_cmd = "lpcxpressoc -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build $1 -data $workspace_dir > $log_file";
my $build_cmd = "lpcxpressoc -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild $1 -data $workspace_dir > $log_file";
cmd_execute($build_cmd);