From: Jay Freeman (saurik) Date: Sat, 19 Mar 2011 23:46:22 +0000 (-0700) Subject: Backup pre-stripped binary. X-Git-Tag: v1.1.0%rc1~73 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e1b682c524a0933c77e607a3a30ac7627b66ee46?ds=inline Backup pre-stripped binary. --- diff --git a/makefile b/makefile index 31a3bee5..84e605f0 100644 --- a/makefile +++ b/makefile @@ -121,6 +121,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) @echo "[link] $(object:Objects/%=%)" @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit) + @cp -a $@ $@-$(version) @echo "[strp] $@" @strip -no_uuid $@ @echo "[sign] $@"