Re: v7.2 rolled last night ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Denis Perchine <dyp(at)perchine(dot)com>
Cc: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: v7.2 rolled last night ...
Date: 2002-02-05 22:34:48
Message-ID: Pine.LNX.4.30.0202051733200.684-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Denis Perchine writes:

> [ec(at)linux03 postgresql-7.2]$ make -j 2
> make -C doc all
> make[1]: Entering directory `/home/ec/1/postgresql-7.2/doc'
> gzip -d -c man.tar.gz | /bin/tar xf -
> gzip -d -c man.tar.gz | /bin/tar xf -
> for file in man1/*.1; do \
> mv $file $file.bak && \
> sed -e 's/\\fR(l)/\\fR(7)/' $file.bak >$file && \
> rm $file.bak || exit; \
> done
> for file in man1/*.1; do \
> mv $file $file.bak && \
> sed -e 's/\\fR(l)/\\fR(7)/' $file.bak >$file && \
> rm $file.bak || exit; \
> done
> rm: cannot remove `man1/createlang.1.bak': No such file or directory

I see. We had fixed one case of these flawed multiple-target rules, but I
guess there are more. I've identified some other places that could cause
similar problems. Expect a fix in the next release.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew Rice 2002-02-05 23:53:30 Re: [HACKERS] PostgreSQL v7.2 Final Release
Previous Message Brian Bruns 2002-02-05 22:30:21 Re: DRDA, network protocol, and documentation