From: Adam Conrad Date: Wed, 25 Mar 2020 12:56:56 +0000 (+0000) Subject: Use install_root for test destination override, not DESTDIR X-Git-Tag: archive/raspbian/2.30-4+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=56e0bce6ee5832c90ac89ce367d04e0ca1bb723b;p=glibc.git Use install_root for test destination override, not DESTDIR Forwarded: no Last-Update: 2019-09-16 Gbp-Pq: Topic any Gbp-Pq: Name local-test-install.diff --- diff --git a/Makefile b/Makefile index 5ec9ac081..70865ec9e 100644 --- a/Makefile +++ b/Makefile @@ -418,7 +418,7 @@ ifeq ($(run-built-tests),yes) $(test-wrapper) cp $$dso $(objpfx)testroot.pristine$$dso ;\ done endif - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \ + $(MAKE) install install_root=$(objpfx)testroot.pristine \ subdirs='$(sorted-subdirs)' touch $(objpfx)testroot.pristine/install.stamp