mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
Make script less verbose
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10148 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
45590862be
commit
61e299aa7c
@ -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.
|
@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
|
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
|
@if /I "%1"=="CLEAN" goto Clean
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ if ERRORLEVEL 1 goto Exit
|
|||||||
@REM point looks so strange.
|
@REM point looks so strange.
|
||||||
@REM OMAP 3430 TRM section 26.4.8 has Image header information. (missing in OMAP 3530 TRM)
|
@REM OMAP 3430 TRM section 26.4.8 has Image header information. (missing in OMAP 3530 TRM)
|
||||||
@REM
|
@REM
|
||||||
cd Tools
|
@cd Tools
|
||||||
|
|
||||||
ECHO Building tools...
|
ECHO Building tools...
|
||||||
CALL nmake
|
CALL nmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user