In *nix, when I compile software, when should I do:
# make install
vs
# make install clean
?
|
In *nix, when I compile software, when should I do:
vs
? | |||
|
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
When you call There is some discussion of this in the Upgrading Ports section of the FreeBSD Handbook where it says:
Also, as a side note: Don't build your package as root unless you really need to. In general you should work in an unprivileged account and then as a final step you can do | |||||||||||
feedback
|
|
From the FreeBSD Handbook,
is equilavent to running the following 3 commands seperatorly:
| |||
|
feedback
|