From: Cristiano Giuffrida Date: Mon, 29 Dec 2014 02:07:57 +0000 (+0100) Subject: releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script. X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=f8ddf7c81d615ebc99fadb702d1916b8d529b472;p=minix.git releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script. Change-Id: Ie1c8dbedc16b8edac16f5b76b36df30b3a4eddb1 --- diff --git a/releasetools/x86_hdimage.sh b/releasetools/x86_hdimage.sh index c15e712b2..ec2253143 100755 --- a/releasetools/x86_hdimage.sh +++ b/releasetools/x86_hdimage.sh @@ -106,7 +106,8 @@ then # Now start the build. # sh ${BUILDSH} -j ${JOBS} -m ${ARCH} -O ${OBJ} -D ${DESTDIR} ${BUILDVARS} -U -u distribution - +else + ${CROSS_TOOLS}/nbmake-i386 -C releasetools do-hdboot fi #