From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 22:03:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DD40106566B for ; Sun, 7 Oct 2012 22:03:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id EA6D88FC0C for ; Sun, 7 Oct 2012 22:03:09 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TKywM-0005Pk-E6 for freebsd-questions@freebsd.org; Mon, 08 Oct 2012 00:03:14 +0200 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 00:03:14 +0200 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Oct 2012 00:03:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Date: Sun, 7 Oct 2012 22:02:55 +0000 (UTC) Lines: 19 Message-ID: References: <14763.1349644184@tristatelogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20100101 Firefox/15.0.1) Subject: Re: Building Ports: Is there a "make" equivalent for --batch ? 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, 07 Oct 2012 22:03:10 -0000 Ronald F. Guilmette tristatelogic.com> writes: > ... > However there's one instance where I don't know how to get this > functionality, i.e. the functionality provided by the --batch option. > ... There is no guarantee that either of those will work (try them separately): $ cat /etc/make.conf BATCH=yes # env BATCH=yes make jb