initial commit
[glibc.git] / debian / patches / any / local-test-install.diff
1 Description: Use install_root for test destination override, not DESTDIR
2 Author: Adam Conrad <adconrad@ubuntu.com>
3 Forwarded: no
4 Last-Update: 2020-02-08
5
6 --- glibc-2.30.orig/Makefile
7 +++ glibc-2.30/Makefile
8 @@ -618,7 +618,7 @@ endif
9 # Setting INSTALL_UNCOMPRESSED causes localedata/Makefile to
10 # install the charmaps uncompressed, as the testroot does not
11 # provide a gunzip program.
12 - $(MAKE) install DESTDIR=$(objpfx)testroot.pristine \
13 + $(MAKE) install install_root=$(objpfx)testroot.pristine \
14 INSTALL_UNCOMPRESSED=yes subdirs='$(sorted-subdirs)'
15 rm -f $(symbolic-link-list)
16 touch $(objpfx)testroot.pristine/install.stamp