Re: patch to fix build issue in uClibc testsuite

2011-04-09 Thread Bernhard Reutner-Fischer
Jian Peng wrote: In test/Rules.mak, $(KERNEL_HEADERS) will be checked and used to generate $(KERNEL_INCLUDES) based on absolute or relative path. The problem is that this check assumes that $(KERNEL_HEADERS) is single word like /user/me/kernel/include, in case that it is "/user/me/kernel/inclu

[PATCH] buildsys: fix GNU make v3.80 compatibility again

2011-04-09 Thread Kevin Cernekee
GNU make 3.80 cannot handle "$(and)" or "$(or)" from commit 18e7136e (buildsys: use kbuild style). Replace them with ifeq/ifneq. Signed-off-by: Kevin Cernekee --- libc/sysdeps/linux/common/Makefile.in |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libc/sysdeps/l

Re: [PATCH] Drop GNU make 3.80 compatibility

2011-04-09 Thread Kevin Cernekee
On Fri, Apr 8, 2011 at 5:34 PM, Khem Raj wrote: > I think it would be nice to keep it working with make 3.80 even though > its 10 years old. Are these problems widespread ? if not then consider > cooking up a patch :) Done. There is one more occurrence in the link.asneeded function (Rules.mak) w