RE: [Cppunit-devel] auto-generated files
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-05-23 14:05:25
|
-----Oorspronkelijk bericht----- Van: Steve M. Robbins [mailto:ste...@vi...] Verzonden: Wednesday, May 23, 2001 3:10 PM Aan: cpp...@li... Onderwerp: [Cppunit-devel] auto-generated files Hi, I have another suggestion about the CVS archive. I have a different libtool version than you do (whoever is checking in the files). Consequently, I can't build cppunit until I run "libtoolize". Among other things, this copies in new versions of the three files config/config.guess config/config.sub config/ltmain.sh which means that any "cvs diff" I try to generate is swamped by the diffs of these three files. It would be a great help to folks in my situation if you could simply remove all generated files from CVS. That includes the three mentioned above, as well as all the Makefile.in files. The only reason to commit built files into CVS is if you wish to cater to developers who don't have all the auto-* tools. If that is your reasoning, I can accept it. However, it is also possible to simply ask them to start from the latest tarball, and do a cvs checkout overtop of it. (Or I can make tarball snapshots every night with a cron job...) Yes, you're completely right about that: generated files shouldn't be in CVS. Developers are expected to have a proper install of the auto-* tools (who hasn't? :-). config.guess, config.sub, ltmain.sh and ltconfig have been removed from CVS. You mention Makefile.in files, as far as I can see, there aren't any in CVS at the moment. One had gotten in by accident, but it already has been removed. If you encounter more, please let me know. Thanks, Bastiaan -S -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants _______________________________________________ Cppunit-devel mailing list Cpp...@li... http://lists.sourceforge.net/lists/listinfo/cppunit-devel |