Drop build time dependency on the static executables.
--- a/src/Makefile.in 2018-11-25 20:27:10.691508925 +0100
+++ b/src/Makefile.in 2018-11-25 20:27:43.565631413 +0100
@@ -34,8 +34,7 @@
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-bin_PROGRAMS = rjungle$(EXEEXT) rjungle_static$(EXEEXT) \
- rjunglesparse$(EXEEXT) rjunglesparse_static$(EXEEXT)
+bin_PROGRAMS = rjungle$(EXEEXT) rjunglesparse$(EXEEXT)
subdir = src
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
s='form'>
Wojtek's customized Guix | |
Age | Commit message (Expand) | Author |
2023-10-22 | build: Add a commit-msg hook that embeds Change-Id in commit messages....Partially implements <https://issues.guix.gnu.org/66027>.
This will make it possible to track a merged commit back to its original
posting on the mailing list, and open the door to new opportunities such as
closing fully merged series automatically.
* Makefile.am (COMMIT_MSG_MAGIC): New variable.
(.git/hooks/commit-msg): New target.
* etc/git/commit-msg: New file.
* doc/contributing.texi (Configuring Git): Document Change-Id.
Series-changes: 3
- Clarify documentation text, as suggested by Simon
Change-Id: Ia92fa958eae600fdd4e180bad494c85db8bb4dd6
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
| Maxim Cournoyer |