From: Jay Freeman (saurik) Date: Sun, 20 Mar 2011 23:03:33 +0000 (-0700) Subject: Store backup symbols in bins/. X-Git-Tag: v1.1.0%rc1~66 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/665d1e624319516779b875d3e58196f866b16649?ds=inline Store backup symbols in bins/. --- diff --git a/.gitignore b/.gitignore index 855b1e83..f8fccd44 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ debs Images/ Version.h cfversion +bins diff --git a/makefile b/makefile index 5c5690fa..abc07de6 100644 --- a/makefile +++ b/makefile @@ -121,7 +121,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) @echo "[link] $(object:Objects/%=%)" @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit) - @cp -a $@ $@-$(version) + @cp -a $@ bins/$@-$(version) @echo "[strp] $@" @strip -no_uuid $@ @echo "[sign] $@"