Guido Scholz schrieb: > Am Thu, 01. Oct 2009 um 15:59:46 -0500 schrieb Gabriel M. Beddingfield: > >> Hi Guido, >> Hi Gabriel, >> >> >> I can't explain except to say, "scons works in mysterious ways." >> > > I don't think it's a mystery here. As I meanwhile found, independently > for what target scons is called, every time the Sconstruct file > triggers generation of these three files: > > config.h > version.cpp > scache.conf > > I don't know what the purpose of the scache.conf file is, but changing > the creation time of the other two files will cause the source code to > be recompiled. > Hi Guido,
thanks for making clear where your problem is. Normally scons should compute the md5 value of those files and compile it only if they differ. I'm going to look into this tonight after our band rehearsal.. scache.conf is written on every change of the scons environment. For example: Compiling with other default options etc. This makes shure that scons remembers your values. - Sebastian > May be the bug could be fixed by not generating these files for the > "install" target. > > Guido > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ------------------------------------------------------------------------ > > _______________________________________________ > Hydrogen-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hydrogen-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
