[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/graphql ea85c2b32b 47/56: Allow makefile to be run loca
From: |
ELPA Syncer |
Subject: |
[elpa] externals/graphql ea85c2b32b 47/56: Allow makefile to be run locally without duplication |
Date: |
Sat, 29 Oct 2022 13:58:13 -0400 (EDT) |
branch: externals/graphql
commit ea85c2b32be52c29e435be669445a67edfd80508
Author: Sean Allred <code@seanallred.com>
Commit: Sean Allred <code@seanallred.com>
Allow makefile to be run locally without duplication
---
Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Makefile b/Makefile
index c80cf398b0..7cbafb6986 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
# EMACS_VERSION should be set in your ~/.profile on your development machine
+EMAKE_SHA1 ?= $(shell yq r .travis.yml 'env.global[0]' | cut -d=
-f2)
PACKAGE_BASENAME := graphql
.DEFAULT_GOAL: help
+emake.mk: export EMAKE_SHA1 := $(EMAKE_SHA1)
+emake.mk: ## download the emake Makefile
+ $(shell yq r .travis.yml 'before_install[0]')
+
include emake.mk
- [elpa] externals/graphql 32933981a9 32/56: Add support for specifying GraphQL lists using Lisp vector syntax, (continued)
- [elpa] externals/graphql 32933981a9 32/56: Add support for specifying GraphQL lists using Lisp vector syntax, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 8d45c98e9f 24/56: Run tests on Travis, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 57a3dfe5bf 33/56: Correct capitalization, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql b3db1ff740 34/56: Response form should mirror input form when using macros, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 3eb2416913 36/56: Make sure 'plain' cons cell keys are not cons cells themselves, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql d71e6b218c 39/56: Require subr-x for thread-last in examples.el, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 8b29e7e335 41/56: Fix emacs build on CI, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 093c761981 43/56: Switch to the real Emake, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 4338f9b280 44/56: Fix checkdoc and package-lint errors, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 4a6e055723 46/56: Test 26.1 on CI, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql ea85c2b32b 47/56: Allow makefile to be run locally without duplication,
ELPA Syncer <=
- [elpa] externals/graphql a9ab8d7186 50/56: Fix version check, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 672dd9ebd7 51/56: Release version 0.1.1, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql c16c8e9a1b 52/56: Add badges, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql d2bb248d2c 54/56: Use new version of Emake, ELPA Syncer, 2022/10/29