diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2019-08-04 08:58:21 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2019-08-04 08:58:21 +0000 |
commit | 39d9b0805b98085ea3914a714cd6a614deff50ba (patch) | |
tree | f314bc2c8659354c0bcc47f2b4c47880c22df6c2 /distrib | |
parent | 835c6787ec1cf918afba376e045c5ee685d8a28e (diff) |
Remove unused files.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/octeon/boot/Makefile | 65 | ||||
-rw-r--r-- | distrib/octeon/boot/list | 9 |
2 files changed, 0 insertions, 74 deletions
diff --git a/distrib/octeon/boot/Makefile b/distrib/octeon/boot/Makefile deleted file mode 100644 index 9d90d8839b9..00000000000 --- a/distrib/octeon/boot/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2019/07/28 15:41:52 visa Exp $ - -FS= miniroot${OSrev}.fs -FSSIZE= 24576 -FSDISKTYPE= miniroot -MOUNT_POINT= /mnt -MTREE= ${UTILS}/mtree.conf -RAMDISK= BOOT - -LISTS= ${.CURDIR}/list -UTILS= ${.CURDIR}/../../miniroot - -MRDISKTYPE= rdboot -MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=1024 - -all: bsd.rd - -bsd.rd: mr.fs bsd - cp bsd bsd.rd - rdsetroot bsd.rd mr.fs - -bsd: - cd ${.CURDIR}/../../../sys/arch/${MACHINE}/compile/${RAMDISK} && \ - su ${BUILDUSER} -c '${MAKE} config && ${MAKE} clean && exec ${MAKE}' - cp -p ${.CURDIR}/../../../sys/arch/${MACHINE}/compile/${RAMDISK}/obj/bsd bsd - -mr.fs: rdboot - rm -rf $@.d - install -d -o root -g wheel $@.d - mtree -def ${MTREE} -p $@.d -u - CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} OSrev=${OSrev} \ - TARGDIR=$@.d UTILS=${UTILS} RELEASEDIR=${RELEASEDIR} \ - sh ${UTILS}/runlist.sh ${LISTS} - makefs ${MRMAKEFSARGS} $@ $@.d - -instbin.mk instbin.cache instbin.c: instbin.conf - crunchgen -E -M -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \ - -c instbin.c -e instbin -m instbin.mk instbin.conf - -instbin: instbin.mk instbin.cache instbin.c - ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all - -instbin.conf: ${LISTS} - awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf - -rdboot: - cp -p ${.CURDIR}/../../../sys/arch/${MACHINE}/stand/rdboot/obj/rdboot rdboot - strip rdboot - -unconfig: - -umount -f ${MOUNT_POINT} - -[ -f vnd ] && vnconfig -u `cat vnd` && rm -f vnd - -.ifdef RELEASEDIR -install: - cp bsd.rd ${RELEASEDIR}/boot - chmod a+r ${RELEASEDIR}/boot -.endif - -clean cleandir: - rm -f *.core mr.fs instbin instbin.mk instbin.cache \ - lib*.a lib*.olist instbin.map *.o *.lo *.c bsd bsd.rd rdboot - rm -rf cd-dir mr.fs.d - -.include <bsd.obj.mk> diff --git a/distrib/octeon/boot/list b/distrib/octeon/boot/list deleted file mode 100644 index 8bc8325c46e..00000000000 --- a/distrib/octeon/boot/list +++ /dev/null @@ -1,9 +0,0 @@ -# $OpenBSD: list,v 1.1 2019/07/17 14:36:32 visa Exp $ - -SRCDIRS distrib/special - -COPY ${OBJDIR}/rdboot sbin/init - -# copy the MAKEDEV script and make some devices -SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV -SPECIAL cd dev; sh MAKEDEV boot |