Re: [U-Boot] [PATCH] Avoid using GNU basename

2012-03-02 Thread Keith Mok
Hi Wolfgang, > Besides - I agree with Mike's comment how your MacOS issue should be > fixed. But will Mike's fix break Windows user which cross-compile u-boot ? The path separator is '\' instead of '/' Regards, Keith ___ U-Boot mailing list U-Boot@list

[U-Boot] [PATCH] Avoid using GNU basename

2012-02-28 Thread Keith Mok
There is no GNU basename support in MacOS. Use generic POSIX basename defined in libgen.h instead. Signed-off-by: Keith Mok --- tools/mkenvimage.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index f781731..8b49723