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>>
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 =
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