@@ -137,13 +137,13 @@ install-fanout-cleanup: install-recursive @dotMAKE@
137137touch-include-all-nut_version-generated.timestamp :
138138 @[ -s include/nut_version.h ]
139139 @touch -r include/nut_version.h -d ' -10 seconds' include/.all.nut_version-generated.timestamp && exit ; \
140- touch -d ' 1970-01-01 ' include/.all.nut_version-generated.timestamp && exit ; \
140+ touch -d ' 1970-01-01T00:00:00 ' include/.all.nut_version-generated.timestamp && exit ; \
141141 touch include/.all.nut_version-generated.timestamp
142142
143143touch-clients-all-libupsclient_version-generated.timestamp :
144144 @[ -s clients/libupsclient-version.h ]
145145 @touch -r clients/libupsclient-version.h -d ' -10 seconds' clients/.all.libupsclient_version-generated.timestamp && exit ; \
146- touch -d ' 1970-01-01 ' clients/.all.libupsclient_version-generated.timestamp && exit ; \
146+ touch -d ' 1970-01-01T00:00:00 ' clients/.all.libupsclient_version-generated.timestamp && exit ; \
147147 touch clients/.all.libupsclient_version-generated.timestamp
148148
149149touch-docs-man-all-linkman-generated.timestamp :
@@ -153,7 +153,7 @@ touch-docs-man-all-linkman-generated.timestamp:
153153 else \
154154 touch -r docs/man/linkman-driver-names.txt -d ' -10 seconds' docs/man/.all.nut_linkman-generated.timestamp && exit ; \
155155 fi ; \
156- touch -d ' 1970-01-01 ' docs/man/.all.nut_linkman-generated.timestamp && exit ; \
156+ touch -d ' 1970-01-01T00:00:00 ' docs/man/.all.nut_linkman-generated.timestamp && exit ; \
157157 touch docs/man/.all.nut_linkman-generated.timestamp
158158
159159# Verbosity for fanout rule tracing; 0/1 (or "default" that may auto-set
@@ -607,8 +607,12 @@ DISTCHECK_LIGHT_FLAGS = --with-all=auto --with-ssl=auto --with-doc=auto --enable
607607DISTCHECK_LIGHT_MAN_FLAGS = --with-all=auto --with-ssl=auto --with-doc=man --enable-docs-man-for-progs-built-only=no --with-pynut=app --with-nut_monitor=force CXXFLAGS='@NUT_CONFIG_CXXFLAGS@' CFLAGS='@NUT_CONFIG_CFLAGS@' CPPFLAGS='@NUT_CONFIG_CPPFLAGS@' LDFLAGS='@NUT_CONFIG_LDFLAGS@'
608608DISTCHECK_VALGRIND_FLAGS = --with-all=auto --with-ssl=auto --with-doc=skip --with-valgrind CXXFLAGS='@NUT_CONFIG_CXXFLAGS@ -g' CFLAGS='@NUT_CONFIG_CFLAGS@ -g' CPPFLAGS='@NUT_CONFIG_CPPFLAGS@' LDFLAGS='@NUT_CONFIG_LDFLAGS@' --with-pynut=app --with-nut_monitor=force
609609
610- # Note: this rule uses envvar DISTCHECK_FLAGS expanded at run-time
610+ # Note: this rule uses envvar DISTCHECK_FLAGS expanded at run-time, which
611+ # may be passed down from caller and/or one of distcheck-* rules below.
612+ # The CI_CACHE_NUT_HASHDIR_CFG_OPT can also be passed down (by ci_build.sh
613+ # as generated for each specific build circumstance).
611614DISTCHECK_CONFIGURE_FLAGS = ${DISTCHECK_FLAGS} \
615+ ${CI_CACHE_NUT_HASHDIR_CFG_OPT} \
612616 PKG_CONFIG_PATH='@PKG_CONFIG_PATH@' \
613617 --with-systemdsystemunitdir='$${prefix}/lib/systemd/system' \
614618 --with-systemdsystempresetdir='$${prefix}/usr/lib/systemd/system-preset' \
0 commit comments