Page MenuHomeFreeBSD

Always echo commands during the install phase.
ClosedPublic

Authored by mat on Mar 8 2016, 1:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 24, 6:21 PM
Unknown Object (File)
Wed, Mar 18, 3:42 AM
Unknown Object (File)
Sun, Mar 15, 12:52 PM
Unknown Object (File)
Fri, Mar 13, 11:08 PM
Unknown Object (File)
Mon, Mar 2, 12:08 AM
Unknown Object (File)
Sun, Mar 1, 2:25 PM
Unknown Object (File)
Feb 28 2026, 5:05 PM
Unknown Object (File)
Feb 28 2026, 7:35 AM
Subscribers

Diff Detail

Event Timeline

mat updated this revision to Diff 14165.
mat retitled this revision from to Always echo commands during the install phase..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat added a reviewer: wblock.
  • Reword a bit.
gahr added a reviewer: gahr.
gahr added a subscriber: gahr.

Thank you!

This revision is now accepted and ready to land.Mar 8 2016, 3:40 PM
danfe added inline comments.
en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
5117

This is not quite true: *-install targets modify staging directory, not the end-user's filesystem (localbase). The actual make install would not show those commands (ir)regardless of their muting.

5121

I still believe that ${MKDIR} should be made an exception to this rule. Forcing it would result in lots of gratuitous changes on the existing ports, and rationale for it to be muted was explained in the past and is supported by many committers.

en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
3219

That should use dot (.), not escaped asterisk (\*). If it occurs in other places, those should be fixed as well.

This revision was automatically updated to reflect the committed changes.