summaryrefslogtreecommitdiff
path: root/distrib/sparc64/ramdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-29 01:48:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-04-29 01:48:42 +0000
commit063c90a6588489ddfb0f62c5144987d7e5b6e1ad (patch)
treef44fe59282010ee146b567362075731ad08a9108 /distrib/sparc64/ramdisk
parentecbca7f78c1101e467df0ddb932e704fd27923f5 (diff)
remove the abstraction REV on top of abstraction OSrev which is always
the sme.
Diffstat (limited to 'distrib/sparc64/ramdisk')
-rw-r--r--distrib/sparc64/ramdisk/Makefile6
-rw-r--r--distrib/sparc64/ramdisk/list4
2 files changed, 5 insertions, 5 deletions
diff --git a/distrib/sparc64/ramdisk/Makefile b/distrib/sparc64/ramdisk/Makefile
index e5f4dfabe1c..ffb76ae02be 100644
--- a/distrib/sparc64/ramdisk/Makefile
+++ b/distrib/sparc64/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.43 2019/04/28 16:47:31 deraadt Exp $
+# $OpenBSD: Makefile,v 1.44 2019/04/29 01:48:41 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -10,7 +10,7 @@ UTILS?= ${.CURDIR}/../../miniroot
MOUNT_POINT= /mnt
MTREE= ${UTILS}/mtree.conf
-FLOPPY= floppy${REV}.fs
+FLOPPY= floppy${OSrev}.fs
FLOPPYSIZE?= 2880
FLOPPYTYPE?= floppy
@@ -52,7 +52,7 @@ ${IMAGE}: instbin
rm -rf $@.d
install -d -o root -g wheel $@.d
mtree -def ${MTREE} -p $@.d -u
- TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} REV=${REV} \
+ TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} OSrev=${OSrev} \
TARGDIR=$@.d UTILS=${UTILS} RELEASEDIR=${RELEASEDIR} \
sh ${UTILS}/runlist.sh ${LISTS}
rm $@.d/instbin
diff --git a/distrib/sparc64/ramdisk/list b/distrib/sparc64/ramdisk/list
index 45f03cea552..04f678555c5 100644
--- a/distrib/sparc64/ramdisk/list
+++ b/distrib/sparc64/ramdisk/list
@@ -1,4 +1,4 @@
-# $OpenBSD: list,v 1.60 2018/04/08 22:38:56 kn Exp $
+# $OpenBSD: list,v 1.61 2019/04/29 01:48:41 deraadt Exp $
SRCDIRS distrib/special
@@ -63,7 +63,7 @@ SPECIAL cd dev; sh MAKEDEV ramdisk
COPY ${CURDIR}/../../miniroot/group etc/group
COPY ${CURDIR}/../../miniroot/master.passwd etc/master.passwd
SPECIAL pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd
-COPY ${DESTDIR}/etc/signify/openbsd-${REV}-base.pub etc/signify/openbsd-${REV}-base.pub
+COPY ${DESTDIR}/etc/signify/openbsd-${OSrev}-base.pub etc/signify/openbsd-${OSrev}-base.pub
COPY ${CURDIR}/../../miniroot/protocols etc/protocols
COPY ${CURDIR}/../../miniroot/services etc/services
SYMLINK /tmp/i/fstab.shadow etc/fstab