From: Matt Birkholz <matt@birkholz.chandler.az.us>
Date: Sat, 23 May 2009 21:35:14 +0000 (-0700)
Subject: New src/microcode/Tags.sh.
X-Git-Tag: 20090522-FFI
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6edbf561d26629ed8d238fa990e0bc0854f297cd;p=mit-scheme.git

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.
---

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