projects
/
mythtv-status.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1718d95
)
Update Makefile to remove default action of running the tests.
master
1.2.0
author
Andrew Ruthven
<andrew@etc.gen.nz>
Thu, 2 Jan 2025 10:27:09 +0000
(23:27 +1300)
committer
Andrew Ruthven
<andrew@etc.gen.nz>
Thu, 2 Jan 2025 10:27:09 +0000
(23:27 +1300)
As per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1052282
ChangeLog
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6400efc8062a17649ec51a69f6446b11c68802a8..2e5d6d2ba2d7ee559e69d01cd64b9d2e9ef0a8c0 100644
(file)
--- 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 006500b1b493b0306fbf4f11982f07f1f5b4b3bc..84f499d93c7caa36389f838889e9aa0f0bec69f0 100755
(executable)
--- 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)