Is your feature request related to a problem? Please describe.
Currently, building Netkit-JH (sudo make) uses the root user for the entire process. This makes a large portion of the build directory owned by root.
Describe the solution you'd like
The build command should be just make, where sudo is only used as and when required by specific commands in the Makefiles.
Is your feature request related to a problem? Please describe. Currently, building Netkit-JH (
sudo make
) uses the root user for the entire process. This makes a large portion of the build directory owned by root.Describe the solution you'd like The build command should be just
make
, wheresudo
is only used as and when required by specific commands in the Makefiles.