
19 Jul
2012
19 Jul
'12
6:14 p.m.
Hi Mike,
2012/7/19 Mike Frysinger vapier@gentoo.org:
On Thursday 28 June 2012 12:45:21 Daniel Schwierzeck wrote:
--- a/Makefile +++ b/Makefile
+HAVE_VENDOR_COMMON_LIB := $(shell [ -f board/$(VENDOR)/common/Makefile ] \
&& echo y || echo n)
HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n) -mike
yes, that's better. I'll also cook a patch for spl/Makefile that already has this piece of code.
Thanks, Daniel