New src/microcode/Tags.sh. 20090522-FFI
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 23 May 2009 21:35:14 +0000 (14:35 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sat, 23 May 2009 21:35:14 +0000 (14:35 -0700)
* src/microcode/Tags.sh:

`make tags' in src/ (the src/Tags.sh script) expects a Tags.sh in all
SUBDIR.

src/microcode/Tags.sh [new file with mode: 0755]

diff --git a/src/microcode/Tags.sh b/src/microcode/Tags.sh
new file mode 100755 (executable)
index 0000000..6001287
--- /dev/null
@@ -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