summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/oe-setup-builddir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 5b204885e1..5fc8b19430 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -62,7 +62,7 @@ if [ "x" = "x$OECORELOCALCONF" ]; then
62fi 62fi
63if ! (test -r "$BUILDDIR/conf/local.conf"); then 63if ! (test -r "$BUILDDIR/conf/local.conf"); then
64cat <<EOM 64cat <<EOM
65You had no conf/local.conf file. This configuration file has therefore beend 65You had no conf/local.conf file. This configuration file has therefore been
66created for you with some default values. You may wish to edit it to use a 66created for you with some default values. You may wish to edit it to use a
67different MACHINE (target hardware) or enable parallel build options to take 67different MACHINE (target hardware) or enable parallel build options to take
68advantage of multiple cores for example. See the file for more information as 68advantage of multiple cores for example. See the file for more information as