Budi writes: > not found on included files, please help me out explain of the attached one > > On 11/17/20, th...@vmware.com <th...@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. --