diff options
| -rw-r--r-- | etc/etc.sparc64/Makefile.inc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index da45fc3b02f..d583d6db8f3 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.33 2023/06/02 14:25:35 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.34 2023/06/02 14:32:04 lukem Exp $ # # etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets # @@ -26,6 +26,9 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \ SHLIB_LDSTARTFILE=${DESTDIR}${LIBDIR}/crtbeginS.o \ SHLIB_LDENDFILE=${DESTDIR}${LIBDIR}/crtendS.o + +snap_md_post: + .if ${MACHINE_ARCH} == "sparc64" && ${MK32BITLIBS} != "no" # build 32 bit programs @@ -35,7 +38,7 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \ ${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} obj) .endif .if ${MKUPDATE} == "no" - (cd ${NETBSDSRCDIR}/${_s64dir} && ${MAKE} cleandir + (cd ${NETBSDSRCDIR}/${_s64dir} && ${MAKE} cleandir) .endif (cd ${NETBSDSRCDIR}/${_s64dir} && \ ${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} ${_J} MKSHARE=no dependall \ @@ -43,10 +46,7 @@ SPARC32=COPTS=-m32 LD="ld -m elf32_sparc" AS="as -32" \ .endfor .endif # MACHINE_ARCH==sparc64 && MACHINE==sparc && MK32BITLIBS!=no -# -# Install miniroot images and auxiliary scripts to the release tree -# -snap_md_post: + # Install miniroot images and auxiliary scripts to the release tree .if exists($(XSRCDIR)/xc/Imakefile) # build X11 .ifndef XSRC_DONE @@ -73,6 +73,7 @@ snap_md_post: ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*' .endfor + ISOBOOTFILEDIR!=cd ${.CURDIR}/../distrib/${MACHINE}/bootfs && ${PRINTOBJDIR} ISOBOOTFILE?= ${ISOBOOTFILEDIR}/boot.fs |
