[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254135442-28755-1-git-send-email-bergwolf@gmail.com>
Date: Mon, 28 Sep 2009 18:57:22 +0800
From: Peng Tao <bergwolf@...il.com>
To: linux-ext4@...r.kernel.org
Cc: Theodore Ts'o <tytso@....edu>, Peng Tao <bergwolf@...il.com>
Subject: [PATCH] blkid/Makefile.in: ignore rmdir non-empty dir error
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@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists