X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.asd;h=18fcf002e3d1228527541c1f9f9a02bf6316442c;hb=09f07ac9d914a83f9426609f3264f4e66b5a6d97;hp=fb22dc102d996c749875bb1672f33df1a149bc2a;hpb=eb9d92a3c98130c7fe3b1bbc63dcfe285d02aba2;p=clsql.git diff --git a/clsql-uffi.asd b/clsql-uffi.asd index fb22dc1..18fcf00 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -59,14 +59,15 @@ t)) (defmethod perform ((o compile-op) (c clsql-uffi-source-file)) - #-(or win32 mswindows) - (unless (zerop (run-shell-command - #-freebsd "cd ~A; make" - #+freebsd "cd ~A; gmake" - (namestring (make-pathname :name nil - :type nil - :directory *library-file-dir*)))) - (error 'operation-error :component c :operation o))) + (unless (operation-done-p o c) + #-(or win32 mswindows) + (unless (zerop (run-shell-command + #-freebsd "cd ~A; make" + #+freebsd "cd ~A; gmake" + (namestring (make-pathname :name nil + :type nil + :directory *library-file-dir*)))) + (error 'operation-error :component c :operation o)))) (defmethod operation-done-p ((o compile-op) (c clsql-uffi-source-file)) (or (and (probe-file #p"/usr/lib/clsql/uffi.so") t)