[Bf-committers] Some possible small problems with makesdna

Stephen Swaney sswaney at centurytel.net
Fri Mar 28 15:50:38 CET 2008


On Fri, Mar 28, 2008 at 02:19:07PM +0000, Andr?? Pinto wrote:
> #Build
> $scons
> $ ls -l --full-time ../build/linux2/source/blender/makesdna/intern/dna.*
> 2008-03-27 16:36:46.000000000 +0000
> ../build/linux2/source/blender/makesdna/intern/dna.c
> 2008-03-27 16:36:47.000000000 +0000
> ../build/linux2/source/blender/makesdna/intern/dna.o
> 
> #Modify some DNA header file
> $ echo >> source/blender/makesdna/DNA_scene_types.h
> 
> #Update
> $ scons
> $ ls -l --full-time ../build/linux2/source/blender/makesdna/intern/dna.*
> 2008-03-27 16:36:46.000000000 +0000
> ../build/linux2/source/blender/makesdna/intern/dna.c
> 2008-03-27 16:36:47.000000000 +0000
> ../build/linux2/source/blender/makesdna/intern/dna.o
> 
> ^^ scons should have updated those files! Since they depend on
> DNA_scene_types.h!

Everything seems to get rebuilt correctly here with loonix.

Are you looking in the correct directory?

-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list