This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=970350af0c0d0e672408757de5709908addac44f commit 970350af0c0d0e672408757de5709908addac44f Author: Nicolas Boulenguez <[email protected]> AuthorDate: Wed Apr 10 00:23:19 2024 +0200 test: Test override of a build tool Signed-off-by: Guillem Jover <[email protected]> --- scripts/t/mk/buildtools.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/t/mk/buildtools.mk b/scripts/t/mk/buildtools.mk index 865b195a9..b3aaaefd2 100644 --- a/scripts/t/mk/buildtools.mk +++ b/scripts/t/mk/buildtools.mk @@ -1,3 +1,7 @@ +AR := overridden +TEST_AR := overridden +TEST_AR_FOR_BUILD := overridden + DPKG_EXPORT_BUILDTOOLS := 1 include $(srcdir)/mk/buildtools.mk -- Dpkg.Org's dpkg

