From owner-freebsd-ports@FreeBSD.ORG Wed Nov 20 01:34:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3D52A26 for ; Wed, 20 Nov 2013 01:34:46 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A25C02C1D for ; Wed, 20 Nov 2013 01:34:46 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id i4so4111862oah.8 for ; Tue, 19 Nov 2013 17:34:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VlPbWSqW9qusw2fTj5GXHybxltbfriO6sRuyUM+g544=; b=WKzz7eM1dI0eiZqSTMCu5GwAsdqorIeM8B/MrPu7zIL8+4NzWEdTElV2WiPuasPAXr 6t/CU6lbSNdNXOXOYriZdwWPRIc4rViK4cRolneFXT1Pnl13ycXUyvCGcd31gqyF4/EI pxadsWRQfWLnP8+Z6o8JjHRcGFXEMt/MKvDBcJUcAYUwEc86p0CiOxjLX3xrxp+n0zyS bqkuYV1gg0PeOKzSUXFv0LeoDU2e7e/wcJ8sZyiXinZItCv5uKQ2pnCys4qV/wikvKYd hJnkcFJhf/lVffnvTq3Ff1bc9/wRTuJq9KdIri7e49j6MdfEWN9ZcF/pBBd3ueWMvatO g22A== MIME-Version: 1.0 X-Received: by 10.182.44.134 with SMTP id e6mr27860178obm.14.1384911285801; Tue, 19 Nov 2013 17:34:45 -0800 (PST) Received: by 10.182.78.100 with HTTP; Tue, 19 Nov 2013 17:34:45 -0800 (PST) In-Reply-To: <448uwkihmw.fsf@lowell-desk.lan> References: <448uwkihmw.fsf@lowell-desk.lan> Date: Tue, 19 Nov 2013 20:34:45 -0500 Message-ID: Subject: Re: Make commands... From: Joe Nosay To: Lowell Gilbert , ports Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 01:34:47 -0000 On Tue, Nov 19, 2013 at 9:35 AM, Lowell Gilbert < freebsd-ports-local@be-well.ilk.org> wrote: > Joe Nosay writes: > > > Is there a flag for verbose output? > > "-v" will cause make to be verbose. > > If what you actually want is to have the things make calls > be verbose, then you need to configure make to tell those > other programs in whatever way is appropriate. Adding > "-Wall" to CFLAGS is a familiar example -- for gcc. > I'm using CLang when possible. As suggested by Wolfskill in the reply before yours, would that be "#make -V MAKE.MODE==m MAKE.MODE==v" from the command line ? It's a SIGSEGV fault that I am trying to trace. Thanks muchly.