This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit e82a9e0f486d7d32a10f678769725979fd45c7b1 Author: chao.an <anc...@xiaomi.com> AuthorDate: Wed Jun 24 10:14:09 2020 +0800 make/export: copy mkdeps.c for export build Change-Id: Ic1aa04d5d4dd2332cf4a13ec51c76cdb7d90736c Signed-off-by: chao.an <anc...@xiaomi.com> --- tools/mkexport.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/mkexport.sh b/tools/mkexport.sh index 5f4721d..f0d3cfc 100755 --- a/tools/mkexport.sh +++ b/tools/mkexport.sh @@ -192,6 +192,10 @@ if [ ! -d "${ARCHDIR}" ]; then exit 1 fi +# Copy the depends script + +cp "${TOPDIR}/tools/mkdeps.c" "${EXPORTDIR}/tools/." + # Copy the default linker script cp -f "${TOPDIR}/binfmt/libelf/gnu-elf.ld" "${EXPORTDIR}/scripts/."