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

Modified Files:
      Tag: MonetDB_1-20
        Makefile.msc 
Log Message:
We don't need UnxUtils for building anymore, as long as bison and flex are 
installed from the GnuWin32 project (and diffutils for testing).

Index: Makefile.msc
===================================================================
RCS file: /cvsroot/monetdb/buildtools/burg/Makefile.msc,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- Makefile.msc        16 Jul 2007 13:41:11 -0000      1.7
+++ Makefile.msc        11 Oct 2007 12:21:51 -0000      1.7.2.1
@@ -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