summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-xscripts/oe-setup-builddir8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index e53f73c9ce..ef495517aa 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -23,6 +23,14 @@ if [ -z "$BUILDDIR" ]; then
23 exit 1 23 exit 1
24fi 24fi
25 25
26if [ "$1" = '--help' -o "$1" = '-h' ]; then
27 echo 'Usage: oe-setup-builddir'
28 echo ''
29 echo "OpenEmbedded setup-builddir - setup build directory $BUILDDIR"
30 echo ''
31 exit 2
32fi
33
26mkdir -p "$BUILDDIR/conf" 34mkdir -p "$BUILDDIR/conf"
27 35
28if [ ! -d "$BUILDDIR" ]; then 36if [ ! -d "$BUILDDIR" ]; then