Date: Mon, 14 Oct 2024 15:07:46 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 282081] running `make index' without output to stdout Message-ID: <bug-282081-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282081 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=3D1 https://codeberg.org/freebsd/freebsd-ports $ cd freebsd-ports $ make -s PORTSDIR=3D$(pwd) index Generating INDEX-14 - please wait.. Done. If I set INDEX_ECHO_1ST=3Dtrue the first part will be ignored, but the seco= nd part will always show $ make -s INDEX_ECHO_1ST=3Dtrue PORTSDIR=3D$(pwd) index Done. I wish I could suppress the " Done" message as well if I set NDEX_ECHO_1ST= =3Dtrue --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282081-7788>