mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
build/export: correct the export path
Change-Id: Ia2e19f30d32154c3329f46c5d8362fafd6b7e274 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
977f04a2b1
commit
98f0b0afb5
+1
-1
@@ -432,7 +432,7 @@ cd "${TOPDIR}" || \
|
||||
{ echo "MK: 'cd ${TOPDIR}' failed"; exit 1; }
|
||||
|
||||
if [ -e "${APPDIR}/Makefile" ]; then
|
||||
"${MAKE}" -C "${TOPDIR}/${APPDIR}" EXPORTDIR="$(cd "${EXPORTSUBDIR}" ; pwd )" TOPDIR="${TOPDIR}" export || \
|
||||
"${MAKE}" -C "${APPDIR}" EXPORTDIR="$(cd "${EXPORTSUBDIR}" ; pwd )" TOPDIR="${TOPDIR}" export || \
|
||||
{ echo "MK: call make export for APPDIR not supported"; }
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user