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: bdc0199b02f8fb61fc4c08db722


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: bdc0199b02f8fb61fc4c08db7228134cd3c4202f
Date: Fri, 2 Mar 2012 20:53:33 +0100 (CET)

revision:            bdc0199b02f8fb61fc4c08db7228134cd3c4202f
date:                2011-10-25T07:30:21
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
Close issue 194.

* Makefile.am (mostlyclean-util): Added target to clean up in the util
  directory.  This is currently needed for MacOS X.
  (mostlyclean-local): Add dependency on mostlyclean-util.


manifest:
format_version "1"

new_manifest [74647967793f6766b4ee7448728ce473639a9963]

old_revision [c954e1afd2121eff60933e93270d855a81d726ad]

patch "Makefile.am"
 from [e7645a0138a74106e628aeb82399e1adad0fbc90]
   to [e601735ae7a62b55743bef936b8acf1f2ff490fb]
============================================================
--- Makefile.am	e7645a0138a74106e628aeb82399e1adad0fbc90
+++ Makefile.am	e601735ae7a62b55743bef936b8acf1f2ff490fb
@@ -724,6 +724,11 @@ mostlyclean-tests:
 	  rmdir $${d%/*} || :; \
 	done
 
+# With the MacOS X toolchain, some stuff may be generated in the form of subdirs
+.PHONY: mostlyclean-util
+mostlyclean-util:
+	rm -rf util/txt2c.dSYM
+
 MOSTLYCLEANFILES = mtn.1 \
 	run_tester_tests   run_func_tests   run_unit_tests   run_extra_tests \
 	test/tester.status test/func.status test/unit.status test/extra.status
@@ -896,7 +901,7 @@ uninstall-local: uninstall-nls \
 	install-contrib-data install-examples-data
 uninstall-local: uninstall-nls \
 	uninstall-contrib-data uninstall-examples-data
-mostlyclean-local: mostlyclean-tests
+mostlyclean-local: mostlyclean-tests mostlyclean-util
 check-local: check-testers
 
 # All hooks supported by automake here, depending on all the things we want

reply via email to

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