From ac9b6df28f585128b711c7c9450266ed969cc0c0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 31 Oct 2021 00:55:50 -0400 Subject: sim: igen: tighten up build output Add a new stamp helper for quiet builds, and don't dump the command line options when it runs. That isn't standard tool behavior, and doesn't really seem necessary in any way. --- sim/igen/igen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/igen') diff --git a/sim/igen/igen.c b/sim/igen/igen.c index e649f85..952f8e9 100644 --- a/sim/igen/igen.c +++ b/sim/igen/igen.c @@ -1166,10 +1166,12 @@ main (int argc, char **argv, char **envp) "B:D:F:G:H:I:M:N:P:T:W:o:k:i:n:hc:d:e:m:r:s:t:f:x")) != -1) { +#if 0 /* For debugging. */ fprintf (stderr, " -%c ", ch); if (optarg) fprintf (stderr, "%s ", optarg); fprintf (stderr, "\\\n"); +#endif switch (ch) { -- cgit v1.1