build/export: correct the export path
Change-Id: Ia2e19f30d32154c3329f46c5d8362fafd6b7e274 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
977f04a2b1
commit
98f0b0afb5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue