From 665d1e624319516779b875d3e58196f866b16649 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Mar 2011 16:03:33 -0700 Subject: [PATCH 1/1] Store backup symbols in bins/. --- .gitignore | 1 + makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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] $@" -- 2.45.2