Re: /bin/sh: !: not found

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: /bin/sh: !: not found
Дата
Msg-id Pine.LNX.4.30.0012300134150.822-100000@peter.localdomain
обсуждение исходный текст
Ответ на /bin/sh: !: not found  (Alexander Klimov <ask@wisdom.weizmann.ac.il>)
Список 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@gmx.net       http://yi.org/peter-e/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alexander Klimov
Дата:
Сообщение: /bin/sh: !: not found
Следующее
От: Manuel GELE
Дата:
Сообщение: postgresql with opennm-0.5.0