]> git.saurik.com Git - cydia.git/commitdiff
Add the date to the binary symbol sidestored copy.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 5 Mar 2017 05:16:26 +0000 (21:16 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 5 Mar 2017 05:16:26 +0000 (21:16 -0800)
makefile

index 30d1b292df1402386b31b116c9bf7aaf79946967..55af0bec6f893c83d48bd3cf4bfbf1c60dcd23eb 100644 (file)
--- 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
        @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] $@"
        @echo "[strp] $@"
        @grep '~' <<<"$(version)" >/dev/null && echo "skipping..." || strip $@
        @echo "[uikt] $@"