bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing dependency


From: Eric Blake
Subject: Re: missing dependency
Date: Mon, 8 Feb 2010 18:45:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> 
> I will be committing this.  Somehow, the recent gnulib-tool caching changes 
> exposed it (the missing dependency is real; I'm not sure why the old gnulib-
> tool imported obstack-printf, but the current version is correct in avoiding 
it 
> without this patch).

More details.  obstack-printf-posix-tests had a dependency on obstack-printf-
tests.  Somehow in the conversion to caching, we no longer pick up implicit 
dependencies of tests on their main module (that is, obstack-printf-tests no 
longer implies obstack-printf).  But since obstack-printf-posix-tests wasn't 
doing anything in the first place, I will squash this in.

diff --git c/ChangeLog i/ChangeLog
index a909dbb..42d5ba6 100644
--- c/ChangeLog
+++ i/ChangeLog
@@ -2,6 +2,7 @@

        obstack-printf-posix: fix dependency
        * modules/obstack-printf-posix (Depends-on): Add obstack-printf.
+       * modules/obstack-printf-posix-tests: Delete unused test module.

 2010-01-31  Bruno Haible  <address@hidden>

diff --git c/modules/obstack-printf-posix-tests i/modules/obstack-printf-posix-
tests
deleted file mode 100644
index a5b1bc1..0000000
--- c/modules/obstack-printf-posix-tests
+++ /dev/null
@@ -1,8 +0,0 @@
-Files:
-
-Depends-on:
-obstack-printf-tests
-
-configure.ac:
-
-Makefile.am:







reply via email to

[Prev in Thread] Current Thread [Next in Thread]