Re: Regression failures on freebsd

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Regression failures on freebsd
Дата
Msg-id 20050414024744.GC27227@dcc.uchile.cl
обсуждение исходный текст
Ответ на Regression failures on freebsd  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Regression failures on freebsd  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Thu, Apr 14, 2005 at 09:52:11AM +0800, Christopher Kings-Lynne wrote:
> I did 'gmake distclean' and rebuild and I still get the attached failures.

Do you build in a separate directory?  I do and I do have problems when
the grammars (main or plpgsql) get updated -- not sure why the derived
files from bison and flex don't get rebuilt.  I just delete them by
hand.  (The build directory I just rm -fr as a whole).

Yours doesn't seem like a problem in grammars, but who knows.

What I do is

cd $source_dir
for i in `find . -name .cvsignore`; do pushd `dirname $i` rm `cat .cvsignore` popd
done


-- 
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Si quieres ser creativo, aprende el arte de perder el tiempo"


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Interactive docs idea
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Regression failures on freebsd