Bug 282081

Summary: running `make index' without output to stdout
Product: Ports & Packages Reporter: Wolfram Schneider <wosch>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: In Progress ---    
Severity: Affects Only Me CC: ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D47108

Description Wolfram Schneider freebsd_committer freebsd_triage 2024-10-14 15:07:46 UTC
I tried to run `make index' without any output on success.

By default I get a message, when it starts and when it is finished.

$ git clone -q --depth=1 https://codeberg.org/freebsd/freebsd-ports
$ cd freebsd-ports
$ make -s PORTSDIR=$(pwd) index
Generating INDEX-14 - please wait.. Done.

If I set INDEX_ECHO_1ST=true the first part will be ignored, but the second part will always show

$ make -s INDEX_ECHO_1ST=true PORTSDIR=$(pwd) index
 Done.

I wish I could suppress the " Done" message as well if I set NDEX_ECHO_1ST=true