From: Adam Conrad Date: Sun, 13 Apr 2025 19:40:49 +0000 (+0200) Subject: Use install_root for test destination override, not DESTDIR X-Git-Tag: archive/raspbian/2.41-8+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cbd49604b0ca44a18a37011a0ec271d49f3ee45c;p=glibc.git Use install_root for test destination override, not DESTDIR Forwarded: no Last-Update: 2020-02-08 Gbp-Pq: Topic any Gbp-Pq: Name local-test-install.diff --- diff --git a/Makefile b/Makefile index c2855fc76..c479dd603 100644 --- a/Makefile +++ b/Makefile @@ -678,7 +678,7 @@ endif # Setting INSTALL_UNCOMPRESSED causes localedata/Makefile to # install the charmaps uncompressed, as the testroot does not # provide a gunzip program. - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \ + $(MAKE) install install_root=$(objpfx)testroot.pristine \ INSTALL_UNCOMPRESSED=yes subdirs='$(sorted-subdirs)' rm -f $(symbolic-link-list) touch $(objpfx)testroot.pristine/install.stamp