Update Makefile for xcvb 0.585
authorFrancois-Rene Rideau <tunes@google.com>
Mon, 18 Jun 2012 03:33:27 +0000 (23:33 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Mon, 18 Jun 2012 03:33:27 +0000 (23:33 -0400)
Makefile

index 16fa2c4..ba1eb79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,11 @@ install: install-with-xcvb
 install-with-xcvb:
        mkdir -p ${XCVB_WORKSPACE} ${XCVB_OBJECT_CACHE}
        xcvb mkmk --build /exscribe --setup /exscribe/setup \
-               --lisp-implementation sbcl --workspace ${XCVB_WORKSPACE} --object-cache ${XCVB_OBJECT_CACHE}
-       make -C ${XCVB_WORKSPACE} -f xcvb.mk -j || XCVB_DEBUGGING=t make -f xcvb.mk
+               --lisp-implementation sbcl \
+               --workspace ${XCVB_WORKSPACE} \
+               --object-cache ${XCVB_OBJECT_CACHE}
+       make -C ${XCVB_WORKSPACE} -f xcvb.mk -j || \
+               XCVB_DEBUGGING=t make -f xcvb.mk
        cl-launch --image ${XCVB_OBJECT_CACHE}/fare.tunes.org/exscribe.image \
                --restart exscribe::main \
                --output ${INSTALL_BIN}/exscribe \