r8998: conditionalize shell command for windows
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 13 Apr 2004 17:41:49 +0000 (17:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 13 Apr 2004 17:41:49 +0000 (17:41 +0000)
clsql-mysql.asd
clsql-uffi.asd

index 9cb9739f6cf69c5610791f3491673d28fa88e75a..62945386fdacf30519241d7c6cdf3f3ad25db810 100644 (file)
@@ -51,6 +51,7 @@
   nil) 
 
 (defmethod perform ((o compile-op) (c clsql-mysql-source-file))
   nil) 
 
 (defmethod perform ((o compile-op) (c clsql-mysql-source-file))
+  #-(or win32 mswindows)
   (unless (zerop (run-shell-command
                  "cd ~A; make"
                  (namestring (make-pathname :name nil
   (unless (zerop (run-shell-command
                  "cd ~A; make"
                  (namestring (make-pathname :name nil
index 93bcb73e300fb0266b7d4619ab8465aa34d5574c..64a20a96c97af11ad8a6ef5d81e68c7141c21136 100644 (file)
@@ -57,6 +57,7 @@
   nil) 
 
 (defmethod perform ((o compile-op) (c clsql-uffi-source-file))
   nil) 
 
 (defmethod perform ((o compile-op) (c clsql-uffi-source-file))
+  #-(or win32 mswindows)
   (unless (zerop (run-shell-command
                  "cd ~A; make"
                  (namestring (make-pathname :name nil
   (unless (zerop (run-shell-command
                  "cd ~A; make"
                  (namestring (make-pathname :name nil