SOLVED Re: PORTS: What is Makefile broken ?

2004-02-01 Thread Payam
I solved the problem (I think, I'm compiling new ports as we speak). I found my solution in another post. In /usr/local/sbin/make_describe_pass1 Change: open(|cd #{dir} make -k -j3 -f -, 'w') do |w| To: open(|cd #{dir} make -k -f -, 'w') do |w| (IE: Remove the -j3) Then I did # portsdb -uU

Re: SOLVED Re: PORTS: What is Makefile broken ?

2004-02-01 Thread Kris Kennaway
On Sun, Feb 01, 2004 at 05:06:16PM -0500, Payam wrote: I solved the problem (I think, I'm compiling new ports as we speak). I found my solution in another post. In /usr/local/sbin/make_describe_pass1 Change: open(|cd #{dir} make -k -j3 -f -, 'w') do |w| To: open(|cd #{dir} make -k