From owner-freebsd-questions@FreeBSD.ORG Sat Feb 3 04:03:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6F59516A400 for ; Sat, 3 Feb 2007 04:03:14 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA0313C471 for ; Sat, 3 Feb 2007 04:03:14 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.8/8.13.8) with ESMTP id l1343BeB054650 for ; Fri, 2 Feb 2007 22:03:12 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 2 Feb 2007 22:03:11 -0600 User-Agent: KMail/1.9.5 References: <80f4f2b20702021855g452c44f9vd1c3ba54a2acb809@mail.gmail.com> In-Reply-To: <80f4f2b20702021855g452c44f9vd1c3ba54a2acb809@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702022203.11743.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com Subject: Re: configuring all dependancies before making in ports 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: Sat, 03 Feb 2007 04:03:14 -0000 try: make config-recursive or, if i want to just take all the default options (like, for kde which is a ridiculously long build): make BATCH=yes install clean cheers, jonathan On Friday 02 February 2007 20:55, Jim Stapleton wrote: > Quick question, I'm trying to build a couple of packages that take a > long time to build, even longer because they just stop when it's time > to configure something. That's a problem if it's configure time, say > when I need to sleep, or am at work. > > Is there a way to have the make run through all the dependancies that > need build, running their configuration menus /before/ doing any of > the builds? > > i.e. > $ cd /usr/ports/x11/kde3 > $ make -dependancies=configure install clean > > > Thanks, > -Jim Stapleton > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"