potato/make: Attempt at better wording for success
Currently there is just a difference of one word in-between fail/success state, this attempts to differenciate them to make the output easier to read for complicated recipes.
This commit is contained in:
parent
8aeef1d8eb
commit
d4ad287550
@ -285,7 +285,7 @@ targets listed on the parsed command-line are used."
|
||||
#f)
|
||||
;; else
|
||||
(begin
|
||||
(print "The recipe for “~A” has succeeded.~%" target)
|
||||
(print "The recipe “~A” finished successfully.~%" target)
|
||||
(if (not (null? rest))
|
||||
(loop (car rest) (cdr rest))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user