Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - *** No targets. Stop.: (4 Items)
   
*** No targets. Stop.  
Hi,

I'm trying to use the recursive makefiles to build a project.  One of the projects when trying to make it gives the 
following output.

C:\ARI\IDD_AE~1\Code\startuplib>make
make -j 1 -Cppc -fMakefile
make[1]: Entering directory `C:/ARI/IDD_AE~1/Code/startuplib/ppc'
make -j 1 -Ca-be -fMakefile
make[2]: Entering directory `C:/ARI/IDD_AE~1/Code/startuplib/ppc/a-be'
make[2]: *** No targets.  Stop.
make[2]: Leaving directory `C:/ARI/IDD_AE~1/Code/startuplib/ppc/a-be'
make[1]: *** [all] Error 2
make[1]: Leaving directory `C:/ARI/IDD_AE~1/Code/startuplib/ppc'
make: *** [all] Error 2

There is a makefile in that bottom most directly and it properly points to the common.mk file.

What am I doing wrong?

Thanks
Kevin
Re: *** No targets. Stop.  
I've had a long day...

make -k

That does the trick

Kevin
Re: *** No targets. Stop.  
I'm still having trouble.

This project should just build with a make file.  I've attached my common.mk for this particular project.


Can anyone shed some light on this?  Why would the make utility report no make target for 'all' when recursing into the 
a-be directory?

Thanks
Kevin
Attachment: Text common.mk 1.6 KB
Re: *** No targets. Stop.  
It has been a REALLY long day.  My a-be variant makefile had the inlucde ../../common.mk comment out.

That little '#' made the statement look valid.  

Thanks
Kevin