C ccc Sep 12, 2010 #1 hi I have freeBSD 8.1 Release and if I install a package from ports, should I use: Code: # make install distclean instead of: Code: # make install clean What are differences?
hi I have freeBSD 8.1 Release and if I install a package from ports, should I use: Code: # make install distclean instead of: Code: # make install clean What are differences?
wblock@ Developer Sep 12, 2010 #2 See ports(7), or # man ports | less +/distclean So it's clean, but it also deletes the distfile. That is usually not desired unless space is a big concern. But really, see the ports man page. There are lots of neat and useful targets.
See ports(7), or # man ports | less +/distclean So it's clean, but it also deletes the distfile. That is usually not desired unless space is a big concern. But really, see the ports man page. There are lots of neat and useful targets.