summaryrefslogtreecommitdiff
path: root/distrib/powerpc64/ramdisk
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2023-04-28 08:45:27 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2023-04-28 08:45:27 +0000
commit1336f02f5dbe69d989be4ffbac707489b786f59e (patch)
tree90c08e73d6d77049dc3413defdcc996d061ad1a5 /distrib/powerpc64/ramdisk
parentd84f747519887932f81f5d7475b16dbffb37bffa (diff)
Retire -E's "expert" mode. Introduced 23 years ago to avoid
confusing users with FFS attributes that only experts should fiddle with. Actual use has withered away with functionality rendered moot or moved elsewhere. '-e' remains for the truly obscure corner cases. Simply excise the code for now to see if hidden users/uses are exposed. Further simplifications are possible if no such users/uses surface. ok with sthen@ millert@ kn@ otto@
Diffstat (limited to 'distrib/powerpc64/ramdisk')
-rw-r--r--distrib/powerpc64/ramdisk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/powerpc64/ramdisk/Makefile b/distrib/powerpc64/ramdisk/Makefile
index 601f1cb73cc..134cb45e3f4 100644
--- a/distrib/powerpc64/ramdisk/Makefile
+++ b/distrib/powerpc64/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2023/04/24 16:21:43 krw Exp $
+# $OpenBSD: Makefile,v 1.7 2023/04/28 08:45:25 krw Exp $
FS= miniroot${OSrev}.img
FSSIZE= 67584
@@ -43,7 +43,7 @@ ${FS}: bsd.rd
vnconfig -u `cat vnd`
rm -f vnd
-bsd.rd: mr.fs bsd
+bsd.rd: mr.fs
cp bsd bsd.rd
rdsetroot bsd.rd mr.fs
@@ -52,7 +52,7 @@ bsd:
su ${BUILDUSER} -c '${MAKE} config && ${MAKE} clean && exec ${MAKE} ${MFLAGS}'
cp -p ${.CURDIR}/../../../sys/arch/${MACHINE}/compile/${RAMDISK}/obj/bsd bsd
-mr.fs: instbin
+mr.fs: instbin bsd
rm -rf $@.d
install -d -o root -g wheel $@.d
mtree -def ${MTREE} -p $@.d -u