Source: vm Version: 8.2.0b-2.1 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that vm could not be built reproducibly. This is because it ships a Makefile that includes the absolute build path in a commented-out section. Patch attached that removes those commented-out lines. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/lisp/Makefile.in 2018-06-23 08:27:58.604378104 +0100 --- b/lisp/Makefile.in 2018-06-23 08:32:22.861788239 +0100 @@ -157,9 +157,6 @@ # XEmacs#s auto-autoloads and custom-load file auto-autoloads.el: $(SOURCES:%=@srcdir@/%) -$(RM) -f $@ -# (build_dir=`pwd`; cd "@srcdir@"; \ -# $(EMACS_PROG) $(FLAGS) -l autoload \ -# -f vm-built-autoloads "@abs_builddir@/$@" "`pwd`") "$(EMACS_PROG)" $(FLAGS) \ -eval "$(AUTOLOAD_PACKAGE_NAME)" \ -eval "$(AUTOLOAD_FILE)" \