From 230294f04344b90ed657241f3573221ada0d8b20 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Aug 2000 20:03:08 +0000 Subject: [PATCH] Must run "os2pm.scm" before making tags in microcode directory. --- etc/build-tree.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/build-tree.sh b/etc/build-tree.sh index b565fb674..f49fea598 100755 --- a/etc/build-tree.sh +++ b/etc/build-tree.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: build-tree.sh,v 1.5 2000/08/18 19:33:24 cph Exp $ +# $Id: build-tree.sh,v 1.6 2000/08/18 20:03:08 cph Exp $ # # Program to finish setting up the Scheme source tree after it is # checked out. Adds required links, builds TAGS files, etc. @@ -22,8 +22,8 @@ for directory in edwin imail runtime sos do (cd $directory; ln -s ed-ffi.scm .edwin-ffi) done -(cd microcode; etags -r '/^DEF[A-Za-z_ \t(]+"\([^"]+\)"/' *.[ch]) (cd microcode; scheme -load os2pm.scm < /dev/null) +(cd microcode; etags -r '/^DEF[A-Za-z_ \t(]+"\([^"]+\)"/' *.[ch]) (cd microcode/cmpauxmd; make all) (cd pcsample; etags *.scm *.c) (cd compiler/machines/vax; -- 2.25.1