From 61e299aa7c6bb55ec4012e2a4417e564c46f6489 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 2 Mar 2010 00:05:24 +0000 Subject: Make script less verbose git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10148 6f19259b-4bc3-4df7-8a09-765794883524 --- BeagleBoardPkg/b.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BeagleBoardPkg') 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 -- cgit v1.2.3