pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Strange errors



On 10/06/2017 02:20 AM, Thomas Klausner wrote:
On Fri, Oct 06, 2017 at 02:15:26PM +0800, Paul Goyette wrote:
Ah, yes!  I had explicitly done a 'make cleandir' in libuv directory, but
not in the other directories (for the dependencies).

'make clean-depends' is your friend :)
  Thomas

Another way is to put your objects outside of the pkgsrc directory and clean everything at once. I put this in /etc/mk.conf.

WRKOBJDIR = /usr/obj

I mainly do this because my pkgsrc directory is read only but it also lets me clean the whole tree with one command - "rm -rf /usr/obj".

--
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/ IM:darcy%Vex.Net@localhost


Home | Main Index | Thread Index | Old Index