gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] [patch] doc/Makefile.am


From: Thien-Thi Nguyen
Subject: [gnugo-devel] [patch] doc/Makefile.am
Date: Thu, 14 Nov 2002 18:37:04 -0800

2002-11-14  Thien-Thi Nguyen  <address@hidden>

        * doc/Makefile.am (gtp-commands.texi): Use cat(1) instead
        of cp(1) to avoid losing when gtp-commands.sed is read-only.

btw, i notice gtp-commands.texi is now in cvs -- perhaps it is better to
omit it from cvs since it is a generated file.

thi

___________________________________________________________
cd /home/ttn/build/GNU/gnugo/doc/
cvs diff -u Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gnugo/gnugo/doc/Makefile.am,v
retrieving revision 1.5
diff -u -p -w -u -r1.5 Makefile.am
--- Makefile.am 12 Nov 2002 04:50:47 -0000      1.5
+++ Makefile.am 15 Nov 2002 02:40:38 -0000
@@ -36,7 +36,7 @@ BUILT_SOURCES = gtp-commands.texi
 cmdsrc = $(srcdir)/../interface/play_gtp.c
 
 gtp-commands.texi: $(cmdsrc)
-       cp $(srcdir)/gtp-commands.sed TMP.sed
+       cat $(srcdir)/gtp-commands.sed > TMP.sed
        sed -e '/static struct gtp_command commands/,/^}/!d'            \
            -e '/^ /!d' -e '/NULL/d'                                    \
            -e 's/ *{"\(.*\)"[^a-z]*\(gtp_[a-z_]*\)}.*/s,\2,\1,g/'      \

Compilation exited abnormally with code 1 at Thu Nov 14 18:34:51




reply via email to

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