| From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> | 
|---|---|
| To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> | 
| Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> | 
| Subject: | Re: Regression failures on freebsd | 
| Date: | 2005-04-14 02:47:44 | 
| Message-ID: | 20050414024744.GC27227@dcc.uchile.cl | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | 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[(at)]dcc(dot)uchile(dot)cl>)
"Si quieres ser creativo, aprende el arte de perder el tiempo"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2005-04-14 02:50:05 | Re: Regression failures on freebsd | 
| Previous Message | Alvaro Herrera | 2005-04-14 02:43:19 | Re: Interactive docs idea |