diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-14 05:58:45 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-14 05:58:45 +0000 |
commit | 49048579e861fc02937c97d56a9d9f526d6d36b6 (patch) | |
tree | 5bc74785aa7468794c865f1fecf1a4c59911f936 /makefile | |
parent | 9b76c8402e08f45ac0da092469aebbf0f95c8ad7 (diff) |
If a dependency is broken, don't install the package. (Also, if a package is Essential, it's pretty much an upgrade.)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,5 +9,8 @@ test: all exec: exec.mm makefile arm-apple-darwin-g++ -Wall -Werror -o $@ $< -framework Foundation -framework CoreFoundation -lobjc +Cydia-1.2: Cydia.mm *.h makefile + arm-apple-darwin-g++ -fobjc-abi-version=2 -fobjc-call-cxx-cdtors -g3 -O2 -Wall -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions -save-temps -F $(Aspen)/System/Library/Frameworks -I $(Aspen)/usr/include -DTARGET_OS_EMBEDDED -DSRK_ASPEN + Cydia: Cydia.mm *.h makefile arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions |