[PATCH 3/4] small tweeks to build system for compatibility on MacOS X
Sascha Hauer
s.hauer at pengutronix.de
Wed Sep 4 03:12:53 EDT 2013
Hi Darren,
On Mon, Sep 02, 2013 at 10:22:49PM -0400, Darren Garnier wrote:
> Signed-off-by: Darren Garnier <dgarnier at reinrag.net>
> ---
> Makefile | 6 +++---
> scripts/genenv | 3 ++-
> 2 files changed, 5 insertions(+), 4 deletions(-)
Applied, thanks.
I had to hand edit this patch. Your mailer seems to remove leading
spaces:
diff --git a/Makefile b/Makefile
index 397c54a..ff17d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -577,7 +577,7 @@ define rule_barebox__
$(cmd_sysmap) $@ System.map; \
if [ $$? -ne 0 ]; then \
rm -f $@; \
- /bin/false; \
+ false; \
fi;
endef
^^^
There should be a space before 'endef'
I won't be able to apply bigger patches this way. Consider using
git-send-email, once configured to actually send something it will most
likely send correct patches.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list