Re: little bug in current CVS
От
Peter Eisentraut
Тема
Re: little bug in current CVS
Дата
Msg-id
Pine.LNX.4.30.0102061824380.775-100000@peter.localdomain
Ответ на
little bug in current CVS (Oleg Bartunov)
Список
Дерево обсуждения
little bug in current CVS Oleg Bartunov <oleg@sai.msu.su>
Re: little bug in current CVS Tom Lane <tgl@sss.pgh.pa.us>
Re: little bug in current CVS Oleg Bartunov <oleg@sai.msu.su>
Re: little bug in current CVS Peter Eisentraut <peter_e@gmx.net>
Oleg Bartunov writes: > after make clean, make failed with message: > > make[2]: Entering directory /home/postgres/cvs/pgsql/src/backend' > prereqdir=`cd parser/ && pwd` && \ > cd ../../src/include/parser/ && rm -f parse.h && \ > ln -s $prereqdir/parse.h . > ln: ./parser: File exists > make[2]: *** [../../src/include/parser/parse.h] Error 1 Try changing the second line to this prereqdir=`CDPATH=: ; cd parser/ && pwd` && \ -- Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
В списке pgsql-hackers по дате отправления