From 719bf47b900dbe2e646850bdd39958910e0767f6 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 23 May 2009 14:35:14 -0700 Subject: [PATCH] New src/microcode/Tags.sh. * src/microcode/Tags.sh: `make tags' in src/ (the src/Tags.sh script) expects a Tags.sh in all SUBDIR. --- src/microcode/Tags.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/microcode/Tags.sh diff --git a/src/microcode/Tags.sh b/src/microcode/Tags.sh new file mode 100755 index 000000000..600128709 --- /dev/null +++ b/src/microcode/Tags.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# +# Utility to make TAGS file for the MIT/GNU Scheme MICROCODE build +# directory. The working directory must be the build directory. + +make tags -- 2.25.1