From af71c617a8f5c76f5775e684ffcb5dcfdaba164b Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 24 Feb 2017 22:25:39 -0700 Subject: [PATCH] plugins: Only warn until deprecated bindings are sorted. --- src/cairo/compile.sh | 2 +- src/edwin/compile.sh | 2 +- src/gl/compile.sh | 2 +- src/glib/compile.sh | 2 +- src/gtk-screen/compile.sh | 2 +- src/gtk/compile.sh | 2 +- src/imail/compile.sh | 2 +- src/pango/compile.sh | 2 +- src/x11-screen/compile.sh | 2 +- src/x11/compile.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/cairo/compile.sh b/src/cairo/compile.sh index 35112755d..30cacb879 100755 --- a/src/cairo/compile.sh +++ b/src/cairo/compile.sh @@ -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 diff --git a/src/edwin/compile.sh b/src/edwin/compile.sh index 1e7fb20c5..78220ce2b 100755 --- a/src/edwin/compile.sh +++ b/src/edwin/compile.sh @@ -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 diff --git a/src/gl/compile.sh b/src/gl/compile.sh index ce0f5e9e0..cf39c4c4c 100755 --- a/src/gl/compile.sh +++ b/src/gl/compile.sh @@ -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 diff --git a/src/glib/compile.sh b/src/glib/compile.sh index 1441f6d78..3063c0d22 100755 --- a/src/glib/compile.sh +++ b/src/glib/compile.sh @@ -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 diff --git a/src/gtk-screen/compile.sh b/src/gtk-screen/compile.sh index a507230d5..62f9a4a7b 100755 --- a/src/gtk-screen/compile.sh +++ b/src/gtk-screen/compile.sh @@ -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 diff --git a/src/gtk/compile.sh b/src/gtk/compile.sh index 6cd1e50ab..83fdaf057 100755 --- a/src/gtk/compile.sh +++ b/src/gtk/compile.sh @@ -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 diff --git a/src/imail/compile.sh b/src/imail/compile.sh index ab5b08e68..68eccb8e5 100755 --- a/src/imail/compile.sh +++ b/src/imail/compile.sh @@ -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 diff --git a/src/pango/compile.sh b/src/pango/compile.sh index 928c7dff3..7d06ba1fa 100755 --- a/src/pango/compile.sh +++ b/src/pango/compile.sh @@ -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 diff --git a/src/x11-screen/compile.sh b/src/x11-screen/compile.sh index 5d9aba5c4..5424ee5fe 100755 --- a/src/x11-screen/compile.sh +++ b/src/x11-screen/compile.sh @@ -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 diff --git a/src/x11/compile.sh b/src/x11/compile.sh index d14085921..96233bbf8 100755 --- a/src/x11/compile.sh +++ b/src/x11/compile.sh @@ -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 -- 2.25.1