(cref/generate-constructors "cairo")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=cairo-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=cairo-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
report=devops-$suffix.crf
-if [ -s "$report" ]; then echo "$report:1: warning: not empty"; fi
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%02d:%s\\n\",NR,\$0}" $report
+fi
(load "edwin.sf")
(load "edwin.cbf"))
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=edwin-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=edwin-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "gl")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=gl-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=gl-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "glib")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=glib-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=glib-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "gtk-screen")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=gtk-screen-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=gtk-screen-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "gtk")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=gtk-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=gtk-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(load "compile.scm")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=imail-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=imail-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "pango")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=pango-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=pango-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "x11-screen")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=x11-screen-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=x11-screen-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi
(cref/generate-constructors "x11")
)
EOF
-SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
+suffix=`echo "(display (microcode-id/operating-system-suffix))" \
| ${MIT_SCHEME_EXE} --batch-mode`
-REPORT=x11-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
+report=x11-$suffix.crf
+if [ -s "$report" ]; then
+ awk "{printf \"$report:%d:%s \\n\",NR,\$0}" $report
+fi