From 9584051449f5d560666729e47843515547806a0c Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Mon, 26 Nov 2012 22:59:18 +0100 Subject: [PATCH] Adapting build target to also execute hdboot. The 'hdboot' target was setup as a dependency of 'distribution' instead of 'build' as it previously was for the now deprecated world target. Change-Id: Icd10f3bd92df38e411600923e7f62e6075eb3008 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 78fe82535..0455875bc 100644 --- a/Makefile +++ b/Makefile @@ -292,6 +292,9 @@ build: .PHONY .MAKE ${MAKEDIRTARGET} . ${tgt} .endfor ${MAKEDIRTARGET} etc install-etc-release +.if defined(__MINIX) + ${MAKEDIRTARGET} releasetools do-hdboot +.endif # defined(__MINIX) @echo "Build started at: ${START_TIME}" @printf "Build finished at: " && date .endif @@ -309,9 +312,6 @@ distribution buildworld: .PHONY .MAKE .endif ${MAKEDIRTARGET} . build NOPOSTINSTALL=1 ${MAKEDIRTARGET} etc distribution INSTALL_DONE=1 -.if defined(__MINIX) - ${MAKEDIRTARGET} releasetools do-hdboot -.endif # defined(__MINIX) .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/" && ${CHECKFLIST:Uyes} == "yes" ${MAKEDIRTARGET} . postinstall-fix-obsolete ${MAKEDIRTARGET} distrib/sets checkflist