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)
Fri, Mar 1, 10:34 PM
Unknown Object (File)
Dec 20 2023, 1:43 AM
Unknown Object (File)
Dec 11 2023, 12:29 AM
Unknown Object (File)
Dec 9 2023, 12:10 PM
Unknown Object (File)
Dec 8 2023, 7:16 AM
Unknown Object (File)
Nov 26 2023, 11:21 PM
Unknown Object (File)
Nov 9 2023, 3:44 PM
Unknown Object (File)
Nov 7 2023, 11:53 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 4789
Build 4845: 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.