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?
_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to