z88dk forums

z80 Development Kit

You are not logged in.

#1 2012-04-16 22:06:06

wintermute
Member
From: Cyberspace
Registered: 2011-02-24
Posts: 14

Remove *.lib files from CVS?

Hi all,

Shouldn't *.lib files need to be removed from CVS? I think they are kind of redundant in the CVS tree. And since Z88dk Nightlies exist, they become somewhat useless.

Not to talk by the fact that maybe source code and its generated LIB file could be out of sync in the CVS itself and that the LIB files change everytime the source is recompiled.

Thanks!

Offline

 

#2 2012-04-17 07:05:59

stefano
Administrator
Registered: 2007-07-16
Posts: 696

Re: Remove *.lib files from CVS?

I have no valid objections to this point.
More opinions ?

Offline

 

#3 2012-04-17 23:43:51

Guesser
Member
Registered: 2011-11-21
Posts: 24

Re: Remove *.lib files from CVS?

Generated files should never be in source control, as the files they were generated from might have been changed but the files not re-created.

I agree with wintermute

Offline

 

#4 2012-04-18 11:03:59

stefano
Administrator
Registered: 2007-07-16
Posts: 696

Re: Remove *.lib files from CVS?

Ok, I'm keeping a minimum set of libraries, just to let the Makefile happy, if the automated build process will hang, then we'll see..

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson