From owner-freebsd-stable@FreeBSD.ORG Fri Jul 14 07:58:16 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF81516A4DD for ; Fri, 14 Jul 2006 07:58:16 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DC3D43D45 for ; Fri, 14 Jul 2006 07:58:15 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 14 Jul 2006 07:58:14 -0000 Received: from p54A7E055.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.224.85] by mail.gmx.net (mp036) with SMTP; 14 Jul 2006 09:58:14 +0200 X-Authenticated: #5465401 Message-ID: <44B74E79.1040100@gmx.de> Date: Fri, 14 Jul 2006 09:57:45 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: .MAKEFLAGS confuses buildworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 07:58:16 -0000 # make -j 5 buildworld works fine on my Releng_6 system, but # make buildworld with .MAKEFLAGS= -j 5 in my make.conf stops when buildworld arrives at the legacy target. According to the man page of make, it should be exactly the same.