Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-07 Thread Miles Bader
Ian Romanick writes: >> How about putting "generated" files like that into a separate >> subdirectory (e.g. ".../prebuilt"), which is ignored by the non-windows >> builds? >> >> Then on windows, it can simply do "cp .../prebuilt/foo .../foo" instead >> of generating the file using bison or whatev

Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-07 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miles Bader wrote: > Ian Romanick writes: >>> These files generated by bison and flex are different for me than the >>> ones checked in to git: >>> >>> src/glsl/glcpp/glcpp-lex.c >>> src/glsl/glcpp/glcpp-parse.c >>> src/glsl/glcpp/glcpp-parse.h >>> sr

Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-06 Thread Miles Bader
Ian Romanick writes: >> These files generated by bison and flex are different for me than the >> ones checked in to git: >> >> src/glsl/glcpp/glcpp-lex.c >> src/glsl/glcpp/glcpp-parse.c >> src/glsl/glcpp/glcpp-parse.h >> src/glsl/glsl_lexer.cpp >> src/glsl/glsl_parser.cpp >> >> This is causing som

Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-06 Thread tom fogal
José Fonseca writes: > There were also some native ports of bison/flex, but I haven't > researched on that recently. I'm partial to the gnuwin32 packages: http://gnuwin32.sourceforge.net/ I've not tried to use bison/flex on windows yet, but I use it for grep and gawk and it's wonderful. Ver

Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-05 Thread Matt Turner
On Sun, Sep 5, 2010 at 10:35 PM, Ian Romanick wrote: > On Sep 5, 2010, at 6:40 PM, Tom Stellard wrote: > >> Hi, >> >> These files generated by bison and flex are different for me than the >> ones checked in to git: >> >> src/glsl/glcpp/glcpp-lex.c >> src/glsl/glcpp/glcpp-parse.c >> src/glsl/glcpp

Re: [Mesa-dev] glsl2: Remove generated files from git

2010-09-05 Thread Ian Romanick
On Sep 5, 2010, at 6:40 PM, Tom Stellard wrote: Hi, These files generated by bison and flex are different for me than the ones checked in to git: src/glsl/glcpp/glcpp-lex.c src/glsl/glcpp/glcpp-parse.c src/glsl/glcpp/glcpp-parse.h src/glsl/glsl_lexer.cpp src/glsl/glsl_parser.cpp This is caus

[Mesa-dev] glsl2: Remove generated files from git

2010-09-05 Thread Tom Stellard
Hi, These files generated by bison and flex are different for me than the ones checked in to git: src/glsl/glcpp/glcpp-lex.c src/glsl/glcpp/glcpp-parse.c src/glsl/glcpp/glcpp-parse.h src/glsl/glsl_lexer.cpp src/glsl/glsl_parser.cpp This is causing some annoyances for me when I do commits or swit