diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 12:23:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-08 12:23:08 +0200 |
commit | 09a64fa2f76a0659074b88c88c3981dd4d482678 (patch) | |
tree | a68dc6c745facc1787e1a0445fa599050ec1d81b /scripts | |
parent | fd83f7e52b5a79485e75cd9f0c9e5b111a019b22 (diff) |
more verbose git clone
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prereq.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/prereq.sh b/scripts/prereq.sh index a27b443c4..ae35bc9c2 100755 --- a/scripts/prereq.sh +++ b/scripts/prereq.sh @@ -12,7 +12,6 @@ out=0 mirror=http://distfiles.openadk.org makever=4.1 bashver=4.3.30 -dlverbose=0 # detect operating system os=$(env uname) @@ -331,9 +330,7 @@ echo 'LC_ALL:=C' >> $topdir/prereq.mk echo "_PATH:=$PATH" >> $topdir/prereq.mk echo "PATH:=${topdir}/scripts:/usr/sbin:$PATH" >> $topdir/prereq.mk echo "GIT:=$(which git 2>/dev/null)" >> $topdir/prereq.mk -if [ $dlverbose -eq 0 ]; then - echo "GITOPTS:=--quiet" >> $topdir/prereq.mk -fi +echo "GITOPTS:=" >> $topdir/prereq.mk echo "export ADK_TOPDIR GIT GITOPTS SHA256 BASH SHELL" >> $topdir/prereq.mk # create temporary Makefile |