From: Theodore Ts'o Date: Sun, 4 Oct 2009 02:33:47 +0000 (-0400) Subject: blkid: Avoid a potentially error message when running "make clean" X-Git-Tag: v1.41.10~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7822f784f1edf767cc74044e02702a6d44cee267;p=thirdparty%2Fe2fsprogs.git blkid: Avoid a potentially error message when running "make clean" This error isn't terribly important, but apparently it causes some users/developers distress. Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/blkid/Makefile.in b/lib/blkid/Makefile.in index 916922617..933971891 100644 --- a/lib/blkid/Makefile.in +++ b/lib/blkid/Makefile.in @@ -181,7 +181,8 @@ clean:: tests/*.img results test_probe core profiled/* \ checker/* blkid_types.h ../libblkid.a ../libblkid_p.a \ $(SMANPAGES) blkid - -rmdir tests + @echo rmdir tests/tmp tests + @(rmdir tests/tmp tests 2> /dev/null ; exit 0) mostlyclean:: clean distclean:: clean