[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 2a140e3563 22/77: Merge branch 'main' into emacs
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 2a140e3563 22/77: Merge branch 'main' into emacs-30 |
Date: |
Mon, 24 Jun 2024 12:58:51 -0400 (EDT) |
branch: externals/compat
commit 2a140e3563d3039ece2ce90d7450094a9a1775ad
Merge: 4884caa838 cdf835623e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Merge branch 'main' into emacs-30
---
Makefile | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/Makefile b/Makefile
index 0e18f337c5..54d3434d0a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,33 @@
+### Makefile
+
+# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+
+# GNU Emacs is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+
+### Commentary:
+
+# The Makefile is an internal tool used for Compat development and checking on
+# the continuous integration system.
+
+# make all/compile Compile Elisp files without no-byte-compile marking
+# make force-compile Compile *all* Elisp files to check for compilation
warnings
+# make clean Delete compiled *.elc and *.info files
+# make test Run the test suite
+# make check Sanity checking of the test suite
+
+### Code:
+
.POSIX:
.PHONY: all compile force-compile test clean check
.SUFFIXES: .el .elc
- [elpa] externals/compat 7d116d8793 55/77: Merge branch 'main' into emacs-30, (continued)
- [elpa] externals/compat 7d116d8793 55/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 91492f0d7f 06/77: Disable unstable tests for now, ELPA Syncer, 2024/06/24
- [elpa] externals/compat d5c0b6f6d2 02/77: compat-30: Add compat-version declaration, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 761c28eb76 07/77: Cleanup test suite (Follow up of #25), ELPA Syncer, 2024/06/24
- [elpa] externals/compat 2cf02d0f89 03/77: compat-30.el: Fix compat-require, since Emacs 29.1 is not yet released, ELPA Syncer, 2024/06/24
- [elpa] externals/compat e2d66a8816 09/77: compat-defun: Add :min-version argument, ELPA Syncer, 2024/06/24
- [elpa] externals/compat abe97399f8 12/77: compat-30: Add static-if, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 8f1c84745f 14/77: compat-tests: Use static-if, ELPA Syncer, 2024/06/24
- [elpa] externals/compat bc22c48cf9 18/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 1bcce2dfd4 19/77: compat.texi: Fix typos, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 2a140e3563 22/77: Merge branch 'main' into emacs-30,
ELPA Syncer <=
- [elpa] externals/compat 4884caa838 21/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 9824972bfd 26/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat d4231e73e0 29/77: compat-tests: Enable merge-ordered-lists test on Emacs 30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 28a1e8e377 36/77: compat-30: Add find-buffer and get-truename-buffer, ELPA Syncer, 2024/06/24
- [elpa] externals/compat ab3fbaf31f 38/77: compat-30: Add extended completion-metadata-get, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 3e718596ac 50/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 89d77c8fe4 53/77: compat-tests.el: Enable sort-on test, ELPA Syncer, 2024/06/24
- [elpa] externals/compat f8a73191c6 52/77: Merge branch 'main' into emacs-30, ELPA Syncer, 2024/06/24
- [elpa] externals/compat 8190769d9e 61/77: compat-30: Add value< and sort with keyword arguments, ELPA Syncer, 2024/06/24
- [elpa] externals/compat ea96659971 75/77: compat-28: Fix links to tests, ELPA Syncer, 2024/06/24