[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FEATURE Request] Please add an option to list all dependencies of a
From: |
Sam Ravnborg |
Subject: |
Re: [FEATURE Request] Please add an option to list all dependencies of a target (recursively) |
Date: |
Wed, 27 Aug 2003 22:11:36 +0200 |
User-agent: |
Mutt/1.4.1i |
On Wed, Aug 27, 2003 at 12:12:38AM -0500, Manoj Srivastava wrote:
> Hi,
> [Please retain the CC to address@hidden so
> that the Debian Bug Tracking system can record your input]
>
> This was a feature request from a Debian user.
>
> I would like a way to list all dependencies and subdependencies of a
> given target to avoid the recursive shell function hackism I
> currently have to do when using "make -pnq".
Do you think of:
`$?'
The names of all the prerequisites that are newer than the target,
with spaces between them. For prerequisites which are archive
members, only the member named is used (*note Archives::).
Sam
- [FEATURE Request] Please add an option to list all dependencies of a target (recursively), Manoj Srivastava, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Noel Yap, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), srivasta, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Noel Yap, 2003/08/28
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), srivasta, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Noel Yap, 2003/08/28
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Manoj Srivastava, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Noel Yap, 2003/08/27
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Manoj Srivastava, 2003/08/28
- Re: [FEATURE Request] Please add an option to list all dependencies ofa target (recursively), Martin Quinson, 2003/08/28
Re: [FEATURE Request] Please add an option to list all dependencies of a target (recursively),
Sam Ravnborg <=