When copying the project in an objdir build, don't copy over the foo.model and foo.pbxuser files, because doing that overwrites breakpoints and project state in the objdir project (which you use for debugging).

git-svn-id: svn://10.0.0.236/trunk@169962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smfr%smfr.org
2005-02-27 22:15:40 +00:00
parent 8b4db32a86
commit 557f2559b6

View File

@@ -65,7 +65,7 @@ include $(topsrcdir)/config/rules.mk
ABS_topsrcdir := $(shell cd $(topsrcdir); pwd)
ifneq ($(ABS_topsrcdir),$(MOZ_BUILD_ROOT))
export::
rsync -a --exclude .DS_Store --exclude "CVS/" $(srcdir)/Camino.xcode .
rsync -a --exclude .DS_Store --exclude "CVS/" --exclude "*.model" --exclude "*.pbxuser" $(srcdir)/Camino.xcode .
ln -fs $(srcdir)/src
ln -fs $(srcdir)/resources
ln -fs $(srcdir)/PreferencePanes