Otherwise, make clean returns the following error, which is missleading. rmdir tests rmdir: failed to remove `tests': Directory not empty make: [clean] Error 1 (ignored) Signed-off-by: Peng Tao <bergwolf@xxxxxxxxx> --- lib/blkid/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/blkid/Makefile.in b/lib/blkid/Makefile.in index 9169226..618c0b2 100644 --- a/lib/blkid/Makefile.in +++ b/lib/blkid/Makefile.in @@ -181,7 +181,7 @@ clean:: tests/*.img results test_probe core profiled/* \ checker/* blkid_types.h ../libblkid.a ../libblkid_p.a \ $(SMANPAGES) blkid - -rmdir tests + -rmdir --ignore-fail-on-non-empty tests mostlyclean:: clean distclean:: clean -- 1.6.5.rc2.262.g5224f -- 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