[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATH_SEPARATOR in test/automated/Makefile.in
From: |
Eli Zaretskii |
Subject: |
Re: PATH_SEPARATOR in test/automated/Makefile.in |
Date: |
Thu, 28 Nov 2013 19:43:00 +0200 |
> From: Glenn Morris <address@hidden>
> Cc: address@hidden
> Date: Wed, 27 Nov 2013 13:42:55 -0500
>
> > So the possibilities as I see them are:
> >
> > . Remove PATH_SEPARATOR and use -L "$(PATH_SEPARATOR)$(srcdir)/"
> > (with a slash) instead of -L "$(PATH_SEPARATOR)$(srcdir)"
>
> Seems a bit flaky to me.
>
> > . Leave PATH_SEPARATOR, but set it to ';' "manually" for MinGW,
> > instead of relying on $PATH_SEPARATOR computed in configure by
> > asking Bash.
>
> Sounds better to me (assuming you mean making up some new variable,
> rather than modifiying PATH_SEPARATOR, in case that inadvertently breaks
> something else that's using it).
Done in trunk revision 115267.