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

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

[elpa] externals/ada-mode 27395c6f1e 2/2: Finish merge


From: Stephen Leake
Subject: [elpa] externals/ada-mode 27395c6f1e 2/2: Finish merge
Date: Tue, 6 Dec 2022 18:55:23 -0500 (EST)

branch: externals/ada-mode
commit 27395c6f1e5070b074b0e0cc9f7749f6c6780cd7
Merge: b16f2ce40b e72d65d459
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    Finish merge
---
 build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.sh b/build.sh
index f88790beba..fa87fda833 100755
--- a/build.sh
+++ b/build.sh
@@ -15,6 +15,9 @@ if type alr; then
     alr get emacs_ada_mode~8.0.2
     cd emacs_ada_mode_*; alr build --release
 
+    # WORKAROUND: this should be in alire_rules.make
+    mv emacs_ada_mode_*/ada_annex_p_lr1_parse_table.txt emacs_ada_mode_*/bin
+    
 elif type gprbuild; then
     echo "building ada-mode executables via gnat compiler"
     
@@ -45,6 +48,7 @@ elif type gprbuild; then
     $WISI_DIR/wisitoken-bnf-generate --task_count 1 ada_annex_p.wy
 
     gprbuild -p -j8 -P ada_mode_wisi_parse.gpr -aP $WISI_DIR "$@"
+    mv ada_annex_p_lr1_parse_table.txt bin
 
 else
     echo "neither Alire nor gnat compiler found"



reply via email to

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