bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* gperf: Fix error when this module is required by some test module
@ 2019-01-27 23:02 Bruno Haible
  2019-01-28  0:35 ` Avoid build errors due to wrong references between modules Bruno Haible
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Haible @ 2019-01-27 23:02 UTC (permalink / raw)
  To: bug-gnulib

This gnulib-tool invocation

$ ./gnulib-tool --create-testdir --dir=../testdir --single-configure \
  argv-iter unicase/u16-casecoll unicase/u32-casecoll unicase/u8-casecoll \
  uninorm/u16-normcoll uninorm/u32-normcoll uninorm/u8-normcoll \
  unistdio/u16-vasnprintf unistdio/u16-vasprintf unistdio/u16-vsnprintf \
  unistdio/u16-vsprintf  unistdio/u32-vasnprintf unistdio/u32-vasprintf \
  unistdio/u32-vsnprintf unistdio/u32-vsprintf  unistdio/u8-vasnprintf \
  unistdio/u8-vasprintf unistdio/u8-vsnprintf unistdio/u8-vsprintf \
  unistdio/ulc-vasnprintf unistdio/ulc-vasprintf unistdio/ulc-vsnprintf \
  unistdio/ulc-vsprintf

produces a testdir that lacks the file
  gltests/uninorm/composition-table.h

The reason is that the $(GFERF) invocation fails, because GPERF is not
define in gltests/Makefile; it is only defined in gllib/Makefile.

This patch fixes it.


2019-01-27  Bruno Haible  <bruno@clisp.org>

	gperf: Fix error when this module is required by some test module.
	* modules/gperf (Applicability): Set to 'all'.

diff --git a/modules/gperf b/modules/gperf
index 1b5a40f..fc20866 100644
--- a/modules/gperf
+++ b/modules/gperf
@@ -1,6 +1,9 @@
 Description:
 Provides the GNU gperf build tool.
 
+Applicability:
+all
+
 Files:
 
 Depends-on:



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-28  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-27 23:02 gperf: Fix error when this module is required by some test module Bruno Haible
2019-01-28  0:35 ` Avoid build errors due to wrong references between modules Bruno Haible

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