From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 15:02:11 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0A41065672; Mon, 1 Dec 2008 15:02:11 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id BB6E88FC1A; Mon, 1 Dec 2008 15:02:10 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id A6EF76D43F; Mon, 1 Dec 2008 15:02:09 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 8F25D844A0; Mon, 1 Dec 2008 16:02:09 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Rink Springer References: <4933E158.5030407@completecomputing.com> <20081201132656.GB1397@lizard.fafoe.narf.at> <4933E7D9.7030707@completecomputing.com> <20081201134942.GC1397@lizard.fafoe.narf.at> <4933ED44.7010205@completecomputing.com> <86vdu4ot4p.fsf@ds4.des.no> <20081201145845.GA16431@rink.nu> Date: Mon, 01 Dec 2008 16:02:09 +0100 In-Reply-To: <20081201145845.GA16431@rink.nu> (Rink Springer's message of "Mon, 1 Dec 2008 15:58:45 +0100") Message-ID: <86r64sos5q.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Stefan Farfeleder , freebsd-current@freebsd.org, Kyle Allender Subject: Re: Problem in malloc.c, rev. 1.183 while building phonon-4.2.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 15:02:11 -0000 Rink Springer writes: > "Dag-Erling Sm=C3=B8rgrav" writes: > > # cd /usr/src/lib/libc > > # make && make install > > The following works too: > > # cd /usr/src/lib/libc > # make all install It is not always safe to run multiple targets in one invocation (though in this case, it shouldn't matter). The classic example is 'make depend all'. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no