Page MenuHomeFreeBSD

Mk/Uses/go.mk: Fix gomod-clean target when lang/go is not installed
ClosedPublic

Authored by ygy on Sep 22 2021, 2:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 11:57 AM
Unknown Object (File)
Thu, Apr 4, 11:27 AM
Unknown Object (File)
Thu, Apr 4, 11:27 AM
Unknown Object (File)
Thu, Apr 4, 11:19 AM
Unknown Object (File)
Thu, Apr 4, 10:39 AM
Unknown Object (File)
Mon, Apr 1, 8:55 PM
Unknown Object (File)
Fri, Mar 29, 4:42 AM
Unknown Object (File)
Jan 31 2024, 2:09 AM
Subscribers
None

Details

Summary

Mk/Uses/go.mk breaks make distclean target if go is not installed.

PR: 258359
Reported by: Rin Morningstar <ports.maintainer@evilphi.com>

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

ygy requested review of this revision.Sep 22 2021, 2:58 AM
ygy created this revision.

LGTM although maybe it would be good to provide some kind of feedback on why make distclean was skipped and advise to install go to make it work.

This revision is now accepted and ready to land.Sep 22 2021, 4:04 PM
In D32054#723427, @dmgk wrote:

LGTM although maybe it would be good to provide some kind of feedback on why make distclean was skipped and advise to install go to make it work.

Yes, that would be helpful. I do think it should remain informational rather than an error.

ygy edited the summary of this revision. (Show Details)
This revision now requires review to proceed.Nov 3 2021, 12:25 AM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 7 2021, 1:29 AM
This revision was automatically updated to reflect the committed changes.