replace local ${REV} with ${DISTRIBREV} from distrib/Makefile.inc
This commit is contained in:
parent
521853db1d
commit
4438a8dcca
@ -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 $
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user