help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Confusion on: all: all-yes


From: thutt
Subject: Re: Confusion on: all: all-yes
Date: Tue, 17 Nov 2020 14:54:58 -0800

Budi writes:
 > not found on included files, please help me out explain of the attached one
 > 
 > On 11/17/20, thutt@vmware.com <thutt@vmware.com> wrote:
 > > Budi writes:
 > >  > I found in a Makefile the default target:
 > >  >
 > >  > all: all-yes
 > >  >
 > >  > but the text editor search won't find all-yes except in .PHONY
 > >  > How is it explained ?
 > >
 > >  Have you searched for 'all-'.  I suspect you will probably find
 > >  something like:
 > >
 > >    all-$(variable)
 > 

 There are a lot of files being included.  It's not possible to know,
 without looking at all the files.

 I suggest using '-d -p' arguments to dump the internal state, and
 then examine that after Make has completed.

-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]