summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-07 04:58:28 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 01:50:03 -0800
commitaa60b57b5a774be5ea1eb2b2549126e2a14b9169 (patch)
treeed7c8c039586a9d2116f999dece7064b31fe8c43
parente2b57be4ad3c05f24786d27a92df4f28812c10fc (diff)
Do not re-build on 'make package'.
-rw-r--r--makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile b/makefile
index 372bd82..9673241 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