]> git.tdb.fi Git - builder.git/commit
Check an ObjectFile's dependencies again if a dependency is modified
authorMikko Rasa <tdb@tdb.fi>
Thu, 22 Aug 2013 12:06:07 +0000 (15:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 22 Aug 2013 12:06:07 +0000 (15:06 +0300)
commitdf88e22a258f169b9505acb0cb8d0ba7e66af7b6
treedc7a85a47b7434edddbdbaa4c5f3b820fb8c7595
parent55269a63b0875be0b172453714f9190d30fb1dff
Check an ObjectFile's dependencies again if a dependency is modified

This is necessary to get generated sources to behave correctly.  Includes
can only be read after they're built for the first time.  The ObjectFile
must then add the necessary dependencies to ensure that required headers
are installed.
source/objectfile.cpp
source/target.cpp
source/target.h