[xiph-cvs] cvs commit: win32sdk/sdk/build clean_all.bat
Chris Wolf
cwolf at xiph.org
Sat Oct 20 10:58:25 PDT 2001
cwolf 01/10/20 10:58:25
Modified: sdk/build clean_all.bat
Log:
Suppress expected error output.
Revision Changes Path
1.2 +3 -2 win32sdk/sdk/build/clean_all.bat
Index: clean_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/sdk/build/clean_all.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clean_all.bat 2001/09/14 01:53:24 1.1
+++ clean_all.bat 2001/10/20 17:58:24 1.2
@@ -1,5 +1,6 @@
+ at echo off
rem
-rem $Id: clean_all.bat,v 1.1 2001/09/14 01:53:24 cwolf Exp $
+rem $Id: clean_all.bat,v 1.2 2001/10/20 17:58:24 cwolf Exp $
rem Call the make clean targets for each example program target
rem
-call build_all.bat CLEAN
+call build_all.bat CLEAN 2> nul
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list