Update of /cvsroot/monetdb/buildtools/burg
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32556/burg

Modified Files:
        Makefile.msc 
Log Message:
propagated changes of Wednesday Oct 10 2007 - Friday Oct 12 2007
from the MonetDB_1-20 branch to the development trunk


Index: Makefile.msc
===================================================================
RCS file: /cvsroot/monetdb/buildtools/burg/Makefile.msc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.msc        16 Jul 2007 13:41:11 -0000      1.7
+++ Makefile.msc        12 Oct 2007 07:48:59 -0000      1.8
@@ -30,7 +30,8 @@
 MKDIR=mkdir
 MT=mt
 DEL=del
-FILTER=grep -v
+FILTER=findstr /v /l
+FILTERPREF=/c:
 YACC=bison -b y -y
 YFLAGS=-d
 
@@ -66,4 +67,4 @@
 
 gram.c: gram.y
        $(YACC) $(YFLAGS) gram.y
-        $(FILTER) "    ;" y.tab.c > gram.c
+        $(FILTER) $(FILTERPREF)"    ;" y.tab.c > gram.c


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to