Revision: 359
Author:   mmo...@tildeslash.com
Date:     Tue Apr  5 09:57:58 2011
Log:      [No log message]
http://code.google.com/p/monit/source/detail?r=359

Modified:
 /trunk/Makefile.in
 /trunk/make_dist

=======================================
--- /trunk/Makefile.in  Tue Apr  5 03:04:16 2011
+++ /trunk/Makefile.in  Tue Apr  5 09:57:58 2011
@@ -14,7 +14,7 @@
 # ---------------------------------------------------------------------
 #
 # SYNOPSIS
-#     make {all|install|clean|uninstall|distclean}
+#     make {all|install|clean|uninstall|distclean|devclean}
 #
 # AUTHOR:
 #     Jan-Henrik Haukeland, <h...@tildeslash.com>
@@ -114,7 +114,7 @@
 # -------
 # Targets
 # -------
-.PHONY: all clean install uninstall distclean
+.PHONY: all clean install uninstall distclean devclean

 all : $(PROG)

@@ -127,7 +127,10 @@
 # remove configure files
 distclean:: clean
        $(RM) config.cache config.log config.status Makefile config.h \
-       autom4te* configure config.h.in aclocal.m4 y.output monit.1
+       autom4te*
+
+devclean:: clean distclean
+       $(RM) configure config.h.in aclocal.m4

 install:: $(PROG)
        $(INSTALL_DIR) $(DESTDIR)$(BINDIR) $(check-exit)
=======================================
--- /trunk/make_dist    Tue Apr  5 09:53:42 2011
+++ /trunk/make_dist    Tue Apr  5 09:57:58 2011
@@ -40,7 +40,7 @@

 # Cleanup before build
 rm -f *.tar.gz
-${MAKE} distclean
+${MAKE} devclean
 clean_up

 # --------------------

_______________________________________________
monit-dev mailing list
monit-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monit-dev

Reply via email to