Update of /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim In directory clnet:/tmp/cvs-serv21482/Apps/Scigraph/dwim
Modified Files: load-dwim.lisp Log Message: Make sure the output directory exists before compiling.
--- /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim/load-dwim.lisp 2006/10/28 17:11:31 1.4 +++ /project/mcclim/cvsroot/mcclim/Apps/Scigraph/dwim/load-dwim.lisp 2007/01/07 19:54:52 1.5 @@ -119,6 +119,7 @@ (binary (make-pathname :defaults bin-dir :name name :type (file-type-for-binaries)))) + (ensure-directories-exist bin-dir) (when (or (not (probe-file binary)) (< (file-write-date binary) (file-write-date source))) (compile-file source :output-file binary))