diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-10 20:32:26 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-10 20:32:26 +0000 |
commit | 02e9335703a95d11207343cc6e54340c4b200c2a (patch) | |
tree | b2bcb148d3eb37417cd996718f20444b19919c81 | |
parent | 7b11ab1941829cba87fb3f2c6f7a36cc39df4378 (diff) |
Add dependency building for jlanger's #191.
git-svn-id: http://svn.telesphoreo.org/trunk@657 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | make.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ fi export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate) -#for DEP_NAME in "${PKG_DEPS[@]}"; do -# "${PKG_MAKE}" "${DEP_NAME}" -#done +for DEP_NAME in "${PKG_DEPS[@]}"; do + "${PKG_MAKE}" "${DEP_NAME}" +done export PKG_HASH=$({ "${PKG_BASE}"/util/catdir.sh "${PKG_DATA}" -L \( -name '.svn' -o -name '_*' \) -prune -o |