diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-04-28 08:45:27 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2023-04-28 08:45:27 +0000 |
commit | 1336f02f5dbe69d989be4ffbac707489b786f59e (patch) | |
tree | 90c08e73d6d77049dc3413defdcc996d061ad1a5 /distrib/macppc | |
parent | d84f747519887932f81f5d7475b16dbffb37bffa (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/macppc')
-rw-r--r-- | distrib/macppc/ramdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile index f97e177dcb9..dfe3bee8800 100644 --- a/distrib/macppc/ramdisk/Makefile +++ b/distrib/macppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2021/11/11 20:25:56 kn Exp $ +# $OpenBSD: Makefile,v 1.53 2023/04/28 08:45:25 krw Exp $ CDROM= cd${OSrev}.iso MTREE= ${UTILS}/mtree.conf @@ -34,7 +34,7 @@ MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096 bsd.gz: bsd.rd gzip -9cn bsd.rd > bsd.gz -bsd.rd: mr.fs bsd +bsd.rd: mr.fs objcopy -g -x -R .comment -R .SUNW_ctf \ -K rd_root_size -K rd_root_image \ bsd bsd.rd @@ -45,7 +45,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 |