Date: Thu, 12 May 2005 15:10:45 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c str.c Message-ID: <200505121510.j4CFAjaN076699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-12 15:10:45 UTC FreeBSD src repository Modified files: usr.bin/make job.c str.c Log: The first element of the vector built by brk_string() is never used so there is no need to stuff the value of .MAKE into it, which btw isn't set for quite a while already. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.239) Revision Changes Path 1.108 +7 -2 src/usr.bin/make/job.c 1.43 +8 -8 src/usr.bin/make/str.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505121510.j4CFAjaN076699>