On Tue, Oct 15, 2013, at 10:27, Karel Zak wrote: > On Mon, Oct 14, 2013 at 10:45:11PM +0200, Benno Schulenberg wrote: > > rm: cannot remove 'mount': Is a directory > > make[2]: *** [mount] Error 1 > > rm: cannot remove 'getopt': Is a directory > > make[2]: *** [getopt] Error 1 > > Oh, it seems you have very old stuff in your work tree, try: > > git clean -xdf Thanks, that worked: $ git clean -dxf Removing getopt/ Removing mount/ Now it compiles fine, with only those five warnings in libfdisk/src/ask.c: «format '%zd' expects argument of type 'signed size_t', but...» and two unused variables in misc-utils/cal.c (when compiled without ncurses). Benno -- http://www.fastmail.fm - Choose from over 50 domains or use your own -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html