summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:16:26 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-04 21:16:26 -0800
commite7783492d5df3db416020d9a4aa5c36222f17ef4 (patch)
tree569c1f38dbae3a63c5c72d0c826d81661296c957
parent8658b2df5d752c857807a1f9a652bdc2226ec429 (diff)
Add the date to the binary symbol sidestored copy.
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 30d1b29..55af0be 100644
--- a/makefile
+++ b/makefile
@@ -178,7 +178,7 @@ MobileCydia: sysroot $(object) entitlements.xml Objects/libapt64.a
@echo "[link] $@"
@$(cycc) -o $@ $(filter %.o,$^) $(link) $(libs) $(uikit) -Wl,-sdk_version,8.0
@mkdir -p bins
- @cp -a $@ bins/$@-$(version)
+ @cp -a $@ bins/$@-$(version)_$(shell date +%s)
@echo "[strp] $@"
@grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
@echo "[uikt] $@"