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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnat-compiler 319951218d 1/2: * ELPA.make: Delete WISI;


From: Stephen Leake
Subject: [elpa] externals/gnat-compiler 319951218d 1/2: * ELPA.make: Delete WISI; not useful
Date: Thu, 15 Dec 2022 13:43:23 -0500 (EST)

branch: externals/gnat-compiler
commit 319951218de9d4a9611ef96319f0c9446c2828b6
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    * ELPA.make: Delete WISI; not useful
---
 ELPA.make | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ELPA.make b/ELPA.make
index b0953e309f..a9377cdb18 100644
--- a/ELPA.make
+++ b/ELPA.make
@@ -6,11 +6,9 @@ all : byte-compile autoloads
 
 ifeq ($(shell uname),Linux)
 EMACS_EXE ?= emacs
-WISI ?= /Projects/org.emacs.wisi
 
 else ifeq ($(shell uname),Darwin)
 EMACS_EXE ?= "/Applications/Emacs.app/Contents/MacOS/Emacs"
-WISI ?= /Projects/org.emacs.wisi
 
 else
 # windows
@@ -22,7 +20,6 @@ endif
 
 BYTE_COMPILE := "(progn (setq byte-compile-error-on-warn 
t)(batch-byte-compile))"
 byte-compile : byte-compile-clean
-       $(MAKE) -C $(WISI)/build byte-compile autoloads
        $(EMACS_EXE) -Q -batch -L . -L $(WISI) --eval $(BYTE_COMPILE) *.el
 
 byte-compile-clean :



reply via email to

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