public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: dwz@sourceware.org, jakub@redhat.com
Subject: [committed] Silence dejagnu warning in TEMP_ASM_FILES target
Date: Tue, 01 Jan 2019 00:00:00 -0000	[thread overview]
Message-ID: <20191212112151.GA24177@delia> (raw)

Hi,

In the buildbot log for dwz-fedora-x86_64 we find:
...
export POINTER_SIZE=8; \
  runtest --tool=dwz -srcdir build/testsuite/ lib/no-multifile-prop.exp
WARNING: Couldn't find the global config file.
...

Fix the warning by applying the same fix as in commit f31e9de "export DEJAGNU
for make check to suppress global config file WARNING" to the TEMP_ASM_FILES
target.

Committed to trunk.

Thanks,
- Tom

Silence dejagnu warning in TEMP_ASM_FILES target

2019-12-12  Tom de Vries  <tdevries@suse.de>

	* Makefile (TEMP_ASM_FILES): Export DEJAGNU.

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 770824b..3cd5d82 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ TEMP_ASM_FILES=$(addsuffix -dw.S, $(TEST_EXECS_DWARF_ASM))
 
 $(TEMP_ASM_FILES): %-dw.S: $(TEST_SRC)/../lib/%.exp
 	export POINTER_SIZE=$(POINTER_SIZE); \
+	  export DEJAGNU=$(DEJAGNU); \
 	  runtest --tool=dwz -srcdir $(srcdir)/testsuite/ lib/$*.exp
 
 $(TEST_EXECS_DWARF_ASM): %: %-dw.S

                 reply	other threads:[~2019-12-12 11:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191212112151.GA24177@delia \
    --to=tdevries@suse.de \
    --cc=dwz@sourceware.org \
    --cc=jakub@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).