X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BeagleBoardPkg%2Fb.bat;h=7fa4ee691055431d13467b7c1ed296ef22a48f8f;hb=7a743a2c091b1fc3b941a8e6c7a1ed456ca201f0;hp=3643be3f4bc4e3e597e1b70817e21dcc3150bbf7;hpb=3aa4215f72528d6f2ac3fc5830c68d5105491d71;p=mirror_edk2.git diff --git a/BeagleBoardPkg/b.bat b/BeagleBoardPkg/b.bat index 3643be3f4b..7fa4ee6910 100755 --- a/BeagleBoardPkg/b.bat +++ b/BeagleBoardPkg/b.bat @@ -1,5 +1,5 @@ -@REM Copyright (c) 2008 - 2010, Apple, Inc. All rights reserved. -@REM All rights reserved. This program and the accompanying materials +@REM Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
+@REM This program and the accompanying materials @REM are licensed and made available under the terms and conditions of the BSD License @REM which accompanies this distribution. The full text of the license may be found at @REM http://opensource.org/licenses/bsd-license.php @@ -33,6 +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 /I "%1"=="CLEAN" goto Clean @@ -43,7 +44,7 @@ CALL build -p BeagleBoardPkg\BeagleBoardPkg.dsc -a ARM -t RVCT31 -b %TARGET% %1 @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 @@ -58,6 +59,7 @@ SET DEBUGGER_SCRIPT=..\Debugger_scripts ) cd .. +:Exit EXIT /B :Clean