From: Jay Freeman (saurik) Date: Mon, 7 Mar 2011 12:58:28 +0000 (-0800) Subject: Do not re-build on 'make package'. X-Git-Tag: v1.1.0%b1~35 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/aa60b57b5a774be5ea1eb2b2549126e2a14b9169?ds=inline Do not re-build on 'make package'. --- diff --git a/makefile b/makefile index 372bd822..9673241f 100644 --- a/makefile +++ b/makefile @@ -127,7 +127,7 @@ MobileCydia: sysroot $(object) CydiaAppliance: CydiaAppliance.mm $(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow) -package: MobileCydia $(images) +debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia $(images) $(shell find MobileCydia.app) sudo rm -rf _ mkdir -p _/var/lib/cydia @@ -165,4 +165,6 @@ package: MobileCydia $(images) $(dpkg) -b _ Cydia.deb @echo "$$(stat -L -f "%z" Cydia.deb) $$(stat -f "%Y" Cydia.deb)" -.PHONY: all clean sign +package: debs/cydia_$(version)_iphoneos-arm.deb + +.PHONY: all clean package sign