Re: /bin/sh: !: not found

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: /bin/sh: !: not found
Date: 2000-12-30 00:35:13
Message-ID: Pine.LNX.4.30.0012300134150.822-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alexander Klimov writes:

> I using version from CVS, and after update tried to run `make
> distclean'. For some reason my GNUMakefile was deleted, so Makefile is
> used by gmake and I got an error message (see Subj)
>
> The reason is
> @if ! [ -f GNUmakefile ] ; then \
> ^^^ in the Makefile
>
> To fix it should be changed to
> @if [ ! -f GNUmakefile ] ; then \
>
> This problem exists in Makefile and src/Makefile, maybe somethere else

Fixed. Thanks.

(Btw., it's normal that GNUmakefile is removed during 'make distclean'.)

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2000-12-30 03:36:24 AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem
Previous Message pgsql-bugs 2000-12-29 21:04:53 update and tcl/tk