From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id C5BF3386F406; Sun, 8 Nov 2020 15:21:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5BF3386F406 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Use absolute path to libltp includes X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: e6248c2fd0d7fc633d1e76e1fd7bb5e0d1cc9ae8 X-Git-Newrev: fb967562b02e0bed196d3c149191b174ed90e674 Message-Id: <20201108152138.C5BF3386F406@sourceware.org> Date: Sun, 8 Nov 2020 15:21:38 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2020 15:21:38 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fb967562b02e0bed196d3c149191b174ed90e674 commit fb967562b02e0bed196d3c149191b174ed90e674 Author: Jon Turney Date: Wed Oct 28 20:20:27 2020 +0000 Cygwin: Use absolute path to libltp includes Use an absolute path to libltp includes, to allow for the fact that we'll be compiling tests in a subdirectory. Diff: --- winsup/testsuite/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 53eb67308..a9388ef6a 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -143,7 +143,7 @@ site.exp: ./config.status Makefile @echo "set CFLAGS \"$(ALL_CFLAGS)\"" >> ./tmp0 @echo "set MINGW_CXX \"$(MINGW_CXX)\"" >> ./tmp0 echo "set tmpdir $(objdir)/testsuite" >> ./tmp0 - @echo "set ltp_includes \"$(libltp_srcdir)/include\"" >> ./tmp0 + @echo "set ltp_includes \"$(realpath $(libltp_srcdir))/include\"" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp @cat site.bak | sed \