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
This commit is contained in:
parent
ac7451d11b
commit
9584051449
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue