From: Adam Conrad Date: Thu, 15 Feb 2024 22:29:51 +0000 (+0000) Subject: Use install_root for test destination override, not DESTDIR X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u10~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=436234e2fb934e96cd78bcd1655a27f3f18379e2;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 d76aceafa..3f5c4a1a2 100644 --- a/Makefile +++ b/Makefile @@ -635,7 +635,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