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)
Feb 26 2024, 7:39 AM
Unknown Object (File)
Jan 28 2024, 11:58 AM
Unknown Object (File)
Jan 17 2024, 2:40 PM
Unknown Object (File)
Jan 13 2024, 11:59 PM
Unknown Object (File)
Dec 22 2023, 10:55 PM
Unknown Object (File)
Dec 20 2023, 8:57 PM
Unknown Object (File)
Dec 20 2023, 6:29 AM
Unknown Object (File)
Oct 14 2023, 5:52 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
Lint Not Applicable
Unit
Tests Not Applicable

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

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