Subject: Re: pkgsrc NetBSD 2.0.2/i386 bulk build results 2005-10-24
To: Antoine Reilles <tonio@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bulk
Date: 10/25/2005 15:43:24
On Tue, Oct 25, 2005 at 02:35:24PM +0200, Antoine Reilles wrote:
> for example,  in libkexif, po/is/Makefile.in contains:
> #>+ 4
> libkexif.gmo: libkexif.po
>         rm -f libkexif.gmo; $(GMSGFMT) -o libkexif.gmo $(srcdir)/ 
> libkexif.po
>         test ! -f libkexif.gmo || touch libkexif.gmo
> 
> there i whould have expected
>      test -f libkexif.gmo || touch libkexif.gmo
> 
> Is this a correct fix, or i am missing the point ?

Looks correct to me.
 Thomas