gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] enable dfa


From: Teun Burgers
Subject: Re: [gnugo-devel] enable dfa
Date: Fri, 16 Nov 2001 20:03:20 +0100

Teun Burgers wrote:

> touching the owl*.db files (or source files in general)
> is not a good idea in my opinion. I prefer removing the patterns/owl*.c
> files.

This patch does just that.

Teun

Index: configure.in
===================================================================
RCS file: /cvsroot/gnugo/gnugo/configure.in,v
retrieving revision 1.21
diff -u -r1.21 configure.in
--- configure.in        2001/11/15 23:54:48     1.21
+++ configure.in        2001/11/16 19:02:23
@@ -305,8 +305,12 @@

 AM_CONDITIONAL(DFA_ENABLED, test "$enable_dfa" = "yes")

+dnl FIXME: Is there a more elegant approach for this?
 dnl force owl c files rebuild
-touch patterns/owl*.db
+rm -f \
+       patterns/owl_attackpat.c \
+       patterns/owl_defendpat.c \
+       patterns/owl_vital_apat.c


 dnl ------------ gnugo_path -------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]