THRIFT-5476 Deprecate Common Lisp support
Client: cl
Patch: Jens Geyer
diff --git a/tutorial/cl/Makefile.am b/tutorial/cl/Makefile.am
index 70c5e07..77e995c 100755
--- a/tutorial/cl/Makefile.am
+++ b/tutorial/cl/Makefile.am
@@ -36,8 +36,9 @@
# because their dependencies are shared, parallel jobs can
# end up overwriting or corrupting the compiled files
all-local: gen-cl setup-local-lisp-env $(ALL_FILE_PREREQS)
- $(SBCL) --script make-tutorial-server.lisp
- $(SBCL) --script make-tutorial-client.lisp
+ @echo 'cl broken, commented out due to deprecation'
+ ## $(SBCL) --script make-tutorial-server.lisp
+ ## $(SBCL) --script make-tutorial-client.lisp
tutorialserver: all
./TutorialServer