summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-12-09 08:47:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-12-09 08:48:09 +1000
commit463553c6fa7dad60ad8b5dfe8ce908367daa1691 (patch)
tree203e353da09eb9867612f9184c52494f031fcd31
parent3f9731bacfba965336cef3bf385593522a0032fa (diff)
build.sh: add GITCLONEOPTS to --help output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 892d79b..fcf357d 100755
--- a/build.sh
+++ b/build.sh
@@ -200,6 +200,8 @@ Environment variables specific to build.sh:
Each module/components is invoked with --quite
GITROOT Source code repository path [git://anongit.freedesktop.org/git]
Optional when using --clone to update source code before building
+ GITCLONEOPTS Options passed to git clone.
+ Optional when using --clone to update source code before building
CONFFLAGS Configure options to pass to all Autoconf configure scripts
Refer to 'configure --help' from any module/components