X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=b20b4a0f1d7555a867461a663697530d91c74d9e;hp=7c77bab35f076f71dcd43646afa3c44cfb5575fa;hb=8a8ee2d7d791b7a3efaed06420802a925d16fca3;hpb=eb9d92a3c98130c7fe3b1bbc63dcfe285d02aba2 diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 7c77bab..b20b4a0 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -53,14 +53,15 @@ t)) (defmethod perform ((o compile-op) (c clsql-mysql-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-mysql-source-file)) (or (and (probe-file #p"/usr/lib/clsql/mysql.so") t) @@ -80,7 +81,7 @@ :description "Common Lisp SQL MySQL Driver" :long-description "cl-sql-mysql package provides a database driver to the MySQL database system." - :depends-on (uffi clsql-base clsql-uffi) + :depends-on (uffi clsql clsql-uffi) :components ((:module :db-mysql :components