[Scons-users] Strage behavior of Alias() method for executables on unix platforms
Gary Oberbrunner
garyo at oberbrunner.com
Thu Jul 5 08:20:06 EDT 2012
On Thu, Jul 5, 2012 at 7:15 AM, Alexey Petruchik <i100500 at gmail.com> wrote:
> Actually variant_dir in this example is useless. Removing variant_dir
> changes nothing because "scons some_program" still works, but this time like
> "scons src/some_program". And I wonder how expected behavior could be non
> consistent across multiple platforms.
Try scons --tree=prune to see the whole dependency tree. There must
be a target of some kind called some_program under your top dir.
--
Gary
More information about the Scons-users
mailing list