monotone-commits-diffs
[Top][All Lists]
Advanced

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

[Monotone-commits-diffs] net.venge.monotone: b13e51888ed9677f494ea2816a


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: b13e51888ed9677f494ea2816a891d87b4557d16
Date: Mon, 21 Feb 2011 03:43:00 +0100 (CET)

revision:            b13e51888ed9677f494ea2816a891d87b4557d16
date:                2011-02-21T02:42:37
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* Makefile.am (AM_INSTALLCHECK_STD_OPTIONS_EXEMPT): Added to prevent
  'make distcheck' from requiring --help and --version from some of the
  smaller programs we build.
  (CLEANFILES): Make sure to clean out the built scripts, even those we
  don't install.



manifest:
format_version "1"

new_manifest [5922be1efc4724f103b2304a2c9cbc23582446c6]

old_revision [dab7b33e965732eea9f5dd5f05d6246e214db9d0]

patch "Makefile.am"
 from [76876b1be2336cc1f70ad906309e148e5d67ff7d]
   to [3ed4ef8a5b08b7c1e4bf6dc3fe0c9c41c40ff64f]
============================================================
--- Makefile.am	76876b1be2336cc1f70ad906309e148e5d67ff7d
+++ Makefile.am	3ed4ef8a5b08b7c1e4bf6dc3fe0c9c41c40ff64f
@@ -257,6 +257,11 @@ dist_mtnscripts_SCRIPTS = extra/mtn-hook
 mtnscriptsdir = $(monotonedir)/scripts
 dist_mtnscripts_SCRIPTS = extra/mtn-hooks/monotone-mail-notify
 
+# Some of the smaller programs do not have --help or --version,
+# make them exempt of the check for those.  NOTE: use this sparingly!
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
+	extra/bin/mtn-cleanup extra/mtn-hooks/monotone-mail-notify
+
 # flags
 
 # sets DEFS for just this object (autoconf's -DHAVE_CONFIG_H is useless)
@@ -693,7 +698,8 @@ BUILT_SOURCES = $(PCH_FILE) $(PCH_BUILD)
 
 BUILT_SOURCES = $(PCH_FILE) $(PCH_BUILD)
 
-CLEANFILES = $(bin_SCRIPTS) $(bashcomp_DATA) $(BUILT_SOURCES) $(CLEAN_SRCS) $(CLEAN_POFILES)
+CLEANFILES = $(bin_SCRIPTS) $(noinst_SCRIPTS) $(bashcomp_DATA) \
+	$(BUILT_SOURCES) $(CLEAN_SRCS) $(CLEAN_POFILES)
 
 # automake provides no nice way to build a helper program to execute
 # on the build machine, so we need our own rule.  almost all the

reply via email to

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