bug 355470 - rebase throwing error 99 on tinderboxes with VC8. r=bsmedberg
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,17 +106,17 @@ endif
distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f unallmakefiles $(DIST_GARBAGE)
ifeq ($(OS_ARCH),WINNT)
rebase:
ifdef MOZILLA_OFFICIAL
echo rebasing $(DIST)
- /bin/find $(DIST) -name "*.dll" > rebase.lst
+ /bin/find $(DIST) -name "*.dll" -a -not -name "msvc*" > rebase.lst
rebase -b 60000000 -R . -G rebase.lst
rm rebase.lst
endif
splitsymbols:
ifdef MOZILLA_OFFICIAL
ifdef MOZ_DEBUG_SYMBOLS
echo finding pdb files