diff --git a/1k/build.ps1 b/1k/build.ps1 index 0941293935b6..2444681172ba 100644 --- a/1k/build.ps1 +++ b/1k/build.ps1 @@ -1762,6 +1762,7 @@ if (!$setupOnly) { &$config_cmd $CONFIG_ALL_OPTIONS -S $dm_dir -B $dm_build_dir | Out-Host ; Remove-Item $dm_build_dir -Recurse -Force $b1k.println("Finish dump compiler preprocessors") } + $b1k.println("Build Command: $config_cmd $CONFIG_ALL_OPTIONS -B $BUILD_DIR") &$config_cmd $CONFIG_ALL_OPTIONS -B $BUILD_DIR | Out-Host Set-Content $tempFile $hashValue -NoNewline }