summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-05-17 17:16:09 -1000
committerSam Bingner <sam@bingner.com>2019-05-17 17:16:09 -1000
commitb3d0160fb6bcf2b9429907cd6273578f624182ea (patch)
tree8b3a015912b9f819a56ea04cbdf2538b49e87fb4 /make.sh
parentee89492de4409b2244c9d13dc317dd7f757a4501 (diff)
Build system updates
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/make.sh b/make.sh
index 07d2bed4d..969d5b838 100755
--- a/make.sh
+++ b/make.sh
@@ -17,11 +17,7 @@ if [[ ! -x ${PKG_BASE}/util/arid || ${PKG_BASE}/util/arid -ot ${PKG_BASE}/util/a
g++ -I ~/menes -o "${PKG_BASE}"/util/arid{,.cpp}
fi
-if [[ ! -x ${PKG_BASE}/util/ldid || ${PKG_BASE}/util/ldid -ot ${PKG_BASE}/util/ldid.cpp ]]; then
- g++ -I ~/menes -o "${PKG_BASE}"/util/ldid{,.cpp} -x c "${PKG_BASE}"/util/{lookup2,sha1}.c
-fi
-
-export CODESIGN_ALLOCATE=$(which codesign_allocate)
+export CODESIGN_ALLOCATE="$(which codesign_allocate)"
for DEP_NAME in "${PKG_DEPS[@]}"; do
"${PKG_MAKE}" "${DEP_NAME}"