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.

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 =

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

2010-01-11 Thread Harti Brandt
Hi, On Mon, 11 Jan 2010, Andrey Chernov wrote: ACOn 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 { ACfprintf(stdout, Remaking `%s'\n, gn-name); AC