replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc

This commit is contained in:
lukem 2002-03-06 22:55:17 +00:00
parent 521853db1d
commit 4438a8dcca
4 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1 @@
# $NetBSD: Makefile.inc,v 1.6 1998/01/06 04:44:59 perry Exp $
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
# $NetBSD: Makefile.inc,v 1.7 2002/03/06 22:55:17 lukem Exp $

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.19 2001/10/13 06:15:15 jmc Exp $
# $NetBSD: Makefile.inc,v 1.20 2002/03/06 22:55:18 lukem Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -9,7 +9,7 @@ MOUNT_POINT?= /mnt
VND?= vnd0
VND_DEV= /dev/${VND}c
VND_RDEV= /dev/r${VND}c
IMAGE?= xxx-${REV}.fs
IMAGE?= xxx-${DISTRIBREV}.fs
MDEC= ${DESTDIR}/usr/mdec
LISTS= ${COMMONDIR}/list ${.CURDIR}/list

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 1998/01/06 04:45:03 perry Exp $
# $NetBSD: Makefile,v 1.3 2002/03/06 22:55:18 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= inst-${REV}.fs
IMAGE= inst-${DISTRIBREV}.fs
.include "${TOP}/inst-common/Makefile.inc"

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 1998/01/06 04:45:08 perry Exp $
# $NetBSD: Makefile,v 1.3 2002/03/06 22:55:18 lukem Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= upgr-${REV}.fs
IMAGE= upgr-${DISTRIBREV}.fs
.include "${TOP}/inst-common/Makefile.inc"