From 557f2559b69c231f6a2c123100edd5c52b2994f7 Mon Sep 17 00:00:00 2001 From: "smfr%smfr.org" Date: Sun, 27 Feb 2005 22:15:40 +0000 Subject: [PATCH] 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 --- mozilla/camino/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/camino/Makefile.in b/mozilla/camino/Makefile.in index aab5edb3ee6..1978bee04c2 100644 --- a/mozilla/camino/Makefile.in +++ b/mozilla/camino/Makefile.in @@ -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