diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-02 00:05:24 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-02 00:05:24 +0000 |
commit | 61e299aa7c6bb55ec4012e2a4417e564c46f6489 (patch) | |
tree | 26bf62055d53edc1d129b9ae53dd8c86565096fd /BeagleBoardPkg | |
parent | 45590862bef494f0bd662ec48310843842eb9511 (diff) | |
download | edk2-platforms-61e299aa7c6bb55ec4012e2a4417e564c46f6489.tar.xz |
Make script less verbose
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10148 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rwxr-xr-x | BeagleBoardPkg/b.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BeagleBoardPkg/b.bat b/BeagleBoardPkg/b.bat index ab88c77d86..2e4b355000 100755 --- a/BeagleBoardPkg/b.bat +++ b/BeagleBoardPkg/b.bat @@ -33,7 +33,7 @@ SET BUILD_ROOT=%WORKSPACE%\Build\BeagleBoard\%TARGET%_%TARGET_TOOLS% @REM Build the Beagle Board firmware and creat an FD (FLASH Device) Image. CALL build -p BeagleBoardPkg\BeagleBoardPkg.dsc -a ARM -t RVCT31 -b %TARGET% %1 %2 %3 %4 %5 %6 %7 %8 -if ERRORLEVEL 1 goto Exit +@if ERRORLEVEL 1 goto Exit @if /I "%1"=="CLEAN" goto Clean
@@ -44,7 +44,7 @@ if ERRORLEVEL 1 goto Exit @REM point looks so strange. @REM OMAP 3430 TRM section 26.4.8 has Image header information. (missing in OMAP 3530 TRM) @REM -cd Tools +@cd Tools ECHO Building tools... CALL nmake |