On 09/26/2012 04:09 PM, Matt Turner wrote: > On Wed, Sep 26, 2012 at 2:50 PM, Török Edwin wrote: >> Another issue is that the yacc-generated files are not removed by 'make >> clean', >> but thats probably on purpose (do the generated files get shipped in the >> release tarball?), >> I should've run 'make distclean'. > > Specifically program_parse.c and program_lexer.c, right? > > I'm not sure whether yacc- and lex-generated files should be removed > by make clean. I'm inconsistent about this -- I don't remove the > program files, but I do remove the glsl/glcpp files on make clean. > > However, they should be shipped in the tarball.
I would argue that 'make clean' should remove them. In my mind, the purpose of 'make clean' is to remove any files generated as part of the build process (or at least the 'make' part of it), which includes generated source code. Including them in the tarballs seems sensible. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev