public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Silence dejagnu warning in TEMP_ASM_FILES target
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-12 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Silence dejagnu warning in TEMP_ASM_FILES target Tom de Vries

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).