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.source-tree-cleanup: 3d1a0f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 3d1a0f2b15a124b5f671ffef1e7e5a5758b0a3f0
Date: Mon, 27 Dec 2010 15:03:26 GMT

revision:            3d1a0f2b15a124b5f671ffef1e7e5a5758b0a3f0
date:                2010-12-27T15:03:03
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.source-tree-cleanup
changelog:
Because 'make dist' looks in both the build and source directory and
test/unit is used for things being built as well as source, we mistakenly
got object files in the dist tarball.  Therefore, we need to specify what
files from test/unit we really want in the dist tarball.
For the other test directories, this is not needed, as there's nothing that
gets build in those, they are all source.

manifest:
format_version "1"

new_manifest [fb0fc97719ac36a6a7c8a8cc907c5f5b3e7afea0]

old_revision [9f6a9ecdf33eda8608b1fe1370edf2481ef71ef0]

patch "Makefile.am"
 from [b21c32efac62530b278a0c011715a92b5771f6aa]
   to [c2866c10d6a55dbdddc16934e0010f52053ec379]
============================================================
--- Makefile.am	b21c32efac62530b278a0c011715a92b5771f6aa
+++ Makefile.am	c2866c10d6a55dbdddc16934e0010f52053ec379
@@ -359,7 +359,10 @@ EXTRA_DIST =								\
 	src/std_hooks.lua						\
 	test/func test/func-testsuite.lua				\
 	test/tester test/tester-testsuite.lua				\
-	test/unit test/unit-testsuite.lua				\
+	$(wildcard $(srcdir)/test/unit/*.cc)				\
+	$(wildcard $(srcdir)/test/unit/*.hh)				\
+	$(wildcard $(srcdir)/test/unit/tests/*.cc)			\
+	test/unit-testsuite.lua						\
 	test/src/testlib.lua						\
 									\
 	src/package_revision.txt src/package_full_revision_dist.txt	\

reply via email to

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