Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
4408
Description
Since the landing of LU-105 "Add scripts for implementing heartbeat v1 failover" (commit hash 04a38ba7cda4e242850a47b13d4402a69e8dd921) there has been a build warning in the lustre/scripts directory:
lustre/scripts/Makefile:740: warning: overriding commands for target `lustre'
$(genscripts): %: %.in
sed -e 's#@scriptlibdir@#$(scriptlibdir)#' < $< > $@
chmod +x $@
lustre/scripts/Makefile:389: warning: ignoring old commands for target `lustre'
lustre: $(top_builddir)/config.status $(srcdir)/lustre.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
This was caused by the addition of lustre to the genscripts variable. I don't know if this is serious or not, but I suspect something isn't working as it should be.