Page MenuHomeFreeBSD

Get make missing to work again.
ClosedPublic

Authored by mat on Aug 15 2016, 1:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 12:45 PM
Unknown Object (File)
Wed, Nov 5, 4:11 AM
Unknown Object (File)
Tue, Nov 4, 12:54 PM
Unknown Object (File)
Thu, Oct 30, 8:04 PM
Unknown Object (File)
Sun, Oct 26, 7:14 AM
Unknown Object (File)
Thu, Oct 23, 5:50 PM
Unknown Object (File)
Oct 23 2025, 4:11 AM
Unknown Object (File)
Oct 20 2025, 12:26 AM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr
Commits
rP420323: Unbreak make missing.
Summary

Without this patch, in www/firefox on my dev box, it goes:

$ make missing|wc
     115     115    2031

With the patch:

$ make missing|wc
      68      68    3187

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 4791
Build 4847: arc lint + arc unit

Event Timeline

mat retitled this revision from to Get make missing to work again..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
mat added a reviewer: portmgr.
mat added subscribers: crees, wblock.
mat edited edge metadata.
  • missing implies recursive.
mat edited edge metadata.
  • Remove test stuff.
  • More missing implies recursive stuff.
mat edited edge metadata.
  • Make it less silly, and have it actually output origins like it should.
mat edited edge metadata.
  • Still echo only origins, but keep depends-list.sh echo'ing full paths.
mat edited edge metadata.
  • Revert that change.

Seems to work, but only lightly tested here.

Mk/Scripts/depends-list.sh
74

spelling, "missing"

This revision was automatically updated to reflect the committed changes.