[Scons-users] Issue 2494

Dirk Bächle tshortik at gmx.de
Wed Dec 30 04:33:22 EST 2015


...

Am 30.12.2015 um 08:06 schrieb Adarsh Sanjeev:
> Hey,
>
> I am currently trying to fix Issue 2494, and am a beginner. Am I 
> supposed to add the code to chmod_func in 
> src/engine/SCons/Defaults.py? It seems that no function is calling it.

and yes, this is the correct place. If you search the whole repo for 
"Chmod" in a *.py file, you'll find out that several tests are using 
it...and our own SConstruct for building and packaging does too 
(./SConstruct in source repo). Apart from that, the basic idea for the 
"Chmod" call is that users should be able to add them to their build 
scripts...we can't see those of course, but they're out there somewhere. ;)

Regards,

Dirk



More information about the Scons-users mailing list