On Mon, Sep 28, 2009 at 06:57:22PM +0800, Peng Tao wrote: > checker/* blkid_types.h ../libblkid.a ../libblkid_p.a \ > $(SMANPAGES) blkid > - -rmdir tests > + -rmdir --ignore-fail-on-non-empty tests > Sorry, NACK. This will blow up on systems that aren't using the GNU shellutils. The error is ignored, which is good enough. We can do something like this instead: @echo rmdir tests/tmp tests -@rmdir tests/tmp tests >& /dev/null If we really care, I suppose. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html