Re: [Mesa-dev] Mesa (master): glsl: do not use deprecated bison-keyword

Hans Åberg <[email protected]>
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
> On 22 May 2019, at 15:31, Erik Faye-Lund <[email protected]> wrote:
> 
> On Wed, 2019-05-22 at 15:21 +0200, Hans Åberg wrote:
>> 
>> One can set the distribution so that the Bison sources are only re-
>> compiled if modified.
> 
> This would only work for tarballs, though, no?

That is what I have in mind.

> Otherwise we'd need to
> commit the generated files, which is tricky because the location
> depends on where the build-dir is located, and would probably not play
> well with different developers having different versions, leading to
> variance in the generated result.
> 
> I don't really think this would work for us in Mesa. We no longer
> generate the distribution using autotools since we switched to Meson,
> we just do git archive these days.

Bison itself does not have any of that in the archive, I think. One does:

# Getting branch 'maint' form archive:
git clone -b maint https://git.savannah.gnu.org/git/bison.git

# Then, cf. file README-hacking:
cd bison/

git submodule update --init

./bootstrap
./configure
make

make check
git diff



_______________________________________________
[email protected] https://lists.gnu.org/mailman/listinfo/help-bison
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.