install correct item with IMAGETAR_RELEASEDIR release target
This commit is contained in:
parent
2baa6f8e86
commit
119f33b8a8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.image,v 1.13 2002/05/03 14:21:44 lukem Exp $
|
||||
# $NetBSD: Makefile.image,v 1.14 2002/05/07 02:40:55 lukem Exp $
|
||||
#
|
||||
# Makefile snippet to build a tree from the provided lists,
|
||||
# and make an ffs file system image from that tree
|
||||
|
@ -95,8 +95,8 @@ realall: ${IMAGETAR}
|
|||
CLEANFILES+= ${IMAGETAR} ${IMAGETAR}.tmp
|
||||
|
||||
.if defined(IMAGETAR_RELEASEDIR)
|
||||
release: check_RELEASEDIR .WAIT ${IMAGE}.gz
|
||||
${RELEASE_INSTALL} ${IMAGE}.gz ${RELEASEDIR}/${IMAGETAR_RELEASEDIR}
|
||||
release: check_RELEASEDIR .WAIT ${IMAGETAR}
|
||||
${RELEASE_INSTALL} ${IMAGETAR} ${RELEASEDIR}/${IMAGETAR_RELEASEDIR}
|
||||
.endif
|
||||
|
||||
.endif # IMAGETAR # }
|
||||
|
|
Loading…
Reference in New Issue