monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[monit-dev] [monit] r355 committed - cleanup


From: monit
Subject: [monit-dev] [monit] r355 committed - cleanup
Date: Tue, 05 Apr 2011 10:05:28 +0000

Revision: 355
Author:   address@hidden
Date:     Tue Apr  5 03:04:16 2011
Log:      cleanup
http://code.google.com/p/monit/source/detail?r=355

Modified:
 /trunk/Makefile.in
 /trunk/autogen.sh

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

 all : $(PROG)

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

 install:: $(PROG)
        $(INSTALL_DIR) $(DESTDIR)$(BINDIR) $(check-exit)
=======================================
--- /trunk/autogen.sh   Thu Jun  4 12:28:53 2009
+++ /trunk/autogen.sh   Tue Apr  5 03:04:16 2011
@@ -38,7 +38,7 @@
 fi

 echo "Running aclocal"
-aclocal -I m4
+aclocal
 echo "Running autoheader"
 autoheader
 echo "Running autoconf"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]