plugins: Only warn until deprecated bindings are sorted.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 25 Feb 2017 05:25:39 +0000 (22:25 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 25 Feb 2017 05:25:39 +0000 (22:25 -0700)
src/cairo/compile.sh
src/edwin/compile.sh
src/gl/compile.sh
src/glib/compile.sh
src/gtk-screen/compile.sh
src/gtk/compile.sh
src/imail/compile.sh
src/pango/compile.sh
src/x11-screen/compile.sh
src/x11/compile.sh

index 35112755d892e5deed335c58e88ef731de273562..30cacb879b116a67f4bce650cfea945b2e63f6b3 100755 (executable)
@@ -52,4 +52,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=cairo-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index 1e7fb20c58e82a9598e128a027d49050d54212ff..78220ce2beaa60b349d197e6171af254fa9e1b3e 100755 (executable)
@@ -36,4 +36,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=edwin-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index ce0f5e9e03067e8fdfe6e07cba3e8ed516dc3724..cf39c4c4c90b6bd8c1da0e0b4d32304a94d34d69 100755 (executable)
@@ -57,4 +57,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=gl-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index 1441f6d78c9596ba81cc99a703fcf152e0679960..3063c0d22c48b6570c38174b23f00f1086460ce8 100755 (executable)
@@ -61,4 +61,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=glib-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index a507230d573f5a8c71d6053fa648ea34cd28cca7..62f9a4a7b3e2a543f46d5fcd1c8bd4fba979dc5a 100755 (executable)
@@ -50,4 +50,4 @@ EOF
 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: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index 6cd1e50ab6fa706e51ff9201e99c7b9483545357..83fdaf0575a48aa3011094106aaa59688aab587a 100755 (executable)
@@ -70,4 +70,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=gtk-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index ab5b08e68f6007919a7b28f6c8eabfda3debf08f..68eccb8e5ff483ecf0b381602009dee05e65b122 100755 (executable)
@@ -39,4 +39,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=imail-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index 928c7dff39ae784b81218a93939e8cb56f317497..7d06ba1fa67c63088399c966a9780110f395fe14 100755 (executable)
@@ -48,4 +48,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=pango-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index 5d9aba5c47d1a6c26ac41b2899b51912ccc8bff5..5424ee5fe0bebaf2acff69e0e17a08519ddd3dac 100755 (executable)
@@ -52,4 +52,4 @@ EOF
 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: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi
index d140859215e9dd28e63412a8d60dee03635111bd..96233bbf8ac3acd4a1efbcbe6e42bc81bb53be28 100755 (executable)
@@ -46,4 +46,4 @@ EOF
 SUFFIX=`echo "(display (microcode-id/operating-system-suffix))" \
        | ${MIT_SCHEME_EXE} --batch-mode`
 REPORT=x11-$SUFFIX.crf
-if [ -s "$REPORT" ]; then echo "$REPORT:1: error: not empty"; exit 1; fi
+if [ -s "$REPORT" ]; then echo "$REPORT:1: warning: not empty"; fi