Re: [Cgdb-devel] Cgdb port for Cygwin
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2003-11-24 18:47:11
|
> I've made the first set of changes to my local sandbox to allow out-of-tr= ee=20 > building and am about to commit them (or rather: will commit them tomorow= =20 > morning) to the cygwin package's branch.=20 Great. I am glad to hear it! > Are there any objections against me > removing the generated files (Makefile.in, configure, etc.) from the bran= ch? > They tend to bloat the CVS contents and, for the moment, do not exactly= =20 > reflect my changes because they're re-created with a different set of=20 > Autotools than I will use to make the final package.. (IMHO, no generated > files should exist in CVS anyway..). The original idea was that the user would not need to have autoconf/automake installed in order to get CGDB to build. They could just do ./configure && make. The good thing about that is the user does not have to go get the versions of the tools we are using in order to get CGDB to build. They only need that software in order to change the build system. By removing those files, we would be complicating what the user has to do in order to use CGDB. What does everyone think the best way to go is? Bob Rossi |