看板 DFBSD_bugs 關於我們 聯絡資訊
On Wed, Jan 19, 2005 at 11:30:40PM -0800, Max Okumoto wrote: > In the process I found out that it the last patch by joerg and > asmodai may not be correct. Make was doing the right thing. > The problem is we are running out of argv+env space again. > The patch removed the propigation of the MAKEFLAGS variable > through the envionment. So it did not get mangled when we > ran out of space. The patch doesn't fix all problems, but it still helps. The problem is that make doesn't unquote MAKEFLAGS at all, which breaks it horrible. Joerg > > Max