From: Adam Conrad Date: Sat, 1 Jun 2024 21:16:35 +0000 (+0200) Subject: Use install_root for test destination override, not DESTDIR X-Git-Tag: archive/raspbian/2.38-12+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=122d8fb9748d59a4bee66d69e1fe94b6536c6bad;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 b5d479dc1..d68491396 100644 --- a/Makefile +++ b/Makefile @@ -665,7 +665,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