![]() | ![]() | ![]() | ![]() |
|
faq search add article cool-stuff how-to main tips |
Posted by Jason on Thursday March 15, @12:31AMfrom the Prune-Your-Tree dept. If you use the ports tree to install applications, you should do a make clean after you install an application. Why? Because when you install a port, it creates a work directory that contains the expanded source code as well as the compiled binaries (it can take up quite a lot of hard disk space). Doing a make clean removes it. To perform this task, you need to be in the application directory. You can install a port and cleanup all in one command. Let's use bash for example. login: rootpassword: ******* # cd /usr/ports/shells/bash2 # make install && make clean (note: this would download, compile, install bash and remove the temporary files that were used for the install) < | >
|
|
|||||||||||||||||||||
|
|||||||||||||||||||||||
| "You never know how many friends you have until you own a Condo on the beach." -- Jason's Postulate |
|
| All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest ©2001 Jason Neumann. |