I integrated this. Thanks, Bogdan. (Test case would be ideal but since it only happens on cygwin and the fix is obvious, I just put it in.)
On Sun, Sep 29, 2013 at 9:34 AM, Bogdan Tenea <[email protected]> wrote: > Hello,**** > > ** ** > > At this moment variant_dir option does not work on Cygwin due to the fact > that it does not copy headers (I reported this on scons-users a few days > ago).**** > > After some digging into the source code I found that for headers it makes > the path upper case for source dir listing, but not for the file to be > copied that is checked versus the dir listing.**** > > The problem cand be fixed with a simple modification in FS.py on line 1844 > (function entry_exists_on_disk) by extending the condition to also include > cygwin:**** > > **** > > if sys.platform == 'win32' or sys.platform == 'cygwin':*** > * > > ** ** > > Hoping this will get included in the next version J**** > > ** ** > > Regards,**** > > ** ** > > Bogdan Tenea**** > > Senior Software Engineer II**** > > Ixia RO Stack Manager Dev**** > > _______________________________________________ > Scons-dev mailing list > [email protected] > http://two.pairlist.net/mailman/listinfo/scons-dev > > -- Gary
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
