PDA

View Full Version : how to: reset make


sidney6
August 4th, 2009, 23:01
I didn't get the options selected correctly, in the make process, while installing from the ports collection. How do I tell it to disregard what has previously been done, and restart the process with a clean slate?

I did read the manual for make, but I didn't see it.

Thanks,
sid

Voltar
August 4th, 2009, 23:09
cd into the port directory and run

make config

To reconfigure. Then just compile and install like normal.


If you have the port installed already you may need to use make deinstall && make reinstall instead of make install

phoenix
August 4th, 2009, 23:56
Now would be an excellent time to read the ports man page. :)

morbit
August 5th, 2009, 00:25
Check rmconfig, showconfig etc. By default all config options for all ports are stored in /var/db/ports.


(Read man anyway ;) )