r2250: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 26 Jul 2002 05:16:45 +0000 (05:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 26 Jul 2002 05:16:45 +0000 (05:16 +0000)
set-logical.cl

index cc153dd8c931d42931e2c85d79864b968fa76ff5..e14fa1cf04c38e3cbe437ee1c8557204702cf7be 100644 (file)
                     :directory '(:relative :wild-inferiors))
                    base-pathname))
       ("**;bin;*.*.*" ,(merge-pathnames
-                   (make-pathname 
-                    :name :wild
-                    :type :wild
-                    :directory 
-                    (append '(:relative :wild-inferiors
-                                        ".bin" #.+set-logical-compiler-name+)))
-                   base-pathname)))
+                       (make-pathname 
+                        :name :wild
+                        :type :wild
+                        :directory 
+                        (append '(:relative :wild-inferiors
+                                            ".bin" #.+set-logical-compiler-name+)))
+                       base-pathname))
       ;; default is to place in .bin/<compiler> directory
       ("**;*.*.*" ,(merge-pathnames
                    (make-pathname 
@@ -86,5 +86,5 @@
                     :directory 
                     (append '(:relative :wild-inferiors
                                         ".bin" #.+set-logical-compiler-name+)))
-                   base-pathname))
-      ))
+                   base-pathname)))))
+