From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Thu, 2 Jan 2025 10:27:09 +0000 (+1300)
Subject: Update Makefile to remove default action of running the tests.
X-Git-Tag: 1.2.0
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=mythtv-status.git

Update Makefile to remove default action of running the tests.

As per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052282
---

diff --git a/ChangeLog b/ChangeLog
index 6400efc..2e5d6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 2025-01-02  Andrew Ruthven
   Release version 1.2.0.
 
+  There isn't really a default action for the Makefile, running the tests
+  isn't really sensible.
+
 2025-01-01  Andrew Ruthven
   Strip out Debian package logic from Makefile, now in a dedicated repo.
 
diff --git a/Makefile b/Makefile
index 006500b..84f499d 100755
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,9 @@ RELEASE_FILES=$(tarball)
 TEST_VERBOSE=0
 TEST_FILES=t/*.t
 
-all: test
+# No default action.
+all:
+
 dist: test release
 
 release: $(RELEASE_FILES)