Re: svn commit: r202070 - head/usr.bin/make

2010-01-11 Thread Harti Brandt
Hi, On Mon, 11 Jan 2010, Andrey Chernov wrote: AC>On Mon, Jan 11, 2010 at 09:16:42AM +, Hartmut Brandt wrote: AC>> @@ -1807,8 +1807,6 @@ JobStart(GNode *gn, int flags, Job *prev AC>>} else { AC>>fprintf(stdout, "Remaking `%s'\n", gn->name); AC>>

Re: svn commit: r202070 - head/usr.bin/make

2010-01-11 Thread Andrey Chernov
On Mon, Jan 11, 2010 at 09:16:42AM +, Hartmut Brandt wrote: > @@ -1807,8 +1807,6 @@ JobStart(GNode *gn, int flags, Job *prev > } else { > fprintf(stdout, "Remaking `%s'\n", gn->name); > fflush(stdout); > - if ((tdir =

svn commit: r202070 - head/usr.bin/make

2010-01-11 Thread Hartmut Brandt
Author: harti Date: Mon Jan 11 09:16:42 2010 New Revision: 202070 URL: http://svn.freebsd.org/changeset/base/202070 Log: Fix the previous commit (still not used to svn vs. cvs). Use the define from paths.h for the default temporary directory and remove and unneccessary getenv call. Modified