[Bug 281373] devel/gprbuild: don't let MAKEFLAGS pollute gprbuild gmake invocation

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 08 Sep 2024 20:38:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281373

John Hein <jcfyecrayz@liamekaens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcfyecrayz@liamekaens.com

--- Comment #1 from John Hein <jcfyecrayz@liamekaens.com> ---
Created attachment 253435
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253435&action=edit
[patch] use SETENVI to clear MAKEFLAGS before sub-gmake

This patch clears the environment (specifically for MAKEFLAGS) before calling
gmake in 'stage'.  The do-install in devel/gprbuild/Makefile was nearly a copy
of do-install from bsd.port.mk.  This change just catches up to the same change
from bsd.port.mk's do-install in ports 572f2361692640bc27729191b1267aa3fcc354a7

QA:
 poudriere testport - ok
 portlint - no errors, no new warnings
 portclippy - no new out of order directives

-- 
You are receiving this mail because:
You are the assignee for the bug.