From owner-freebsd-questions@FreeBSD.ORG Sun Nov 11 11:40:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D09F16A419 for ; Sun, 11 Nov 2007 11:40:05 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6C9DA13C49D for ; Sun, 11 Nov 2007 11:39:57 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 11 Nov 2007 11:39:38 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp033) with SMTP; 11 Nov 2007 12:39:38 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+9W3lwoS29k1qVIhp6WoiPgR9GNrDZ+aFsXfAguc QILUKcxh8aQbpR Message-ID: <4736E9F8.7090107@gmx.de> Date: Sun, 11 Nov 2007 12:39:36 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Le Cocq Michel References: <4736E080.6060401@lipn.univ-paris13.fr> <4736E758.3060402@infracaninophile.co.uk> <4736E8B7.400@lipn.univ-paris13.fr> In-Reply-To: <4736E8B7.400@lipn.univ-paris13.fr> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: make configure vs first make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 11:40:05 -0000 Le Cocq Michel wrote: > Matthew Seaman a écrit : >> That's because you need to do: >> >> make config >> >> which has a very different effect to 'make configure.' >> >> Matthew >> > > can you explain the != ? > > thanks > > Michel make configure runs the configure build stage if the port has one. make config calls the config dialogue