normalize values of DO_FETCH_TARBALLS
This one has additional value "ALL". Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7
This commit is contained in:
parent
727e2e7190
commit
e3ba76406b
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ cmd:
|
|||
#
|
||||
# Fetch
|
||||
#
|
||||
ifneq ($(DO_FETCH_TARBALLS),NO)
|
||||
ifneq ($(DO_FETCH_TARBALLS),)
|
||||
include $(SRCDIR)/Makefile.fetch
|
||||
fetch: download
|
||||
fetch: get-submodules
|
||||
|
|
|
@ -4785,11 +4785,11 @@ if test "$enable_fetch_external" != "no"; then
|
|||
DO_FETCH_TARBALLS="ALL"
|
||||
else
|
||||
AC_MSG_RESULT(["yes, if we use them"])
|
||||
DO_FETCH_TARBALLS="YES"
|
||||
DO_FETCH_TARBALLS="TRUE"
|
||||
fi
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
DO_FETCH_TARBALLS="NO"
|
||||
DO_FETCH_TARBALLS=
|
||||
fi
|
||||
AC_SUBST(DO_FETCH_TARBALLS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue