Kaydet (Commit) 7f61c038 authored tarafından Michael Stahl's avatar Michael Stahl

normalize values of USE_LIBRARY_BIN_TAR

Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66
üst 7e73edc5
......@@ -2090,9 +2090,9 @@ dnl Do we want to use pre-build binary tarball for recompile
dnl ===================================================================
if test "$enable_library_bin_tar" = "yes" ; then
USE_LIBRARY_BIN_TAR=YES
USE_LIBRARY_BIN_TAR=TRUE
else
USE_LIBRARY_BIN_TAR=NO
USE_LIBRARY_BIN_TAR=
fi
AC_SUBST(USE_LIBRARY_BIN_TAR)
......
......@@ -253,7 +253,7 @@ endef
#
# gb_UnpackedTarball_set_tarball unpacked tarball-name
define gb_UnpackedTarball_set_tarball
$(if $(findstring YES,$(USE_LIBRARY_BIN_TAR)),
$(if $(USE_LIBRARY_BIN_TAR),
$(if $(4),
$(if $(shell "$(SRCDIR)/solenv/bin/bin_library_info.sh" -l "$(gb_UnpackedTarget_TARFILE_LOCATION)" -o "$(4)" -b "$(BUILDDIR)" -s "$(SRCDIR)" -t "$(2)" -m verify -p "$(OS)_$(CPUNAME)"),
$(call gb_UnpackedTarball_set_tarball_internal,$(1),$(shell "$(SRCDIR)/solenv/bin/bin_library_info.sh" -l "$(gb_UnpackedTarget_TARFILE_LOCATION)" -o "$(4)" -b "$(BUILDDIR)" -s "$(SRCDIR)" -t "$(2)" -m verify -p "$(OS)_$(CPUNAME)"),$(3),$(4),in),\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment