aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-12 20:59:07 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-12 20:59:07 +0000
commitff65cd469b5f9acc43c79df98ac8e375a257f152 (patch)
treeea6e3ec2fc198f80e4cf0e741d286df94d52ab2f /Makefile
parent6ca409e0e4c198fe3081346eebbae3f068fe605a (diff)
downloadbusybox-ff65cd469b5f9acc43c79df98ac8e375a257f152.tar.gz
fix out-of-source-tree build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6991ac4c..e97330a57 100644
--- a/Makefile
+++ b/Makefile
@@ -760,7 +760,7 @@ PHONY += prepare-all
# 2) Create the include2 directory, used for the second asm symlink
prepare3: .kernelrelease
ifneq ($(KBUILD_SRC),)
- @echo ' Using $(srctree) as source for kernel'
+ @echo ' Using $(srctree) as source for busybox'
$(Q)if [ -f $(srctree)/.config ]; then \
echo " $(srctree) is not clean, please run 'make mrproper'";\
echo " in the '$(srctree)' directory.";\