From 1336f02f5dbe69d989be4ffbac707489b786f59e Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Fri, 28 Apr 2023 08:45:27 +0000 Subject: 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@ --- distrib/octeon/ramdisk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib/octeon/ramdisk') diff --git a/distrib/octeon/ramdisk/Makefile b/distrib/octeon/ramdisk/Makefile index 25712eabba6..e3cea992121 100644 --- a/distrib/octeon/ramdisk/Makefile +++ b/distrib/octeon/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2022/09/11 15:05:27 krw Exp $ +# $OpenBSD: Makefile,v 1.23 2023/04/28 08:45:25 krw Exp $ FS= miniroot${OSrev}.img FSSIZE= 24576 @@ -33,7 +33,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 @@ -42,7 +42,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 -- cgit v1.2.3