On 01/26/2014 12:55 AM, Bernhard Voelker wrote: > I think we're on the right way - and the patch looks good to me.
oops, too early: $ make syntax-check ... tests/df/skip-duplicates.sh:72: if (strcmp (mntents[done-2].mnt_dir, "/NONROOT") == 0) maint.mk: replace strcmp calls above with STREQ/STRNEQ make: *** [sc_prohibit_strcmp] Error 1 make: *** Waiting for unfinished jobs.... --- ./po/POTFILES.in +++ ./po/POTFILES.in @@ -16,11 +16,14 @@ lib/rpmatch.c lib/set-acl.c lib/siglist.h +lib/spawn-pipe.c lib/strsignal.c lib/unicodeio.c lib/userspec.c lib/verror.c lib/version-etc.c +lib/w32spawn.h +lib/wait-process.c lib/xalloc-die.c lib/xfreopen.c lib/xmemcoll.c maint.mk: you have changed the set of files with translatable diagnostics; apply the above patch make: *** [sc_po_check] Error 1 The latter sc error is not related to this patch, obviously. Have a nice day, Berny
