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: 7537af4f25f242ab5d3389b4cc


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 7537af4f25f242ab5d3389b4cca23fe90f67e49a
Date: Wed, 23 Feb 2011 13:00:17 +0100 (CET)

revision:            7537af4f25f242ab5d3389b4cca23fe90f67e49a
date:                2011-02-23T11:58:27
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
Ongoing cleanup of cleaning targets.

* Makefile.am (mostlyclean-tests): Because they are mentioned in other
  variables that make it clear these should be cleaned, remove test/bin,
  test/src/testlib.cc and util/txt2c from this target.
  (DISTCLEANFILES): Because they are already removed by the target
  mostlyclean-tests, remove run_tester_tests, run_unit_tests,
  run_func_tests, run_extra_tests, test/tester.status, test/unit.status,
  test/func.status and test/extra.status from this variable.
  Additionally, remove src/mt-stdint.h, since it seems not to be
  generated (or used) anywhere any more.
  (CLEAN_SRCS): Instead of copying the file names mentioned in them (and
  possibly missing some files), use the macros $(nodist_mtn_SOURCES) and
  $(nodist_test_bin_tester_SOURCES) in the definition of this variable.
  Also, remove mtn.1, as it's already cleaned elsewhere.

manifest:
format_version "1"

new_manifest [ffeb24c418a0d08c85353747ec1c4f0680e5f75b]

old_revision [785f9aed6e899074a1a042029b0538e4d9f558c1]

patch "Makefile.am"
 from [42b1ff138d48f7ce985dc49c1221d6db70e00665]
   to [2070137b061b337f4a8c8a78b4a85c7d84c68228]
============================================================
--- Makefile.am	42b1ff138d48f7ce985dc49c1221d6db70e00665
+++ Makefile.am	2070137b061b337f4a8c8a78b4a85c7d84c68228
@@ -671,8 +671,8 @@ mostlyclean-tests:
 #	 automake's man page
 .PHONY: mostlyclean-tests
 mostlyclean-tests:
-	rm -rf test/bin test/work
-	rm -f run_*_tests test/*.status test/src/testlib.cc util/txt2c
+	rm -rf test/work
+	rm -f run_*_tests test/*.status
 	@ls test/unit/tests/*/__driver__.lua 2>/dev/null | while read d; do \
 	  echo " rm -f '$$d'"; \
 	  rm -f $$d; \
@@ -680,9 +680,7 @@ mostlyclean-tests:
 	  rmdir $${d%/*} || :; \
 	done
 
-DISTCLEANFILES = src/mt-stdint.h src/xgettext.opts src/pch-build.hh.gch.dep	\
-	run_tester_tests run_unit_tests run_func_tests run_extra_tests		\
-	test/tester.status test/unit.status test/func.status test/extra.status
+DISTCLEANFILES = src/xgettext.opts src/pch-build.hh.gch.dep
 
 # we generate some source files to copy data into the executable
 # note that the only things that should go in BUILT_SRCS are things
@@ -691,11 +689,10 @@ DISTCLEANFILES = src/mt-stdint.h src/xge
 
 # package_revision.txt and package_full_revision_dist.txt are shipped
 # in the distribution, so don't delete them here
-CLEAN_SRCS = src/std_hooks.cc unit/src/testlib.cc src/schema.cc \
-	src/package_revision.cc src/package_full_revision.cc \
-	src/package_revision_raw.txt \
-	src/package_full_revision.txt src/package_full_revision_raw.txt \
-	mtn.1
+CLEAN_SRCS = $(nodist_mtn_SOURCES) $(nodist_test_bin_tester_SOURCES)	\
+	src/package_revision.cc src/package_full_revision.cc		\
+	src/package_revision_raw.txt					\
+	src/package_full_revision.txt src/package_full_revision_raw.txt
 
 BUILT_SOURCES = $(PCH_FILE) $(PCH_BUILD)
 

reply via email to

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