Code

check_disk_smb: Allow for specifying an IP address
[nagiosplug.git] / tools / distclean
index 6035a6d6acf745d372e133261d917a44b20bd6ca..f5e0ecef373c439c83928e22ab1fcb86c0b17bd7 100755 (executable)
@@ -12,10 +12,9 @@ fi
 
 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