[Bug 282081] running `make index' without output to stdout

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Oct 2024 15:07:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282081

            Bug ID: 282081
           Summary: running `make index' without output to stdout
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: wosch@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.