The build files are checked out before MOZ_CO_FLAGS is looked at, so we
fail on a fresh build because those aren't on the branch. Noticed by mop@globalpark.de. One makefile.win patch alex left out. git-svn-id: svn://10.0.0.236/branches/SVG_20010721_BRANCH@100406 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -127,7 +127,7 @@ CVSCO_LOGFILE := $(ROOTDIR)/cvsco.log
|
||||
CVSCO_LOGFILE := $(shell echo $(CVSCO_LOGFILE) | sed s%//%/%)
|
||||
|
||||
ifdef MOZ_CO_TAG
|
||||
CVS_CO_FLAGS := -r $(MOZ_CO_TAG)
|
||||
CVS_CO_FLAGS := -f -r $(MOZ_CO_TAG)
|
||||
endif
|
||||
|
||||
####################################
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS=src public
|
||||
DIRS=src
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
Reference in New Issue
Block a user