This /etc/mk.conf file is about 1400 lines long. It has make stuff for about 10 OSs, and addresses for many servers.
I dont know where I got it. I might have copied it from another dir.... I have an idea... On Mon, Sep 20, 2021 at 6:51 AM Martin Husemann <mar...@duskware.de> wrote: > > On Sun, Sep 19, 2021 at 01:21:57PM -0400, Todd Gruhn wrote: > > Here is the entire command, and error block. > > Isn't "make" a binary file? > > /usr/bin/make is, but /etc/mk.conf is a config file which usualy does > not exist at all or has a very few lines. > > Apparently you have a gigantic local make config file that you do not > understand - that is a bad thing. How did you get it? It needs to be > fixed to restrict the pkgsrc related settings to pkgsrc invocations > of make (or the conditionals fixed to work with undefined variables). > > Martin