[PATCH] Fix dummy module being included even when not needed

2013-11-07 Thread Benjamin Cama
The test was inverted. Signed-off-by: Benjamin Cama --- gnulib-tool |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib-tool b/gnulib-tool index 669931c..55fbee3 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2954,7 +2954,7 @@ ba fi done # Add the dummy mo

Re: tight-scope check confusion

2013-11-07 Thread Reuben Thomas
On 7 November 2013 14:55, Jim Meyering wrote: > Can you investigate, e.g., instrumenting those rules to see what's > happening (then I don't have to ask for instructions on how to > reproduce :-), for example, by, inserting "| tee /tmp/1" or similar in > piplelines to see what intermediate result

Re: tight-scope check confusion

2013-11-07 Thread Jim Meyering
On Wed, Nov 6, 2013 at 4:54 PM, Reuben Thomas wrote: > I turned on tight-scope by pointing it at a directory with a library in. > > To start with, it (somewhat confusingly) tells me that all my API functions > should be static. It doesn't seem to have the option to say they should be > extern. Thi