From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 11:09:33 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 7D3C916A41C for ; Mon, 4 Jul 2005 11:09:33 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3930643D46 for ; Mon, 4 Jul 2005 11:09:32 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 80EA71FED59 for ; Mon, 4 Jul 2005 14:09:20 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18007-10 for ; Mon, 4 Jul 2005 14:09:15 +0300 (EEST) Received: from [192.168.1.100] (unknown [213.175.79.146]) by tortoise.way.lv (Postfix) with ESMTP id 6E4CE1FED52 for ; Mon, 4 Jul 2005 14:09:15 +0300 (EEST) Mime-Version: 1.0 Message-Id: Date: Mon, 4 Jul 2005 14:09:22 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: List all make targets? 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: Mon, 04 Jul 2005 11:09:33 -0000 Hello all, 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... Is there a 'make' flag to list all make targets for any given directory containing Makefile* ? Appreciated! 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?' It's a brilliant mechanism but I get lost chasing variables that may span /usr/src/Makefile.inc1 and /usr/share/mk/ and... Thanks! Michael