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)
Wed, Aug 12, 7:07 PM
Unknown Object (File)
Wed, Aug 12, 1:59 PM
Unknown Object (File)
Tue, Aug 11, 7:34 PM
Unknown Object (File)
Sun, Aug 9, 10:42 AM
Unknown Object (File)
Sat, Aug 8, 10:05 AM
Unknown Object (File)
Fri, Aug 7, 4:52 PM
Unknown Object (File)
Wed, Jul 22, 7:58 PM
Unknown Object (File)
Wed, Jul 22, 11:14 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.