Author: bdrewery
Date: Thu Nov 19 22:54:37 2015
New Revision: 291086
URL: https://svnweb.freebsd.org/changeset/base/291086

Log:
  Remove unsupported ia64.
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/mk/local.meta.sys.mk
  head/targets/pseudo/userland/Makefile.depend
  head/targets/pseudo/userland/misc/Makefile.depend

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk     Thu Nov 19 19:53:19 2015        
(r291085)
+++ head/share/mk/local.meta.sys.mk     Thu Nov 19 22:54:37 2015        
(r291086)
@@ -54,7 +54,7 @@ BOOT_MACHINE_DIR.amd64 = boot/i386
 MACHINE_ARCH.host = ${_HOST_ARCH}
 
 # the list of machines we support
-ALL_MACHINE_LIST?= amd64 arm arm64 i386 ia64 mips pc98 powerpc sparc64
+ALL_MACHINE_LIST?= amd64 arm arm64 i386 mips pc98 powerpc sparc64
 .for m in ${ALL_MACHINE_LIST:O:u}
 MACHINE_ARCH_LIST.$m?= ${TARGET_ARCHES_${m}:U$m}
 MACHINE_ARCH.$m?= ${MACHINE_ARCH_LIST.$m:[1]}

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend        Thu Nov 19 19:53:19 
2015        (r291085)
+++ head/targets/pseudo/userland/Makefile.depend        Thu Nov 19 22:54:37 
2015        (r291086)
@@ -759,12 +759,6 @@ DIRDEPS.i386= \
        usr.sbin/boot0cfg \
        usr.sbin/wlconfig
 
-DIRDEPS.ia64= \
-       sbin/mca \
-       usr.sbin/acpi \
-       usr.sbin/kgmon \
-       usr.sbin/zzz
-
 DIRDEPS.mips= \
        sbin/bsdlabel \
        sbin/fdisk

Modified: head/targets/pseudo/userland/misc/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/misc/Makefile.depend   Thu Nov 19 19:53:19 
2015        (r291085)
+++ head/targets/pseudo/userland/misc/Makefile.depend   Thu Nov 19 22:54:37 
2015        (r291086)
@@ -42,7 +42,6 @@ DIRDEPS.amd64= \
 
 DIRDEPS.arm= sys/boot/fdt sys/boot/uboot
 DIRDEPS.i386= ${DIRDEPS.x86sys} sys/boot/efi/libefi sys/boot/zfs
-DIRDEPS.ia64= sys/boot/efi/libefi sys/boot/zfs
 DIRDEPS.powerpc= sys/boot/fdt sys/boot/ofw sys/boot/uboot
 DIRDEPS.sparc64= sys/boot/ofw sys/boot/zfs
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to