Adjust for new release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Jul 1989 03:50:34 +0000 (03:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Jul 1989 03:50:34 +0000 (03:50 +0000)
etc/make_bin

index d2c757370a5a1d743afbf8335f7be3bed17b6beb..1d74bb9bac14bd85aaebed50138358faa455df9f 100755 (executable)
@@ -6,10 +6,11 @@ if (! -e $scheme/microcode/Psbtobin ) then
   (cd $scheme/microcode; make Psbtobin)
 endif
 
-foreach i (runtime sf)
-  cd $scheme/$i
-  foreach j (*.psb)
+cd $scheme/psb
+foreach i (*)
+  cd $scheme/psb/$i
+  foreach j (*)
     echo "Psbtobin $scheme/$i/$j"
-    $scheme/microcode/Psbtobin <$j >$j:r.bin
+    $scheme/microcode/Psbtobin < $j >! $scheme/$i/$j
   end
 end