use ${DISTRIBDIR} appropriately

This commit is contained in:
lukem 2002-04-12 03:26:57 +00:00
parent 24e6b2b0cf
commit a99fe4fd61
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2002/04/11 15:46:33 lukem Exp $
# $NetBSD: Makefile,v 1.23 2002/04/12 03:26:57 lukem Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
@ -17,7 +17,7 @@ IMAGEENDIAN= be
MAKEDEVTARGETS= raminst
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.hdprofile dot.profile \
${.CURDIR}/../../miniroot/termcap \
${DISTRIBDIR}/miniroot/termcap \
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
${_SRC_TOP_}/etc/services

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.9 2002/03/24 23:10:11 lukem Exp $
# $NetBSD: list,v 1.10 2002/04/12 03:26:57 lukem Exp $
SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
@ -77,7 +77,7 @@ COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
COPY ${_SRC_TOP_}/etc/services etc/services
# and the common installation tools
COPY ${CURDIR}/../../miniroot/termcap usr/share/misc/termcap
COPY ${DISTRIBDIR}/miniroot/termcap usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2002/04/06 18:16:11 tsutsui Exp $
# $NetBSD: Makefile,v 1.25 2002/04/12 03:28:06 lukem Exp $
.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.own.mk>
@ -19,7 +19,7 @@ IMAGEENDIAN= le
MAKEDEVTARGETS= minimal pty0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.hdprofile dot.profile \
${CURDIR}/../miniroot/termcap.rcons \
${DISTRIBDIR}/miniroot/termcap.rcons \
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
@ -45,7 +45,7 @@ realall: ${IMAGE} .WAIT ${DISKIMAGE}
release: check_RELEASEDIR .WAIT ${DISKIMAGE}
-mkdir -p ${RELEASEDIR}/installation/netboot
cp -p ${DISKIMAGE} ${RELEASEDIR}/installation/netboot
${RELINSTALL} ${DISKIMAGE} ${RELEASEDIR}/installation/netboot
.include "${DISTRIBDIR}/common/Makefile.crunch"

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.10 2002/03/12 06:26:35 lukem Exp $
# $NetBSD: list,v 1.11 2002/04/12 03:28:07 lukem Exp $
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand
@ -71,7 +71,7 @@ COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig
COPY ${_SRC_TOP_}/etc/services etc/services
# and the common installation tools
COPY ${CURDIR}/../miniroot/termcap.rcons usr/share/misc/termcap
COPY ${DISTRIBDIR}/miniroot/termcap.rcons usr/share/misc/termcap
# the disktab explanation file
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
@ -83,4 +83,4 @@ COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile
# someday put in the release notes too
#
# COPY ${CURDIR}/../../notes/pmax/INSTALL.txt INSTALL.txt
# COPY ${DISTRIBDIR}/notes/pmax/INSTALL.txt INSTALL.txt