]> Zhao Yanbai Git Server - minix.git/commitdiff
releasetools: Fix CREATE_IMAGE_ONLY in x86 hdimage script. 33/3133/1
authorCristiano Giuffrida <giuffrida@cs.vu.nl>
Mon, 29 Dec 2014 02:07:57 +0000 (03:07 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 13:51:02 +0000 (13:51 +0000)
Change-Id: Ie1c8dbedc16b8edac16f5b76b36df30b3a4eddb1

releasetools/x86_hdimage.sh

index c15e712b24a3289bf60e1b6d81d863e92314dff9..ec2253143c98557d4760c9fea39c76dbea609403 100755 (executable)
@@ -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
 
 #