[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New Jitter tag v0.7.311, updated jitter submodule in poke, working aroun
From: |
Luca Saiu |
Subject: |
New Jitter tag v0.7.311, updated jitter submodule in poke, working around what looks like an Automake bug |
Date: |
Thu, 16 May 2024 18:57:59 +0000 |
User-agent: |
pEp-mail-tool with Gnus v5.13, GNU Emacs 30.0.50, GNU/Linux x86_64-pc-linux-gnu |
This was fun to find:
diff --git a/Makefile.am b/Makefile.am
index d36a3b14..c10081a6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2440,6 +2440,25 @@ check_SCRIPTS += \
clean-generated-examples:
(cd "$(srcdir)"; rm -f $(JITTER_GENERATED_FILES))
+# Temporary hack to avoid using a machine-generated clean-lisp target that,
+# as far as I can see, does very wrong things falling into the body of
+# another machine-generated make rule for install-man1 , with the head and
+# the first line of the body commented out.
+# I noticed this generated code:
+# clean-lisp:
+# -rm -f $(ELCFILES)
+# #install-man1: $(dist_man1_MANS)
+# # @$(NORMAL_INSTALL)
+# @list1='$(dist_man1_MANS)'; \
+# list2=''; \
+# test -n "$(man1dir)" \
+# ...and so on. The long command line about man page installation was
+# executed as part of clean-lisp !
+clean-lisp:
+ @echo "Overriding the clean-lisp target, to avoid some strange" \
+ "behaviour which might come from an Automake bug. This is" \
+ "to be investigated, as of 2024-05-16 --positron"
+
clean-local:
rm -r -f "$(builddir)/example-vms/*/*.$(OBJEXT)"
rm -r -f $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES) $(noinst_DATA)
--
Luca Saiu https://ageinghacker.net
GNU Jitter https://www.gnu.org/software/jitter
GNU epsilon https://www.gnu.org/software/epsilon
pEp-mail-tool https://codeberg.org/pEp/pEp-mail-tool
I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".
sender_key.asc
Description: application/pgp-keys
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- New Jitter tag v0.7.311, updated jitter submodule in poke, working around what looks like an Automake bug,
Luca Saiu <=