Re: [PATCH 34/39] Makefile: support building executable with extension

2010-04-16 Thread Dan Fandrich
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:

[PATCH 34/39] Makefile: support building executable with extension

2010-04-15 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Makefile| 15 --- Makefile.custom | 22 +++--- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index 1481f01..a40be79 100644 --- a/Makefile +++ b/Makefile @@