[oe-commits] [openembedded-core] 39/63: oe-setup-builddir: create usage output

git at git.openembedded.org git at git.openembedded.org
Tue Dec 13 22:56:57 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 77606455df7d45fd014c3603e1cf1b24efd37695
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Dec 9 16:32:08 2016 +0200

    oe-setup-builddir: create usage output
    
    Created usage output for oe-setup-builddir script.
    
    [YOCTO #10751]
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/oe-setup-builddir | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index e53f73c..ef49551 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -23,6 +23,14 @@ if [ -z "$BUILDDIR" ]; then
     exit 1
 fi
 
+if [ "$1" = '--help' -o "$1" = '-h' ]; then
+    echo 'Usage: oe-setup-builddir'
+    echo ''
+    echo "OpenEmbedded setup-builddir - setup build directory $BUILDDIR"
+    echo ''
+    exit 2
+fi
+
 mkdir -p "$BUILDDIR/conf"
 
 if [ ! -d "$BUILDDIR" ]; then

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list