summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-04-03 13:53:46 -0500
committerTheodore Ts'o <tytso@mit.edu>2004-04-03 13:53:46 -0500
commitdd60705665b916c9f67c3bbf86aa6bb620a14ecd (patch)
tree7422ed18d06e7d17f7b71c828cc05b6b9033efa2 /MCONFIG.in
parent9dd97ae37dc664f877296db80e1d6c1ebe33e28b (diff)
downloade2fsprogs-dd60705665b916c9f67c3bbf86aa6bb620a14ecd.tar.gz
Refine the build process to avoid re-running subst all the time on
some generated files, by having subst update the modtime on these files even when the generated file hasn't changed. We do this with generated files that do not have any downstream dependencies.
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index ba99911c..0e9fc652 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -109,6 +109,7 @@ LINUX_INCLUDE=@LINUX_INCLUDE@
#
SUBST_CONF=$(top_builddir)/util/subst.conf
SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
+SUBSTITUTE_UPTIME= $(top_builddir)/util/subst -t -f $(SUBST_CONF)
DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
$(top_builddir)/util/subst: