Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
761e1d55
Commit
761e1d55
authored
Sep 13, 2015
by
Francois-Rene Rideau
Browse files
Fix test-sysdef-asdf on CMUCL.
parent
7f1de807
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-sysdef-asdf.script
View file @
761e1d55
...
...
@@ -65,7 +65,10 @@
'parse-native-namestring
(remove-if (lambda (x) (or (emptyp x) #+os-windows (equal x "+")))
(split-string ;; don't use make(1), use the bootstrap script
(run-program `(#+os-unix "./make.sh" #+os-windows "make.bat" ,target)
(run-program `(;; CMUCL hates ./make.sh -- sigh.
#+os-unix ,(native-namestring (subpathname *asdf-directory* "make.sh"))
#+os-windows "make.bat"
,target)
#+os-windows :force-shell #+os-windows t
:directory *asdf-directory* :output :string :error-output t)
:separator #(#\space #\newline #\return #\tab)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment