[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * README-hacking: suggest another distribution bu
From: |
Gavin D. Smith |
Subject: |
branch master updated: * README-hacking: suggest another distribution build check recipe |
Date: |
Thu, 24 Oct 2024 15:55:51 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new f43f1cd46a * README-hacking: suggest another distribution build check
recipe
f43f1cd46a is described below
commit f43f1cd46aa84b58ba41992989f472448ea0c61f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 24 20:55:34 2024 +0100
* README-hacking: suggest another distribution build check recipe
---
ChangeLog | 4 ++++
README-hacking | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 69a48181ec..ead855711c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-24 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: suggest another distribution build check recipe
+
2024-10-24 Gavin Smith <gavinsmith0123@gmail.com>
* po_document/POTFILES.in: add a file
diff --git a/README-hacking b/README-hacking
index 142c766a01..d117b0a633 100644
--- a/README-hacking
+++ b/README-hacking
@@ -401,6 +401,12 @@ make distclean
./configure
make dist
+# test make after maintainer-clean (doesn't work as of 2024-10-24)
+./configure
+make maintainer-clean
+./configure
+make
+
# test distcheck after maintainer-clean
./configure
make maintainer-clean
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * README-hacking: suggest another distribution build check recipe,
Gavin D. Smith <=