monit-dev
[Top][All Lists]
Advanced

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

[monit-dev] [monit] r359 committed - [No log message]


From: monit
Subject: [monit-dev] [monit] r359 committed - [No log message]
Date: Tue, 05 Apr 2011 16:59:11 +0000

Revision: 359
Author:   address@hidden
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, <address@hidden>
@@ -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

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



reply via email to

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