X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=regen.mk.in;h=d11e05c0a752c1e8a80a93f6cb2ba2db6b611a2c;hb=b0bdaa30dd60890b5494fab1f3e7f5d70a8ceb8e;hp=bdb1b2714d7411bfa45056abd42dab40049acd89;hpb=963054a07f6670d984c3e69280bde4832ca837d6;p=subdirmk.git diff --git a/regen.mk.in b/regen.mk.in index bdb1b27..d11e05c 100644 --- a/regen.mk.in +++ b/regen.mk.in @@ -2,10 +2,11 @@ # Copyright 2019 Mark Wooding # Copyright 2019 Ian Jackson # SPDX-License-Identifier: LGPL-2.0-or-later +# There is NO WARRANTY. # Usage: # include subdirmk/regen.mk -# (probably in toplevel Subdir.sd.mk) +# (probably in toplevel Dir.sd.mk) # # Arranges that config.status is automatically rerun to update # makefiles from templates, whenever a template *.sd.mk or *.mk.in is @@ -55,15 +56,15 @@ 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, Final.sd.mk and *.mk.in), +# know affect only one output (Dir.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 +# to mention Dir.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 \ + $(filter-out Dir.sd.mk %/Dir.sd.mk \ Final.sd.mk $(top_srcdir)/Final.sd.mk \ %.mk.in \ , $?),, \