This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 6c4ef7b build: mkexport.sh copy Config.mk to tools folder too
6c4ef7b is described below
commit 6c4ef7b1db2e79db6b77b4ad6a4f0f771e707b9c
Author: Xiang Xiao <[email protected]>
AuthorDate: Tue May 19 04:20:39 2020 +0800
build: mkexport.sh copy Config.mk to tools folder too
to avoid the duplication in apps/imports/Make.defs
Signed-off-by: Xiang Xiao <[email protected]>
---
tools/mkexport.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/mkexport.sh b/tools/mkexport.sh
index e354d41..8303b79 100755
--- a/tools/mkexport.sh
+++ b/tools/mkexport.sh
@@ -417,6 +417,7 @@ done
# Copy the essential build script file(s)
+cp -f "${TOPDIR}/tools/Config.mk" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/copydir.bat" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/copydir.sh" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/define.bat" "${EXPORTDIR}/tools/"