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

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

[elpa] externals/ada-mode e72d65d459: * build.sh: Move *_parse_table.txt


From: Stephen Leake
Subject: [elpa] externals/ada-mode e72d65d459: * build.sh: Move *_parse_table.txt to bin, so install.sh copies it
Date: Sun, 6 Nov 2022 08:53:54 -0500 (EST)

branch: externals/ada-mode
commit e72d65d459949e71d61f816fc5f88a6076207532
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    * build.sh: Move *_parse_table.txt to bin, so install.sh copies it
---
 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]