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
Make sets various env variables to communicate with itself in cases of
recursive make files.
Notably the `MAKELEVEL` defines the number of nested `make` calls
currently active.
This can cause errors when calling an unrelated make job from within an
outer makefile.
Since `asdf` builds some software from source (using make) we need to
isolate the asdf issued make calls from the outer.
This is done by unsetting the `MAKELEVEL` variable before calling asdf.
0 commit comments