8171249: modules_legal from imported modules are not read by the build

Reviewed-by: alanb, mchung
This commit is contained in:
Erik Joelsson 2016-12-16 10:17:03 +01:00
parent 5b8d0b3c1c
commit 450a117303
2 changed files with 7 additions and 1 deletions

View File

@ -863,6 +863,8 @@ TOOLCHAIN_TYPE
STATIC_BUILD
IMPORT_MODULES_MAKE
IMPORT_MODULES_SRC
IMPORT_MODULES_MAN
IMPORT_MODULES_LEGAL
IMPORT_MODULES_CONF
IMPORT_MODULES_LIBS
IMPORT_MODULES_CMDS
@ -5086,7 +5088,7 @@ VS_SDK_PLATFORM_NAME_2013=
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1481663811
DATE_WHEN_GENERATED=1481879800
###############################################################################
#
@ -31213,6 +31215,8 @@ $as_echo "$as_me: The path of IMPORT_MODULES_TOPDIR, which resolves as \"$path\"
###############################################################################
#
# Setup the toolchain (compilers etc), i.e. tools used to compile and process

View File

@ -128,6 +128,8 @@ AC_DEFUN_ONCE([SRCDIRS_SETUP_IMPORT_MODULES],
AC_SUBST(IMPORT_MODULES_CMDS)
AC_SUBST(IMPORT_MODULES_LIBS)
AC_SUBST(IMPORT_MODULES_CONF)
AC_SUBST(IMPORT_MODULES_LEGAL)
AC_SUBST(IMPORT_MODULES_MAN)
AC_SUBST(IMPORT_MODULES_SRC)
AC_SUBST(IMPORT_MODULES_MAKE)
])