git: 220c6d922a84 - main - ncurses: Silence MKuserdefs.sh call

Renato Botelho garga at FreeBSD.org
Thu Feb 25 18:22:31 UTC 2021


The branch main has been updated by garga (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=220c6d922a84f6679d72dfc5bac762b4c4812199

commit 220c6d922a84f6679d72dfc5bac762b4c4812199
Author:     Renato Botelho <garga at FreeBSD.org>
AuthorDate: 2021-02-25 18:15:39 +0000
Commit:     Renato Botelho <garga at FreeBSD.org>
CommitDate: 2021-02-25 18:22:17 +0000

    ncurses: Silence MKuserdefs.sh call
    
    Remove -x flag from sh used to execute MKuserdefs.sh during ncurses
    build and stop polluting make -s output
    
    Reviewed by:            bapt, manu
    Approved by:            bapt
    Differential Revision:  https://reviews.freebsd.org/D28885
---
 lib/ncurses/ncurses/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index aff569a79845..68ed3b39f458 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -362,7 +362,7 @@ fallback.c: MKfallback.sh
 	    mv -f ${.TARGET}.tmp ${.TARGET}
 
 comp_userdefs.c: MKuserdefs.sh Caps Caps-ncurses make_hash
-	env PATH=${BTOOLSPATH:U.}:${PATH} sh -x ${NCURSES_DIR}/ncurses/tinfo/MKuserdefs.sh "${AWK}" \
+	env PATH=${BTOOLSPATH:U.}:${PATH} sh ${NCURSES_DIR}/ncurses/tinfo/MKuserdefs.sh "${AWK}" \
 	    ${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps ${NCURSES_DIR}/include/Caps-ncurses > ${.TARGET}
 
 # Generated headers


More information about the dev-commits-src-main mailing list