X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=blobdiff_plain;f=regen.mk.in;h=bdb1b2714d7411bfa45056abd42dab40049acd89;hp=06b2fbd08e1ce6fa56b100cbd3422fcf6d34d7df;hb=963054a07f6670d984c3e69280bde4832ca837d6;hpb=e93eb68eb1bad1f9208ab66e8c07f1a57b5d06ce diff --git a/regen.mk.in b/regen.mk.in index 06b2fbd..bdb1b27 100644 --- a/regen.mk.in +++ b/regen.mk.in @@ -55,14 +55,16 @@ main.mk $(SUBDIRMK_MAKEFILES) $(CONFIG_STATUS_OUTPUTS): .makefiles.stamp # This filtering arranges that we can often run config.status to # generate only particular output files. We look for *inputs* that # have changed. If the only inputs that have changed are ones that we -# know affect only one output (Subdir.sd.mk and *.mk.in), we pass -# config.status the corresponding output file names. Otherwise we -# pass nothing and config.status does them all. We need to mention -# Subdir.sd.mk twice because if $(top_srcdir) is `.', make elides the -# directory part from $?. +# know affect only one output (Subdir.sd.mk, Final.sd.mk and *.mk.in), +# we pass config.status the corresponding output file names. +# Otherwise we pass nothing and config.status does them all. We need +# to mention Subdir.sd.mk twice because if $(top_srcdir) is `.', make +# elides the directory part from $?. Similarly but not identically +# Final.sd.mk. $(SUBDIRMK_REGEN_NDEBUG): REGEN STAMP WANTS DEPS=$? ./$(CONFIG_STATUS) $(if \ $(filter-out Subdir.sd.mk %/Subdir.sd.mk \ + Final.sd.mk $(top_srcdir)/Final.sd.mk \ %.mk.in \ , $?),, \ $(patsubst $(top_srcdir)/%,%, $(sort \