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
As a user I don't expect that make all will write files to PREFIX (which typically requires root permission).
Writing such files should only be done with make install or sudo make install if required.
As a user I don't expect that
make allwill write files toPREFIX(which typically requires root permission).Writing such files should only be done with
make installorsudo make installif required.