From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: "Frank Ch. Eigler" Cc: cgen@sources.redhat.com Subject: Re: Maintainer mode Date: Sat, 09 Sep 2000 01:48:00 -0000 Message-id: <14777.45755.343763.449957@walkabout.cygnus.com> References: <200009080900.UAA00915@walkabout.cygnus.com> <20000908184128.B29784@redhat.com> X-SW-Source: 2000-q3/msg00087.html Frank Ch. Eigler writes: > > [make --enable-maintainer-mode => --enable-cgen-maint] [...] > > Any thoughts before I put it to the gdb and binutils mailing lists? > Right - there should be no problem. > > Hopefully this is a step in the right direction of eliminating the > > generated files from the tree altogether. > I don't think this is a good idea. The generated files should remain > in the tree for self-contained-ness, faster building, and better change > isolation. (If you would like a way of regenerating all the dependent > files in all the source trees, then make a shell script to do > that.) Now that I've had time to think about this one, the idea of eliminating --enable-cgen-maint and removing generated files are independent. I am happy with your suggestion to leave the generated files there--this is what happens now with `configure.in' and `configure', for instance. Ben