filesystem patch

Farkas Levente lfarkas at lfarkas.org
Fri Nov 21 13:38:59 UTC 2008


Richard W.M. Jones wrote:
> On Fri, Nov 21, 2008 at 01:13:47PM +0100, Farkas Levente wrote:
>> +rpm --eval "%{_"`basename $0|tr "-" "_"`"}"|sh
> 
> I don't see how this is going to work when you have extra parameters,
> eg. where do the extra params go for:
> 
>   mingw32-configure --enable-some-feature

opps. may be
rpm --eval "%{_"`basename $0|tr "-" "_"`"}" "$@"|sh
would be better :-)
the strange thing it seems ti me that it works in runtime
--with-cross-host (but it was a bad tip anyway)

-- 
  Levente                               "Si vis pacem para bellum!"



More information about the mingw mailing list