[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole 433eba17ca 092/143: Print build environment i
From: |
ELPA Syncer |
Subject: |
[elpa] externals/hyperbole 433eba17ca 092/143: Print build environment info when using eln target (#445) |
Date: |
Mon, 19 Feb 2024 15:59:14 -0500 (EST) |
branch: externals/hyperbole
commit 433eba17ca4b1e8329a493d51aa58220c8971945
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>
Print build environment info when using eln target (#445)
---
ChangeLog | 6 ++++++
Makefile | 9 ++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 07e3c65004..2458ead204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-16 Mats Lidell <matsl@gnu.org>
+
+* Makefile (eln): Use echo target for showing build info as part of the
+ eln build.
+ (echo): Show Emacs location and version in build environment info.
+
2024-01-15 Bob Weiner <rsw@gnu.org>
* hyrolo.el (hyrolo-to-entry-beginning): Rewrite to move properly.
diff --git a/Makefile b/Makefile
index 142ed1bb01..bf52af0a97 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Author: Bob Weiner
#
# Orig-Date: 15-Jun-94 at 03:42:38
-# Last-Mod: 15-Jan-24 at 08:28:48 by Mats Lidell
+# Last-Mod: 16-Jan-24 at 11:26:22 by Mats Lidell
#
# Copyright (C) 1994-2023 Free Software Foundation, Inc.
# See the file HY-COPY for license information.
@@ -260,7 +260,10 @@ help:
all: help
echo:
- which emacs; echo $(TERM); echo "$(DISPLAY)"
+ @echo "Emacs: $(shell which emacs)"
+ @echo "Version: $(shell emacs --version)"
+ @echo "TERM: $(TERM)"
+ @echo "DISPLAY: $(DISPLAY)"
install: elc install-info install-html $(data_dir)/hkey-help.txt
@@ -325,7 +328,7 @@ remove-elc:
bin: src remove-elc new-bin
# Native compilation (Requires Emacs built with native compilation support.)
-eln: src
+eln: echo src
HYPB_NATIVE_COMP=yes make new-bin
tags: TAGS
- [elpa] externals/hyperbole c51017f96b 040/143: Fix HyRolo search bug in Org mode when no * delim in file, just text, (continued)
- [elpa] externals/hyperbole c51017f96b 040/143: Fix HyRolo search bug in Org mode when no * delim in file, just text, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 7e6d2e9659 062/143: Remove flymake/flycheck/byte-compile warnings (#431), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole a4c41006cf 066/143: *ert* buffer - make {.} jump to interactively defined test def, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 3e88bb0b17 067/143: Reuse ert test result items when Smart Keys run tests from defs, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole c36535463c 071/143: Merge pull request #435 from rswgnu/matsl-rsw-run-tests-specified-by-selector, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole ffd2dcbb85 077/143: Add tests for non file ebut creation and deletion, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 3940e00d12 080/143: Fix mult-version/mixed Org installations and hyrolo improvements, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole cec4659839 082/143: ebut-delete-removes-ebut-in-non-file-buffer - Enable this test, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 1b8fb059c6 089/143: Fix HyRolo {f} and {b} commands and tests, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 3206c44448 086/143: Remove tar-ball dependency on elc files (#442), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 433eba17ca 092/143: Print build environment info when using eln target (#445),
ELPA Syncer <=
- [elpa] externals/hyperbole a85f06a9e4 090/143: Merge branch 'rsw' of hyperbole into rsw, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 19aced9b01 078/143: Fix hyrolo-org-mode hide/show commands;, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 94b792e23f 076/143: hsys-xref.el - Add forgotten file, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 72d17af6e8 081/143: Merge branch 'rsw' into HEAD, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 30ec5b242a 083/143: Merge pull request #440 from rswgnu/matsl-rsw-add-tests-for-various-ebut, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 89b2477423 094/143: Remove skip guard on test that works in batch mode, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 4c28ade4aa 093/143: Respect EMACS macro in echo target (#446), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 48210fb535 091/143: Fix hyrolo-to-entry-beginning, ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole edeaad38cd 102/143: Set copyright notice to include 2024 for files updated under 2024 (#453), ELPA Syncer, 2024/02/19
- [elpa] externals/hyperbole 44b5b447f7 101/143: Add hsettings tests (#452), ELPA Syncer, 2024/02/19