From: Jay Freeman (saurik) Date: Sun, 5 Mar 2017 05:16:26 +0000 (-0800) Subject: Add the date to the binary symbol sidestored copy. X-Git-Tag: v1.1.31~15 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e7783492d5df3db416020d9a4aa5c36222f17ef4 Add the date to the binary symbol sidestored copy. --- diff --git a/makefile b/makefile index 30d1b292..55af0bec 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] $@"