[ofw] etc\clean-build.bat mods to support Window 7
Smith, Stan
stan.smith at intel.com
Tue Mar 24 16:21:22 PDT 2009
Signed off by stan.smith at intel.com
diff U3 C:/Documents and Settings/scsmith/Local Settings/Temp/clean-build.bat-revBASE.svn000.tmp.bat C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/etc/clean-build.bat
--- C:/Documents and Settings/scsmith/Local Settings/Temp/clean-build.bat-revBASE.svn000.tmp.bat Tue Mar 24 16:18:55 2009
+++ C:/Documents and Settings/scsmith/My Documents/openIB-windows/SVN/gen1/trunk/etc/clean-build.bat Tue Mar 24 10:08:27 2009
@@ -1,8 +1,9 @@
@echo off
setlocal
-rem usage: clean-build {scan}
-rem no args - remove build specific folders & files: *_wxp_* *_wnet_* *_wlh_*
+rem usage: clean-build {scan-only}
+rem no args - remove build specific folders & files:
+rem *_win7_* *_wxp_* *_wnet_* *_wlh_*
rem arg1 != "" - then report matched folders & files - no delete.
set T=%TEMP%\flist.txt
@@ -17,7 +18,7 @@
rem check/remove directories
-for %%d in ( _wlh_ _wnet_ _wxp_ ) do (
+for %%d in ( _win7_ _wlh_ _wnet_ _wxp_ ) do (
echo Folder Scan for *%%d*
dir /B /S /A:D *%%d* > %T% 2>&1
if ERRORLEVEL 1 (
@@ -38,7 +39,7 @@
rem check/remove files
-for %%d in ( _wlh_ _wxp_ _wnet_ ) do (
+for %%d in ( _win7_ _wlh_ _wxp_ _wnet_ ) do (
echo File Scan for *%%d*
dir /B /S *%%d* > %T% 2>&1
if ERRORLEVEL 1 (
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clean-build.bat.patch
Type: application/octet-stream
Size: 1284 bytes
Desc: clean-build.bat.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20090324/d9b94b44/attachment.obj>
More information about the ofw
mailing list