From 0f5b429c85b94c1655b0e1fa186d51510137e9a5 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 19 Feb 2008 23:50:33 +0100 Subject: Do not fail loading the system if the compilation directory does not exist yet. darcs-hash:171f57ad9afc7f8e98c79aeb3bd854e5508dc968 --- objective-cl-libobjcl.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'objective-cl-libobjcl.asd') diff --git a/objective-cl-libobjcl.asd b/objective-cl-libobjcl.asd index 6c08e6c..b1538b2 100644 --- a/objective-cl-libobjcl.asd +++ b/objective-cl-libobjcl.asd @@ -146,6 +146,7 @@ ;; But first, do some sanity checks about the ;; environment. (ignore-errors + (ensure-directories-exist output-parent-dir) (or (and (zerop (run-shell-command "ls -d -i '~A'" source-dir)) (zerop (run-shell-command "ls -d -i '~A'" -- cgit v1.2.3