From: Matt Birkholz Date: Sat, 23 May 2009 21:35:14 +0000 (-0700) Subject: New src/microcode/Tags.sh. X-Git-Tag: 20090522-FFI^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=719bf47b900dbe2e646850bdd39958910e0767f6;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