Page MenuHomeFreeBSD

Reduce code duplication by calling fetch target
ClosedPublic

Authored by bapt on Sep 6 2019, 8:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 3, 9:54 AM
Unknown Object (File)
Thu, Sep 3, 9:54 AM
Unknown Object (File)
Thu, Sep 3, 9:53 AM
Unknown Object (File)
Thu, Sep 3, 9:53 AM
Unknown Object (File)
Tue, Sep 1, 11:34 PM
Unknown Object (File)
Sat, Aug 29, 1:40 PM
Unknown Object (File)
Sat, Aug 29, 1:03 PM
Unknown Object (File)
Sat, Aug 29, 10:13 AM
Subscribers

Details

Summary

when converting the do-fetch target to proper scripting
we lost the ability to overwrite do-fetch when running make makesum.
as reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215530

Let's call again do-fetch directly instead of duplicating its content

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 29 2019, 4:15 AM
This revision was automatically updated to reflect the committed changes.
This comment has been deleted.
head/Mk/bsd.port.mk
3876 ↗(On Diff #62697)

Shouldn't it call do-fetch? It is what the commit message says.