[Scons-dev] How to traverse the graph after files are read

anatoly techtonik techtonik at gmail.com
Wed Jun 3 02:10:58 EDT 2015


Interesting stuff. If I create an empty SConstruct:

    Entry("xxx")

Then `scons --tree=all` gives a tree with SConstruct
name included into the build graph:

    scons: `.' is up to date.
    +-.
      +-SConstruct
      +-xxx

I can understand that xxx is at the root, but why
SConstruct is also included?


More information about the Scons-dev mailing list