On Thu, Apr 15, 2010 at 10:02:19PM +0200, Nguy�n Thái Ng�c Duy wrote:
> @@ -516,7 +517,7 @@ endif
>  # command line.
>  # This allow a user to issue only 'make' to build a kernel including modules
>  # Defaults busybox but it is usually overridden in the arch makefile
> -all: busybox doc
> +all: busybox$(X) doc

GNU automake uses the variable $(EXEEXT) for this purpose.  I suggest
using the same here since it makes it immediately familiar to more
people what it does.

>>> Dan
-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to