From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2041) id BD5B73858D1E; Thu, 28 Apr 2022 03:50:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD5B73858D1E Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Vladimir Mezentsev To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] gprofng: test suite problems X-Act-Checkin: binutils-gdb X-Git-Author: Vladimir Mezentsev X-Git-Refname: refs/heads/master X-Git-Oldrev: 414705d1c2d359694459d3991a0975d051ac70b5 X-Git-Newrev: 0e12331a9bf980f24e6fe4aa1b22b431950883ba Message-Id: <20220428035000.BD5B73858D1E@sourceware.org> Date: Thu, 28 Apr 2022 03:50:00 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2022 03:50:00 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0e12331a9bf9= 80f24e6fe4aa1b22b431950883ba commit 0e12331a9bf980f24e6fe4aa1b22b431950883ba Author: Vladimir Mezentsev Date: Wed Apr 27 02:17:02 2022 -0700 gprofng: test suite problems =20 gprofng/ChangeLog 2022-04-27 Vladimir Mezentsev =20 PR gprofng/29065 * testsuite/lib/Makefile.skel: Search parent dir for libs too. Diff: --- gprofng/testsuite/lib/Makefile.skel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gprofng/testsuite/lib/Makefile.skel b/gprofng/testsuite/lib/Ma= kefile.skel index 7134c2715b5..7810ba7ed7a 100644 --- a/gprofng/testsuite/lib/Makefile.skel +++ b/gprofng/testsuite/lib/Makefile.skel @@ -39,8 +39,8 @@ DISPLAY =3D $(GPROFNG) display text EXPERIMENT =3D test.er DISPLAY_LOG =3D display.log =20 - -export LD_LIBRARY_PATH :=3D $(shell dirname $$(find ../root -name libgprof= ng.so.0 | head -1)) +gprofng_dir :=3D $(shell dirname $$(find ../root -name libgprofng.so.0 | h= ead -1)) +export LD_LIBRARY_PATH :=3D $(gprofng_dir):$(gprofng_dir)/.. =20 .PHONY: all collect compare clobber clean