From: Adam Conrad Date: Mon, 11 May 2020 00:04:03 +0000 (+0100) Subject: Use install_root for test destination override, not DESTDIR X-Git-Tag: archive/raspbian/2.30-8+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a1fba9ea7512b2c9133084e1de1696ed1319cdc4;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