[Bf-committers] Scons again...

Robert Wenzlaff bf-committers@blender.org
Wed, 25 Feb 2004 14:51:19 -0500


At 06:49 PM 2/25/04 +0100, you wrote:
>Hi,
>
>  since several days after every build of cvs-blender I get the same
>  blender-binary despite the fact, that there are a lot of changes in
>  the source tree.
>
>  Something I am doing wrong.
>
>  My build-Script does basicly as follows.
>
>  Copy the source tree to /tmp/.
>  cd /tmp/blender
>  scons
>  install the resulting binary

Check the time stamps on the copy in /tmp  You may be touching the obj's 
and bin files so that scons thinks the copy of the bin is current with the 
sources.

Better yet.  Don't bother the copy....

Bob