bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building and testing Bison 3.0.2 with MinGW [3/5]


From: Akim Demaille
Subject: Re: Building and testing Bison 3.0.2 with MinGW [3/5]
Date: Thu, 29 Jan 2015 09:50:00 +0100

> Le 27 janv. 2015 à 18:48, Eli Zaretskii <address@hidden> a écrit :
> 
>> From: Akim Demaille <address@hidden>
>> Date: Tue, 27 Jan 2015 13:59:24 +0100
>> Cc: Bison Bugs <address@hidden>
>> 
>> Actually I don't understand why you include mingw-setlocale
>> instead of putting it in the lib/ library, and just link
>> against it.
> 
> lib/ is imported from gnulib, so I thought putting unrelated stuff
> there will get in your way when you update from gnulib the next time.

No, it's not.  Many bits there are from gnulib, granted,
but there are many bits which are specific to Bison, just
like in the old days.

> Besides, the Makefile.in there is generated by the import procedure,
> so editing it by hand will again be problematic.

There is no Makefile.in there.  There is Bison's own
local.mk, which includes gnulib.mk.  You can do whatever
you want in local.mk.

> But I can do it if you prefer it that way.

Yes, that's really the traditional approach, I'd prefer
sticking to it.  Thanks!

I guess I can get rid of all the DJGPP files now, right?
(in djgpp/).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]