Skip to content

Commit

Permalink
mahogany: have build print useful info
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Nov 3, 2023
1 parent a58cdc2 commit 8991c8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wayland/mahogany/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/sbcl --script
;; -*- mode: lisp-mode -*-
;; -*- mode: lisp -*-

(declaim (sb-ext:muffle-conditions cl:warning))

;; Yes, this is a hack, but there really isn't any other way to do
;; this in a *nice* way.
Expand Down Expand Up @@ -31,7 +33,7 @@
(mapc
;; Ideally this would be a 'dolist' however uiop:run-program was
;; giving errors, which is odd to say the least.
(lambda (cmd) (uiop:run-program cmd))
(lambda (cmd) (print (uiop:run-program cmd :output *standard-output*)))
(mapcar
(lambda (cmd-lst)
(if (= (length cmd-lst) 1)
Expand Down

0 comments on commit 8991c8c

Please sign in to comment.