diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-19 23:50:33 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-19 23:50:33 +0100 |
commit | 0f5b429c85b94c1655b0e1fa186d51510137e9a5 (patch) | |
tree | ef64ff652529e22ad4350eb7ba4d62433ee4a4f8 | |
parent | 62cf73f61556ad494ebe98dc6bb349086da5453c (diff) |
Do not fail loading the system if the compilation directory does not exist yet.
darcs-hash:171f57ad9afc7f8e98c79aeb3bd854e5508dc968
-rw-r--r-- | objective-cl-libobjcl.asd | 1 |
1 files changed, 1 insertions, 0 deletions
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'" |