https://gcc.gnu.org/g:970c442dfe2ff28f8a7c27566d07eb62e1c8691f

commit r16-4628-g970c442dfe2ff28f8a7c27566d07eb62e1c8691f
Author: Eric Botcazou <[email protected]>
Date:   Sun Oct 26 10:03:10 2025 +0100

    Cobol: Suppress recipe echoing in Makefile
    
    gcc/cobol/
            * Make-lang.in ($(srcdir)/cobol/token_names.h): Silence recipe.

Diff:
---
 gcc/cobol/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/cobol/Make-lang.in b/gcc/cobol/Make-lang.in
index 1f9995febf1a..ed6b588fe729 100644
--- a/gcc/cobol/Make-lang.in
+++ b/gcc/cobol/Make-lang.in
@@ -245,7 +245,7 @@ cobol/scan.o: cobol/scan.cc                 \
 # Update token names if the generator script is installed
 # (by a developer) and there's been a change. 
 $(srcdir)/cobol/token_names.h: cobol/parse.cc
-       if [ -f [email protected] ]; then                  \
+       @if [ -f [email protected] ]; then                 \
                [email protected] $(subst .cc,.h,$^)       \
                | diff -u $@ -                  \
                | patch -t --set-time $@ ;      \

Reply via email to