>From 74a7f24590280488dec509496e0d50fe78fb2df0 Mon Sep 17 00:00:00 2001 From: Will Wagner Date: Mon, 11 Jan 2010 17:01:25 +0000 Subject: [PATCH 12/24] fix build from nested makefile --- target/linux/Makefile.in.advanced | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 4b2c451..ad9c74d 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -41,7 +41,7 @@ endif endif # Ask the kernel what version number it will use when installing modules -LINUX26_VERSION_PROBED = `$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) -s kernelrelease` +LINUX26_VERSION_PROBED = `$(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) --no-print-directory -s kernelrelease` ifeq ($(BOARD_PATH),) BOARD_PATH:=$(call qstrip,$(BR2_BOARD_PATH)) -- 1.6.5