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:
Kreyren 2021-12-07 19:55:38 +00:00 committed by GitHub
parent 8aeef1d8eb
commit d4ad287550
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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))