From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 16:11:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DD016A41C for ; Mon, 4 Jul 2005 16:11:25 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A120D43D46 for ; Mon, 4 Jul 2005 16:11:25 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so706894wra for ; Mon, 04 Jul 2005 09:11:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TXeoGutdsQye6CvULXON90VvDVHOVZ8B8OitUQuDsZTT93z7ArH7UwSFK3Xt48rwW/nbr4OXwS5c8yhgTWDxm/rWuw98Jq9CtAWH+UJjzwCMHJ9G3PDlv82zkxgAGsx5NqJjsVlT68y2EWx8fe2GQ0yZeaxbhRMJynDHZvLNDT0= Received: by 10.54.31.57 with SMTP id e57mr1953060wre; Mon, 04 Jul 2005 09:11:24 -0700 (PDT) Received: by 10.54.98.6 with HTTP; Mon, 4 Jul 2005 09:11:24 -0700 (PDT) Message-ID: Date: Mon, 4 Jul 2005 09:11:24 -0700 From: Remington L To: Michael Dexter In-Reply-To: Mime-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: List all make targets? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remington L List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 16:11:26 -0000 On 7/4/05, Michael Dexter wrote: >=20 >=20 > Hello all, >=20 > I am sure I saw this somewhere and even added it to my notes but > neither I nor Google can find it for the life of us... or I dreamt > it... >=20 > Is there a 'make' flag to list all make targets for any given > directory containing Makefile* ? >=20 > Appreciated! >=20 > On the same topic, can anyone recommend an IDE or utility that can > help me navigate the make hierarchy used by 'build/installworld' and > 'release?' >=20 > It's a brilliant mechanism but I get lost chasing variables that may > span /usr/src/Makefile.inc1 and /usr/share/mk/ and... >=20 > Thanks! >=20 > Michael > _______________________________________________ > 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" I assume your talking about make in /usr/src. cat the Makefile and it'll=20 tell you