#!/bin/sh
#
-# $Id: Clean.sh,v 1.1 2000/12/08 05:53:17 cph Exp $
+# $Id: Clean.sh,v 1.2 2000/12/08 06:12:52 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
case "${1}" in
distclean | maintainer-clean)
rm -f machine compiler.cbf compiler.pkg compiler.sf make.com
+ rm -f machines/vax/dinstr[123].scm
;;
esac
#!/bin/sh
#
-# $Id: Setup.sh,v 1.1 2000/12/08 05:34:01 cph Exp $
+# $Id: Setup.sh,v 1.2 2000/12/08 06:09:03 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
}
for N in 1 2 3; do
- maybe_link machines/vax/dinstr$${N}.scm instr$${N}.scm
+ maybe_link machines/vax/dinstr${N}.scm instr${N}.scm
done
exit 0
#!/bin/sh
#
-# $Id: Clean.sh,v 1.3 2000/12/08 06:04:32 cph Exp $
+# $Id: Clean.sh,v 1.4 2000/12/08 06:07:23 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
exit 1
fi
-case "${1}" in
+case "${COMMAND}" in
mostlyclean | clean | distclean)
;;
maintainer-clean)
--- /dev/null
+#!/bin/sh
+#
+# $Id: Tags.sh,v 1.1 2000/12/08 06:04:32 cph Exp $
+#
+# Copyright (c) 2000 Massachusetts Institute of Technology
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+# Utility to make TAGS file for an MIT Scheme build directory.
+# The working directory must be the build directory.
+
+etags *.scm