You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/06/27 21:45:53 UTC

[incubator-nuttx] 02/04: make/export: copy mkdeps.c for export build

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 <an...@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 <an...@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/."