Must run "os2pm.scm" before making tags in microcode directory.
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Aug 2000 20:03:08 +0000 (20:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Aug 2000 20:03:08 +0000 (20:03 +0000)
etc/build-tree.sh

index b565fb6746353a07eec35509b444d5399ec1c526..f49fea598cc065818873409c1d8942b2e9bc046d 100755 (executable)
@@ -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;