emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]