From owner-freebsd-ports Thu Mar 14 16:42: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from web14707.mail.yahoo.com (web14707.mail.yahoo.com [216.136.224.124]) by hub.freebsd.org (Postfix) with SMTP id 1504237B41C for ; Thu, 14 Mar 2002 16:41:49 -0800 (PST) Message-ID: <20020315004148.56168.qmail@web14707.mail.yahoo.com> Received: from [64.131.161.101] by web14707.mail.yahoo.com via HTTP; Thu, 14 Mar 2002 16:41:48 PST Date: Thu, 14 Mar 2002 16:41:48 -0800 (PST) From: Wayne Lubin Subject: make's default actions while installing ports To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, Thanks for your help so far in figuring out how make works when a user types "make" inside a port directory. So far I have determined that since no target is specified, make goes to the .MAIN target, which is inside of the bsd.port.mk included file. And if you go to this target in this file you will see it is .MAIN: all The problem that I am having now is finding where the "all" target is defined. If make is to have the default actions as described in the "porters Manual" shouldn't there be a target entry such as all: do-fetch do-extract do-patch do-configure do-build somewhere in this file? Thanks for the help. Wayne __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message