[U-Boot-Users] [PATCH] fix for "make doesn't know how to make target in examples/"

Wolfgang Denk wd at denx.de
Mon Jul 10 14:51:47 CEST 2006


Hello,

in message <44B21D7F.5070603 at cola.voip.idv.tw> you wrote:
> 
> I'm using make 3.81-2 that is in Debian etch and sid currently.

This is supposed to be ok. 

> A test with the attached Makefile:
> $ touch 1.src
> $ make
> make: *** No rule to make target `1.out', needed by `all'.  Stop.

This Makefile is not equivlent to what we use in the U-Boot code.

> all:	1.out

The "examples/Makefile" is different; it corresponds to:

	all:	1.out 1

...and this works fine for me with make 3.81

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The first 90% of a project takes 90% of the time, the last 10%  takes
the other 90% of the time.




More information about the U-Boot mailing list