summaryrefslogtreecommitdiff
path: root/distrib/alpha
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/alpha
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/alpha')
-rw-r--r--distrib/alpha/miniroot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile
index da148703a7f..58323943cce 100644
--- a/distrib/alpha/miniroot/Makefile
+++ b/distrib/alpha/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 2023/04/26 14:42:27 krw Exp $
+# $OpenBSD: Makefile,v 1.25 2023/04/28 08:45:24 krw Exp $
FS= miniroot${OSrev}.img
FSSIZE= 5760
@@ -68,7 +68,7 @@ bsd.gz: bsd.rd
bsd.rd bsd.strip
gzip -9cn bsd.strip > bsd.gz
-bsd.rd: mr.fs bsd
+bsd.rd: mr.fs
cp bsd bsd.rd
rdsetroot bsd.rd mr.fs
@@ -77,7 +77,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