Much improve the build system's performance
authorKarl O. Pinc <kop@karlpinc.com>
Thu, 5 Oct 2023 02:19:22 +0000 (21:19 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Thu, 5 Oct 2023 02:19:22 +0000 (21:19 -0500)
commit7d005b259b43a788a64089f037d553c59d123df7
tree6d4753699349ffa3567796937043cae700221178
parent396143b67ed654451d697d6c4d280bfc3fa96156
Much improve the build system's performance

Have make cache the creation of targets that:
  Put things in the database.
    No point in connecting to the db all the time when
    we don't need to.
  Create directories.
    There are separate targets for directory creation dependencies
    so that adding to/deleting from directories themselves don't
    change the dependent timestamp.
  Create complex targets.
    Some targets build things that are too complex to easily
    test, in a later make run, that the target has been successfully
    completed.

In all the above cases the build system used to go ahead and do the
extra work. But now, gen_comments.py takes a long time to run
and it's really annoying to wait all the time.
.gitignore
db/schemas/Makefile
make_files/make_db.mk
make_files/make_docs.mk
make_files/secondexpansion.mk