]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
Fixes
authorCameron Katri <me@cameronkatri.com>
Wed, 12 May 2021 22:18:34 +0000 (18:18 -0400)
committerCameron Katri <me@cameronkatri.com>
Wed, 12 May 2021 22:18:34 +0000 (18:18 -0400)
setup.sh
shell_cmds/Makefile.inc
shell_cmds/locate/Makefile.inc [new file with mode: 0644]

index c2026adfcf24fe3f4f2fd3de1b19a4e4ff41aa4c..85d12a402e8f77b69f5350ad6699556b44912637 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -149,7 +149,7 @@ wget -q -nc -Pbase/include/sys \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/ipcs.h \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/sem_internal.h \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/shm_internal.h \
-       https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/mtio.h \
+       https://opensource.apple.com/source/xnu/xnu-1228.3.13/bsd/sys/mtio.h \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/unpcb.h \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/pgo.h \
        https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/kdebug.h \
index 554f1c37713e54ce6f29bcb36e6d63b75a4c48ab..01b5f23410c841bf51e05b95e22841fb657be42a 100644 (file)
@@ -1,3 +1 @@
-BINDIR?=/usr/bin
-
 .include "../Makefile.inc"
diff --git a/shell_cmds/locate/Makefile.inc b/shell_cmds/locate/Makefile.inc
new file mode 100644 (file)
index 0000000..01b5f23
--- /dev/null
@@ -0,0 +1 @@
+.include "../Makefile.inc"