octave-maintainers
[Top][All Lists]
Advanced

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

Re: Problem with recent octave cvs snapshots


From: John W. Eaton
Subject: Re: Problem with recent octave cvs snapshots
Date: Thu, 12 May 2005 14:14:41 -0400

On 12-May-2005, I wrote:

| Index: src/Makefile.in
| ===================================================================
| RCS file: /cvs/octave/src/Makefile.in,v
| retrieving revision 1.378
| diff -u -r1.378 Makefile.in
| --- src/Makefile.in   2 May 2005 18:16:51 -0000       1.378
| +++ src/Makefile.in   12 May 2005 18:05:04 -0000
| @@ -545,9 +545,14 @@
|  
|  oct-gperf.h: octave.gperf
|       @echo "making $@ from $<"
| -     @$(GPERF) -t -C -D -G -L C++ -Z octave_kw_hash \
| -       $< | $(SED) 's,lookup\[,gperf_lookup[,' > address@hidden
| -     @$(top_srcdir)/move-if-change address@hidden $@
| +     @$(GPERF) -t -C -D -G -L C++ -Z octave_kw_hash $< > address@hidden \
| +       || (rm -f address@hidden; exit 1)
| +     @$(SED) 's,lookup\[,gperf_lookup[,' address@hidden > address@hidden || 
rm -f address@hidden
| +     @if [ -s address@hidden ]; then \

Oops, the previous line should be

| +     @if [ -s address@hidden ]; then \

jwe



reply via email to

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