summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b505870)
raw | patch | inline | side by side (parent: b505870)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Mon, 24 Nov 2008 07:08:39 +0000 (02:08 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Mon, 24 Nov 2008 07:08:39 +0000 (02:08 -0500) |
tools/distclean | patch | blob | history |
diff --git a/tools/distclean b/tools/distclean
index 6035a6d6acf745d372e133261d917a44b20bd6ca..f5e0ecef373c439c83928e22ab1fcb86c0b17bd7 100755 (executable)
--- a/tools/distclean
+++ b/tools/distclean
if [ -f Makefile ]; then
echo "$0: Makefile present. Cleaning up with 'make distclean'..."
- make distclean
+ make -i distclean
if [ $? -ne 0 ]; then
echo "Uh-oh! Make distclean failed."
- echo "Please run './config.status' and try again."
exit 1
fi
fi