From 508383b431a6ef45c0992fdd47064edb581c6214 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 17 Nov 2008 22:37:05 +0000 Subject: - add hack to check if generating sysnum.h worked out --- Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 174daca00..eb9d15db4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,6 +167,15 @@ include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh else \ mv -f $$tmp include/bits/sysnum.h; \ fi + @# Ugly linux specific hack.. + $(Q)if grep -q __NR_ $@; then true; else \ + rm -f $@; \ + echo "ERROR: Could not generate syscalls."; \ + echo "Make sure that you have proper kernel headers."; \ + echo "Your .config in KERNEL_HEADERS=\"\" was set to:"; \ + echo "${KERNEL_HEADERS}"; \ + exit 1; \ + fi $(LOCAL_INSTALL_PATH): $(Q)$(MAKE) PREFIX=$(shell pwd)/ RUNTIME_PREFIX=./ \ -- cgit v1.2.3