You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makefiles: remove unnecessary evaluations of PORT variable.
Remove instances of `:=` and export that were causing $(PORT) to
be evaluated where it was not needed.
This is needed for an incoming change that will verify if port is
not set.
0 commit comments