Skip to content

Commit fc9c0ef

Browse files
committed
make the "Nothing to be done" output better
this adds an inline gif that works in iterm2. Have fun!
1 parent cabdc1f commit fc9c0ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

flawless.h

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

remake.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
2222
#include "variable.h"
2323
#include "debug.h"
2424

25+
#include "flawless.h"
26+
2527
#include <assert.h>
2628

2729
#ifdef HAVE_FCNTL_H
@@ -223,7 +225,7 @@ update_goal_chain (struct goaldep *goaldeps)
223225
/* Never give a message under -s or -q. */
224226
&& !silent_flag && !question_flag)
225227
OS (message, 1, ((file->phony || file->cmds == 0)
226-
? _("Nothing to be done for '%s'.")
228+
? _(FLAWLESS)
227229
: _("'%s' is up to date.")),
228230
file->name);
229231

0 commit comments

Comments
 (0)