[xiph-cvs] cvs commit: win32sdk clean_all.bat

Chris Wolf cwolf at xiph.org
Sat Sep 15 00:03:07 PDT 2001



cwolf       01/09/15 00:03:07

  Modified:    .        clean_all.bat
  Log:
  Suppress spurious waring messages

Revision  Changes    Path
1.2       +3 -2      win32sdk/clean_all.bat

Index: clean_all.bat
===================================================================
RCS file: /usr/local/cvsroot/win32sdk/clean_all.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clean_all.bat	2001/09/13 19:55:00	1.1
+++ clean_all.bat	2001/09/15 07:03:06	1.2
@@ -1,5 +1,6 @@
+ at echo off
 rem
-rem $Id: clean_all.bat,v 1.1 2001/09/13 19:55:00 cwolf Exp $
+rem $Id: clean_all.bat,v 1.2 2001/09/15 07:03:06 cwolf Exp $
 rem Call the make clean targets in each respective modules' subdirectory
 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