]> git.saurik.com Git - cydia.git/commitdiff
Do not re-build on 'make package'.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 12:58:28 +0000 (04:58 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 8 Mar 2011 09:50:03 +0000 (01:50 -0800)
makefile

index 372bd8226ca54d29f294dbd364097f085acd9455..9673241fd8b10ad5e7dba15b5ec7b220ee29fe9e 100644 (file)
--- 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