(cref/generate-constructors "mit-3d")))
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=mit-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
-REPORT=mit-3d-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=mit-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d: %s\\n\",NR,\$0}" $report
+fi
+report=mit-3d-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d: %s\\n\",NR,\$0}" $report
+fi