etc.hp300, etc.sparc64: fix MKUPDATE handling

UPDATE was replaced with MKUPDATE 20 years ago,
but these directories were missed in the conversion.
This commit is contained in:
lukem 2023-06-02 14:25:35 +00:00
parent 6fc430af5c
commit db689ccb2d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.21 2008/03/18 04:20:37 lukem Exp $
# $NetBSD: Makefile.inc,v 1.22 2023/06/02 14:25:35 lukem Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
#
@ -14,7 +14,7 @@ INSTALLATION_DIRS+= installation/miniroot \
installation/misc
snap_md_post:
.ifndef UPDATE
.if ${MKUPDATE} == "no"
cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir
.endif
cd ${KERNSRCDIR}/arch/hp300/stand && \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.32 2012/01/15 17:36:55 joerg Exp $
# $NetBSD: Makefile.inc,v 1.33 2023/06/02 14:25:35 lukem Exp $
#
# etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
#
@ -34,7 +34,7 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \
(cd ${NETBSDSRCDIR}/${_s64dir} && \
${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} obj)
.endif
.ifndef UPDATE
.if ${MKUPDATE} == "no"
(cd ${NETBSDSRCDIR}/${_s64dir} && ${MAKE} cleandir
.endif
(cd ${NETBSDSRCDIR}/${_s64dir} && \