From 0a0e66a784d4831c4139bf646b5329bff54465d7 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Mon, 21 Jun 2021 20:46:16 +0200 Subject: feat: support exposing buildtool to aid reproducible builds configs This helps to map the correct build tool configs that are required to reproduce a specific package and have the appropriate *FLAGS etc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a65ad54..bd2fb3d 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ edit = sed -e "s|@pkgdatadir[@]|$(PREFIX)/share/devtools|g" %: %.in Makefile lib/common.sh @echo "GEN $@" @$(RM) "$@" - @{ echo -n 'm4_changequote([[[,]]])'; cat $@.in; } | m4 -P | $(edit) >$@ + @{ echo -n 'm4_changequote([[[,]]])'; cat $@.in; } | m4 -P --define=m4_devtools_version=$V | $(edit) >$@ @chmod a-w "$@" @chmod +x "$@" @bash -O extglob -n "$@" -- cgit v1.2.3-70-g09d2