[parted-devel] [PATCH 3/3] don't try to translate 'lib/xstrtol-error.c'

Jim Meyering jim at meyering.net
Sat Feb 7 17:19:12 UTC 2009


Jim Meyering <jim at meyering.net> wrote:

> Jim Meyering <jim at meyering.net> wrote:
>> Otavio Salvador <otavio at ossystems.com.br> wrote:
>>> diff --git a/po/POTFILES.in b/po/POTFILES.in
>>> index 8b2a9e2..96b43f2 100644
>>> --- a/po/POTFILES.in
>>> +++ b/po/POTFILES.in
>>> @@ -13,7 +13,6 @@ lib/regcomp.c
>>>  lib/rpmatch.c
>>>  lib/version-etc.c
>>>  lib/xalloc-die.c
>>> -lib/xstrtol-error.c
>>
>> ACK, assuming "make syntax-check" still passes.
>
> Did you run "make syntax-check"?
>
> This change broke "make syntax-check", so I'm about to revert it.
>
> If you're not running ./bootstrap regularly (when building from git),
> you should start doing so.

Ahh... I see what happened.
I'd built on "next", that had created lib/xstrtol-error.c,
and it hung around even after I switched back to "master",
where syntax-check failed.

Since the gnulib xstrtol module (of which that is a part)
will eventually come in with changes from "next", I've gone
ahead and found a use for it by fixing a small infelicity
in clearfat.  It would fail to diagnose a bogus device number.

I've just pushed this:




More information about the parted-devel mailing list