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)
Sun, Feb 23, 8:58 PM
Unknown Object (File)
Feb 11 2025, 1:26 PM
Unknown Object (File)
Feb 2 2025, 2:07 PM
Unknown Object (File)
Jan 29 2025, 9:36 PM
Unknown Object (File)
Jan 24 2025, 4:01 AM
Unknown Object (File)
Jan 24 2025, 12:31 AM
Unknown Object (File)
Jan 23 2025, 8:47 PM
Unknown Object (File)
Jan 21 2025, 10:40 PM
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.