* [PATCH] Vlv2TbltDevicePkg: Fix typo in script file
@ 2016-12-01 5:41 Guo, Mang
2016-12-12 6:21 ` Wei, David
0 siblings, 1 reply; 2+ messages in thread
From: Guo, Mang @ 2016-12-01 5:41 UTC (permalink / raw)
To: edk2-devel@lists.01.org; +Cc: You, Benjamin, Wei, David, Lu, ShifeiX A
To prevent output from being shown, output file should be 'nul', not 'null'
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
---
Vlv2TbltDevicePkg/bld_vlv.bat | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Vlv2TbltDevicePkg/bld_vlv.bat b/Vlv2TbltDevicePkg/bld_vlv.bat
index 547b2b1..0f797aa 100644
--- a/Vlv2TbltDevicePkg/bld_vlv.bat
+++ b/Vlv2TbltDevicePkg/bld_vlv.bat
@@ -1,7 +1,7 @@
@REM @file
@REM Windows batch file to build BIOS ROM
@REM
-@REM Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+@REM Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
@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
@@ -68,11 +68,11 @@ if /i "%~1"=="/l" (
if /i "%~1" == "/c" (
echo Removing previous build files ...
if exist build (
- del /f/s/q build > null
+ del /f/s/q build > nul
rmdir /s/q build
)
if exist conf\.cache (
- del /f/s/q conf\.cache > null
+ del /f/s/q conf\.cache > nul
rmdir /s/q conf\.cache
)
echo.
--
2.10.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Vlv2TbltDevicePkg: Fix typo in script file
2016-12-01 5:41 [PATCH] Vlv2TbltDevicePkg: Fix typo in script file Guo, Mang
@ 2016-12-12 6:21 ` Wei, David
0 siblings, 0 replies; 2+ messages in thread
From: Wei, David @ 2016-12-12 6:21 UTC (permalink / raw)
To: Guo, Mang, edk2-devel@lists.01.org; +Cc: You, Benjamin, Lu, ShifeiX A
Reviewed-by: David Wei <david.wei@intel.com>
Thanks,
David Wei
-----Original Message-----
From: Guo, Mang
Sent: Thursday, December 01, 2016 1:42 PM
To: edk2-devel@lists.01.org
Cc: You, Benjamin <benjamin.you@intel.com>; Wei, David <david.wei@intel.com>; Lu, ShifeiX A <shifeix.a.lu@intel.com>
Subject: [PATCH] Vlv2TbltDevicePkg: Fix typo in script file
To prevent output from being shown, output file should be 'nul', not 'null'
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
---
Vlv2TbltDevicePkg/bld_vlv.bat | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Vlv2TbltDevicePkg/bld_vlv.bat b/Vlv2TbltDevicePkg/bld_vlv.bat
index 547b2b1..0f797aa 100644
--- a/Vlv2TbltDevicePkg/bld_vlv.bat
+++ b/Vlv2TbltDevicePkg/bld_vlv.bat
@@ -1,7 +1,7 @@
@REM @file
@REM Windows batch file to build BIOS ROM
@REM
-@REM Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+@REM Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
@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
@@ -68,11 +68,11 @@ if /i "%~1"=="/l" (
if /i "%~1" == "/c" (
echo Removing previous build files ...
if exist build (
- del /f/s/q build > null
+ del /f/s/q build > nul
rmdir /s/q build
)
if exist conf\.cache (
- del /f/s/q conf\.cache > null
+ del /f/s/q conf\.cache > nul
rmdir /s/q conf\.cache
)
echo.
--
2.10.1.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-12 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-01 5:41 [PATCH] Vlv2TbltDevicePkg: Fix typo in script file Guo, Mang
2016-12-12 6:21 ` Wei, David
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox