From owner-freebsd-current@freebsd.org Sun Dec 10 06:07:48 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA712E83500; Sun, 10 Dec 2017 06:07:48 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD3F765072; Sun, 10 Dec 2017 06:07:48 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x234.google.com with SMTP id m11so8781628iti.1; Sat, 09 Dec 2017 22:07:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=D2dXfAhJbKGLKvyhewSzbtPuYYGL1JZ/VdqWI28RSco=; b=kLKTtHsdnoXngFGT719LMVHR16JbOj7rfhOZbXGZ8HA5E4qkXc+BXTYxVGa1IN7Tv/ sqeQ0yq8sri50bgiTvTvvlIqyPnMr9z2WyoHowgSFWIeK6qvoxbiSBFbsjLcQ1A2OSgr 58P1BPruaaR2jahtxRJC66L+S6WvGguifhVoTzs20ef+iAVxNT83tolCszkfOPHya7ow x1AfcgQTqUSPDzOjMW8dA/qrec1JZJkX1324EszxHPx2Sxm/Y9mCZPbBpym6bZKjdrit fpNcqowqM+2ztPiSuACJvP0Mb/7ZNwQTAmku+Y3+rBWWhaUfTiOquhbmOQKdmuLWGs/E 9ZJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=D2dXfAhJbKGLKvyhewSzbtPuYYGL1JZ/VdqWI28RSco=; b=Pzu+xRT38vMcmSfM+tVNpB3VYq4VgccEZKP8ZSnSUkxsA5ufCd2Y4LfTh+mg2uvAd+ 44J+qLiySlog5XSVPQ+slouTD1W5fayBcoAN6bow65JaxLGXH67yIhlZzjmgiT8a3GJV 2gBlK6hpiU/27srd8JV+8UIcZXdmQWX+3wGtx2ngmCF+IlX5wa5EfOsysYV9xbG0+sVr 79zzLSAP3CCKRwr5qSLWAtb5UBdk1zH2VhZnPUU5KfWJuxNfj7vlk1YWOztTA9EKUkYm YAAgPZy2u+ITWfscu9V67zhoQ3bebHP5QPKI4rGSLYRDPtdsuLXJ8RgeGJTcazQ+bkyc jOSg== X-Gm-Message-State: AKGB3mLNltCGsLCpjmPD8geYQJxVYt7mSA6PjrfoYEta4AQOUibwKz5j D+f8Hjc/HnoAofFNpPp7P+xQMRRVwWfcVtu85Uc= X-Google-Smtp-Source: AGs4zMa5mgW/bbb0z48GQ+NEE9EgiLnOfZGtG7T/GKfdGlPXnNY128IAKmE/HP8DrpgOA144wxc+lSf0Y/9kv7csdXw= X-Received: by 10.36.116.135 with SMTP id o129mr11601221itc.119.1512886067524; Sat, 09 Dec 2017 22:07:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Sat, 9 Dec 2017 22:07:47 -0800 (PST) From: blubee blubeeme Date: Sun, 10 Dec 2017 14:07:47 +0800 Message-ID: Subject: Makefile show all flags To: FreeBSD current , freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 10 Dec 2017 06:07:49 -0000 When porting software FreeBSD has a lot of internal makefiles that gets pulled in that setup the build environment: /usr/ports/Mk/* Is there a way to print out the env during the make process so that I can see what knobs, switches and flags were set before the build is run?