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:
bbaetz%cs.mcgill.ca
2001-08-06 18:13:33 +00:00
parent bf375d18cf
commit f3cb6f2e56
2 changed files with 2 additions and 2 deletions

View File

@@ -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
####################################

View File

@@ -20,6 +20,6 @@
DEPTH=..\..\..
DIRS=src public
DIRS=src
include <$(DEPTH)\config\rules.mak>