From 77aed758f6ef305cdd4d1daa512d685e5c56b7ac Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 7 Jun 2021 16:19:33 -0400 Subject: setup.sh: Clean-up output --- setup.sh | 86 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/setup.sh b/setup.sh index 04964db..11f5a84 100755 --- a/setup.sh +++ b/setup.sh @@ -39,55 +39,55 @@ sed -E s/'__IOS_PROHIBITED|__TVOS_PROHIBITED|__WATCHOS_PROHIBITED'//g < $TARGET_ XNUVER="4903.221.2" DISPATCHVER="1008.270.1" -wget -nc -Pbase/include https://opensource.apple.com/source/Libc/Libc-1439.40.11/nls/FreeBSD/msgcat.h -wget -nc -Pbase/include https://opensource.apple.com/source/libmalloc/libmalloc-317.40.8/private/stack_logging.h -wget -nc -Pbase/include/os https://opensource.apple.com/source/Libc/Libc-1439.40.11/os/assumes.h -wget -nc -Pbase/include https://opensource.apple.com/source/Libc/Libc-1439.40.11/include/libc.h -wget -nc -Pbase/include https://opensource.apple.com/source/libplatform/libplatform-126.1.2/include/_simple.h -wget -nc -Pbase/include/os https://opensource.apple.com/source/libplatform/libplatform-126.1.2/include/os/base_private.h -wget -nc -Pbase/include/System/uuid/ https://opensource.apple.com/source/Libc/Libc-1439.40.11/uuid/namespace.h -wget -nc -Pbase/include https://opensource.apple.com/source/libutil/libutil-58.40.2/mntopts.h -wget -nc -Pbase/include https://opensource.apple.com/source/libutil/libutil-58.40.2/libutil.h -wget -nc -Pbase/include https://opensource.apple.com/source/Libinfo/Libinfo-542.40.3/membership.subproj/membershipPriv.h -wget -nc -Pbase/include/rpc https://opensource.apple.com/source/Libinfo/Libinfo-542.40.3/rpc.subproj/pmap_clnt.h -wget -nc -Pbase/include/CommonCrypto https://opensource.apple.com/source/CommonCrypto/CommonCrypto-60118.30.2/include/CommonDigestSPI.h -wget -nc -Pbase/include \ +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/Libc/Libc-1439.40.11/nls/FreeBSD/msgcat.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/libmalloc/libmalloc-317.40.8/private/stack_logging.h +wget -q --show-progress -nc -Pbase/include/os https://opensource.apple.com/source/Libc/Libc-1439.40.11/os/assumes.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/Libc/Libc-1439.40.11/include/libc.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/libplatform/libplatform-126.1.2/include/_simple.h +wget -q --show-progress -nc -Pbase/include/os https://opensource.apple.com/source/libplatform/libplatform-126.1.2/include/os/base_private.h +wget -q --show-progress -nc -Pbase/include/System/uuid/ https://opensource.apple.com/source/Libc/Libc-1439.40.11/uuid/namespace.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/libutil/libutil-58.40.2/mntopts.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/libutil/libutil-58.40.2/libutil.h +wget -q --show-progress -nc -Pbase/include https://opensource.apple.com/source/Libinfo/Libinfo-542.40.3/membership.subproj/membershipPriv.h +wget -q --show-progress -nc -Pbase/include/rpc https://opensource.apple.com/source/Libinfo/Libinfo-542.40.3/rpc.subproj/pmap_clnt.h +wget -q --show-progress -nc -Pbase/include/CommonCrypto https://opensource.apple.com/source/CommonCrypto/CommonCrypto-60118.30.2/include/CommonDigestSPI.h +wget -q --show-progress -nc -Pbase/include \ https://opensource.apple.com/source/launchd/launchd-842.92.1/liblaunch/vproc_priv.h \ https://opensource.apple.com/source/launchd/launchd-842.92.1/liblaunch/reboot2.h \ https://opensource.apple.com/source/launchd/launchd-842.92.1/liblaunch/bootstrap_priv.h -wget -nc -Pbase/include/bsm \ +wget -q --show-progress -nc -Pbase/include/bsm \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/bsm/audit_kevents.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/bsm/audit_record.h chmod -Rf u+w base/include -wget -nc -Pbase/include/libkern \ +wget -q --show-progress -nc -Pbase/include/libkern \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/libkern/OSTypes.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/libkern/OSReturn.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/libkern/OSKextLib.h -wget -nc -Pbase/include/Kernel/libkern \ +wget -q --show-progress -nc -Pbase/include/Kernel/libkern \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/libkern/OSKextLibPrivate.h -wget -nc -Pbase/include/System/libkern \ +wget -q --show-progress -nc -Pbase/include/System/libkern \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/libkern/OSKextLibPrivate.h -wget -nc -Pbase/include/os \ +wget -q --show-progress -nc -Pbase/include/os \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/os/log_private.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/os/log.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/os/atomic_private.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/os/atomic_private_arch.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/os/atomic_private_impl.h -wget -nc -Pbase/include/firehose \ +wget -q --show-progress -nc -Pbase/include/firehose \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/firehose/tracepoint_private.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libkern/firehose/firehose_types_private.h -wget -nc -Pbase/include/machine https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/machine/cpu_capabilities.h -wget -nc -Pbase/include/Kernel/kern https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/kern/ledger.h -wget -nc -Pbase/include/kern \ +wget -q --show-progress -nc -Pbase/include/machine https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/machine/cpu_capabilities.h +wget -q --show-progress -nc -Pbase/include/Kernel/kern https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/kern/ledger.h +wget -q --show-progress -nc -Pbase/include/kern \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/kern/debug.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/kern/kern_types.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/kern/kcdata.h -wget -nc -Pbase/include/System/machine https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/machine/cpu_capabilities.h -wget -nc -Pbase/include/System/arm https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/arm/cpu_capabilities.h -wget -nc -Pbase/include/mach https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/mach/coalition.h -wget -nc -Pbase/include/mach https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/mach/vm_statistics.h +wget -q --show-progress -nc -Pbase/include/System/machine https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/machine/cpu_capabilities.h +wget -q --show-progress -nc -Pbase/include/System/arm https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/arm/cpu_capabilities.h +wget -q --show-progress -nc -Pbase/include/mach https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/mach/coalition.h +wget -q --show-progress -nc -Pbase/include/mach https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/mach/vm_statistics.h ln -sf mach/vm_statistics.h base/include/vm_statistics.h -wget -nc -Pbase/include/netinet6 \ +wget -q --show-progress -nc -Pbase/include/netinet6 \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/in6_var.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/in6_pcb.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/mld6_var.h \ @@ -95,7 +95,7 @@ wget -nc -Pbase/include/netinet6 \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/raw_ip6.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/in6.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet6/nd6.h -wget -nc -Pbase/include/netinet \ +wget -q --show-progress -nc -Pbase/include/netinet \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/in.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/ip_flowid.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/tcp.h \ @@ -113,7 +113,7 @@ wget -nc -Pbase/include/netinet \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/tcp_var.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/mptcp_var.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/netinet/ip_dummynet.h -wget -nc -Pbase/include/net \ +wget -q --show-progress -nc -Pbase/include/net \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/route.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/if.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/net_perf.h \ @@ -138,19 +138,19 @@ wget -nc -Pbase/include/net \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/ntstat.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/radix.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/content_filter.h -wget -nc -Pbase/include/net/pktsched \ +wget -q --show-progress -nc -Pbase/include/net/pktsched \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/pktsched/pktsched.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/pktsched/pktsched_tcq.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/pktsched/pktsched_qfq.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/pktsched/pktsched_fq_codel.h -wget -nc -Pbase/include/net/classq \ +wget -q --show-progress -nc -Pbase/include/net/classq \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/if_classq.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/classq_red.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/classq_blue.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/classq_rio.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/classq_sfb.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/net/classq/classq.h -wget -nc -Pbase/include/sys \ +wget -q --show-progress -nc -Pbase/include/sys \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/socket.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/socketvar.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/event.h \ @@ -174,18 +174,18 @@ wget -nc -Pbase/include/sys \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/spawn_internal.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/resource.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/sockio.h -wget -nc -Pbase/include/corecrypto \ +wget -q --show-progress -nc -Pbase/include/corecrypto \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/ccsha2.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/ccdigest.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/cc.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/cc_config.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/ccn.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/EXTERNAL_HEADERS/corecrypto/cc_error.h -wget -nc -Pbase/include/System/sys \ +wget -q --show-progress -nc -Pbase/include/System/sys \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/proc.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/proc_uuid_policy.h \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/sys/kdebug.h -wget -nc -Pbase/include/dispatch \ +wget -q --show-progress -nc -Pbase/include/dispatch \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/private.h \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/queue_private.h \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/workloop_private.h \ @@ -196,23 +196,23 @@ wget -nc -Pbase/include/dispatch \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/layout_private.h \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/time_private.h \ https://opensource.apple.com/source/libdispatch/libdispatch-${DISPATCHVER}/private/benchmark.h -wget -nc -Pbase/include/IOKit \ +wget -q --show-progress -nc -Pbase/include/IOKit \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/iokit/IOKit/IOKitKeysPrivate.h -wget -nc -Pbase/include/Kernel/IOKit \ +wget -q --show-progress -nc -Pbase/include/Kernel/IOKit \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/iokit/IOKit/IOKitDebug.h -wget -nc -Pbase/include/IOKit/kext \ +wget -q --show-progress -nc -Pbase/include/IOKit/kext \ https://opensource.apple.com/source/IOKitUser/IOKitUser-1845.81.1/kext.subproj/kextmanager_types.h \ https://opensource.apple.com/source/IOKitUser/IOKitUser-1845.81.1/kext.subproj/OSKext.h -wget -nc -Pbase/include \ +wget -q --show-progress -nc -Pbase/include \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libsyscall/wrappers/spawn/spawn_private.h rm base/include/mach/mach_init.h -wget -nc -Pbase/include/mach \ +wget -q --show-progress -nc -Pbase/include/mach \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/libsyscall/mach/mach/mach_init.h -wget -nc -Pbase/include/mach_debug \ +wget -q --show-progress -nc -Pbase/include/mach_debug \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/osfmk/mach_debug/ipc_info.h -wget -nc -Pbase/include/mach-o \ +wget -q --show-progress -nc -Pbase/include/mach-o \ https://opensource.apple.com/source/dyld/dyld-832.7.3/include/mach-o/dyld_process_info.h -wget -nc -Pbase/include/pthread \ +wget -q --show-progress -nc -Pbase/include/pthread \ https://opensource.apple.com/source/xnu/xnu-${XNUVER}/bsd/pthread/priority_private.h \ https://opensource.apple.com/source/libpthread/libpthread-454.100.8/private/pthread/qos.h -- cgit v1.2.3-56-ge451