git: ba3c1f5972d7 - main - targets: Catch up with the removals of mips and sparc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:29:56 UTC
The branch main has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=ba3c1f5972d7b90feb6e6da47905ff2757e0fe57
commit ba3c1f5972d7b90feb6e6da47905ff2757e0fe57
Author: Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2023-08-06 19:51:01 +0000
Commit: Marius Strobl <marius@FreeBSD.org>
CommitDate: 2023-08-06 20:25:37 +0000
targets: Catch up with the removals of mips and sparc64
---
targets/pseudo/userland/Makefile.depend | 11 -----------
targets/pseudo/userland/misc/Makefile.depend | 1 -
2 files changed, 12 deletions(-)
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index b933b54dd26c..b32beff634a1 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -801,17 +801,6 @@ DIRDEPS.arm64= \
usr.sbin/acpi \
usr.sbin/ofwdump
-DIRDEPS.mips= \
- sbin/bsdlabel \
- sbin/fdisk
-
-DIRDEPS.sparc64= \
- sbin/bsdlabel \
- sbin/sunlabel \
- usr.sbin/eeprom \
- usr.sbin/ofwdump \
- usr.sbin/sade
-
DIRDEPS.powerpc= \
usr.sbin/nvram \
usr.sbin/ofwdump
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 6ec3ad6c4a6d..4fb82d171369 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -87,7 +87,6 @@ DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}
DIRDEPS.powerpc= ${_sys_boot_fdt} stand/libsa32 stand/ofw stand/uboot
-DIRDEPS.sparc64= stand/ofw ${_sys_boot_zfs}
.endif
DIRDEPS+= ${DIRDEPS.${DEP_MACHINE}:U}