am I understand the tree properly?

daggs <[email protected]>
Newsgroups gmane.comp.programming.tools.scons.user
Message-ID <trinity-bcd1c222-deb7-44e3-ad9d-0de5e6d007d3-1631633485508@3c-app-mailcom-bs02>
Greetings,

I'm trying to debug an dependency issue on my build and I want to be sure I understand the deps tree properly, here is the tree:
+-target_a
  +-output/.dummy_targets/target_a
    +-output/.stages/a/target_a
      +-output/.stages/b/target_a
        +-output/.stages/c/target_a
          +-output/.stages/d/target_a
            +-output/.stages/e/target_a
            | +-output/.stages/f/target_a
            | | +-output/.stages/f/target_a
            | | | +-output/.stages/h/target_a
            | | |   +-src/data_files.ini
            | | +-output/data/target_a.data
            | +-src/dbs/target_a/a.db
            | +-src/dbs/target_a/b.db
            +-output/db_daemon.run
              +-scripts/start_db_daemon.sh

so, as I understand it, scripts/start_db_daemon.sh, src/data_files.ini, src/dbs/target_a/a.db and src/dbs/target_a/b.db
are the first targets to get handled, then output/db_daemon.run and output/.stages/h/target_a.
next output/.stages/f/target_a, followed by output/.stages/f/target_a, output/.stages/e/target_a and from there is it simple.
am I right?

Thanks,

Dagg
,

,
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.