Re: makefile ---> dependencies with blanks in the path

2003-08-28 Thread Paul D. Smith
%% HENNINGS FRANK <[EMAIL PROTECTED]> writes: hf> We have some problems with executing make on our VB6 projects hf> because there are spaces in the path names of included hf> BAS-Files. Is there any chance except from changing all the VBPs hf> (about 500)? You should direct Windows-relate

Re: [FEATURE Request] Please add an option to list all dependenciesofa target (recursively)

2003-08-28 Thread Noel Yap
[EMAIL PROTECTED] wrote: > > On Wed, 27 Aug 2003 07:37:46 -0400, Noel Yap <[EMAIL PROTECTED]> said: > > >> 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". > >

makefile ---> dependencies with blanks in the path

2003-08-28 Thread HENNINGS FRANK
Hey!   We have some problems with executing make on our VB6 projects because there are spaces in the path names of included BAS-Files. Is there any chance except from changing all the VBPs (about 500)?   Thanks   Frank       VBP:   Class=LSTWordViewerClass; LST908WordV

Re: [FEATURE Request] Please add an option to list all dependenciesofa target (recursively)

2003-08-28 Thread Noel Yap
[EMAIL PROTECTED] wrote: > > Sorry for not checking the URL. If you're still interested in the > > paper, googling for "recursive make harmful" turns up many links. > > OK. But I think we are being bitten by semantics -- the paper > refers to inefficiencies in complex build environments

Re: [FEATURE Request] Please add an option to list all dependenciesof a target (recursively)

2003-08-28 Thread Martin Quinson
On Wed, Aug 27, 2003 at 10:11:36PM +0200, Sam Ravnborg wrote: > On Wed, Aug 27, 2003 at 12:12:38AM -0500, Manoj Srivastava wrote: > > Hi, > > [Please retain the CC to [EMAIL PROTECTED] so > >that the Debian Bug Tracking system can record your input] > > > > This was a fea

Re: [FEATURE Request] Please add an option to list all dependenciesofa target (recursively)

2003-08-28 Thread Martin Quinson
Hello, I'm the one which asked for this feature in the debian bug tracking system. Manoj, thanks for taking care of this bug that way and keeping me in CC. And sorry for not steping in the discution sooner, I was away from mails. Others, I did report this to the debian BTS and not here directly

Re: [FEATURE Request] Please add an option to list all dependenciesofa target (recursively)

2003-08-28 Thread Manoj Srivastava
On Wed, 27 Aug 2003 17:14:50 -0400, Noel Yap <[EMAIL PROTECTED]> said: > Manoj Srivastava wrote: >> What if I have a build machine, where several dozen projects of my >> software house are kept. I want a database of reverse dependencies, >> where every file that is changed gives a listing of targ