Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fix #235 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramesh Babu committed May 17, 2018
1 parent 424f86f commit bab0f1a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Tools/LaunchTool.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ REM Change to Working directory
cd /D %IOTADK_ROOT%\Tools
call setOEM.cmd
doskey /macrofile=alias.txt
set IOT_ADDON_VERSION=4.3
set IOT_ADDON_VERSION=4.4

echo IOTADK_ROOT : %IOTADK_ROOT%
echo ADK_VERSION : %ADK_VERSION%
Expand Down
3 changes: 0 additions & 3 deletions Tools/buildpkg.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ if /I [%1] == [All] (
if exist %PKGLOG_DIR%\packagelist.txt ( del %PKGLOG_DIR%\packagelist.txt )
if exist %PKGLOG_DIR%\packagedir.txt ( del %PKGLOG_DIR%\packagedir.txt )

del %TMP%\* /S /Q >nul
for /d %%x in (%TMP%\*) do @rd /s /q "%%x"

endlocal
popd
exit /b
Expand Down
3 changes: 0 additions & 3 deletions Tools/createimage.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,5 @@ echo "CreateImage %1 %2" failed with error %ERRORLEVEL%
exit /b 1

:End
del %TMP%\* /S /Q >nul
for /d %%x in (%TMP%\*) do @rd /s /q "%%x"

endlocal
exit /b 0
4 changes: 1 addition & 3 deletions Tools/setenv.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ set BLD_DIR=%IOTADK_ROOT%\Build\%BSP_ARCH%
set PKGBLD_DIR=%BLD_DIR%\pkgs
set PKGLOG_DIR=%PKGBLD_DIR%\logs
set TOOLS_DIR=%IOTADK_ROOT%\Tools
set TMP=%BLD_DIR%\Temp
set TEMP=%BLD_DIR%\Temp
if not exist %TMP% ( mkdir %TMP% )


REM Set the location of the BSP packages, currently set to the build folder. Override this to point to actual location.
if not defined BSPPKG_DIR (
Expand Down

0 comments on commit bab0f1a

Please sign in to comment.