diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-19 16:46:22 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-19 16:46:22 -0700 |
commit | e1b682c524a0933c77e607a3a30ac7627b66ee46 (patch) | |
tree | 695a40aea10504a2048105be0fd305dfbd884f3d | |
parent | 0c8f53c0299df2ff10ed20b3f8658a29053205ab (diff) |
Backup pre-stripped binary.
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] $@" |