Skip to content
Snippets Groups Projects

E3-822: Register dependencies for expanded db files

Merged Simon Rose requested to merge e3_822_db_dependencies into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • aacccaa4
    Include generated dependencies · aacccaa4
    Simon Rose authored
    This follows the same pattern as the .d files generated during compilation; the
    .d files are generated as a side effect of generating the output file, and we
    then include them all at build-time to register the correct dependencies. See
    line 634 of driver.makefile.
@@ -398,6 +398,8 @@ export SRCS_Linux
# Perform default database expansion of .substitions/.templates into $(COMMON_DIR)
db_internal: $(COMMON_DIR)
-include $(COMMON_DIR)/*.db.d
define SUBS_EXPAND
vpath $(notdir $2) $(dir $2)
db_internal: $(COMMON_DIR)/$(notdir $(basename $2).db)
Loading