mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
make 'ros build' a bit verbose when with -v.
This commit is contained in:
parent
4dea24d3f8
commit
9993015b04
|
|
@ -20,7 +20,8 @@
|
|||
for line = (read-line in)
|
||||
when (ignore-errors (string= line "exec" :end1 4))
|
||||
do (setf opts (parse-argv line))))
|
||||
(roswell:roswell `(,opts "-L" ,(or (ros:opt "*lisp")
|
||||
(ros:opt "default.lisp"))
|
||||
"dump" ,@(rest argv) "executable" ,(first argv))
|
||||
(roswell:roswell `(,@(when (roswell:verbose) '("-v"))
|
||||
,opts "-L" ,(or (ros:opt "*lisp")
|
||||
(ros:opt "default.lisp"))
|
||||
"dump" ,@(rest argv) "executable" ,(first argv))
|
||||
:interactive nil)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue