Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 30, 2003 at 01:18:41PM +0100, H.Merijn Brand wrote:
> > On Thu 30 Jan 2003 12:43, alian <[EMAIL PROTECTED]> wrote:
>
> > > make: *** Pas de r�gle pour fabriquer la cible `<interne>', n�cessaire
> > > pour `miniperlmain.o'. Arr�t.
> >
> > AHHHHHHggggrrrrr locales in gcc and make!
> >
> > Would this help:
> >
> > --- makedepend.SH.org 2002-07-09 16:08:30.000000000 +0200
> > +++ makedepend.SH 2003-01-30 13:17:41.000000000 +0100
> > @@ -156,6 +156,7 @@
> > -e '/^#.*<stdin>/d' \
> > -e '/^#.*<builtin>/d' \
> > -e '/^#.*<built-in>/d' \
> > + -e '/^#.*<interne>/d' \
> > -e '/^#.*<command line>/d' \
> > -e '/^#.*"-"/d' \
> > -e '/: file path prefix .* never used$/d' \
> > End of Patch
> >
> > p5p: where are our bounds if we are to support this in general?
>
> 1: I don't think we can
we could wipe out everything with
-e '/^#.*<[a-z -]>/d'
or we could force the C locale in makedepend.SH (sa a workaround)
> 2: I think that gcc generating programmatic output (not human output) that
> varies depending on locale is a bug in gcc, and should be reported as
> such.
agreed.