From 2d58e9e6091d70ce201c12cb45dbff7dc726ab02 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Tue, 21 Aug 2007 21:52:54 +0000 Subject: [PATCH] bug 383083 - post-process symbol files to add source file revision numbers - re-enable --vcs-info on win32/msys. r=mento git-svn-id: svn://10.0.0.236/trunk@232479 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index a223f35b47c..a0e9d39a523 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -134,6 +134,10 @@ endif # WINNT ifeq ($(OS_ARCH),WINNT) # we want to copy PDB files on Windows MAKE_SYM_STORE_ARGS := -c +ifeq (,$(CYGWIN_WRAPPER)) +# this doesn't work with Cygwin Python +MAKE_SYM_STORE_ARGS += --vcs-info +endif DUMP_SYMS_BIN ?= $(topsrcdir)/toolkit/crashreporter/tools/win32/dump_syms.exe # PDB files don't get moved to dist, so we need to scan the whole objdir MAKE_SYM_STORE_PATH := .