modify client.mak to include commented out co variables needed to pull tree on branch to make future branches slightly easier.

git-svn-id: svn://10.0.0.236/trunk@74840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
granrose%netscape.com 2000-07-26 22:43:27 +00:00
parent 488a5c15de
commit 992059a6cf

View File

@ -31,6 +31,12 @@ MOZ_TOP=mozilla
#//------------------------------------------------------------------------
#// Figure out how to do the pull.
#//------------------------------------------------------------------------
# uncomment these, modify branch tag, and check in to branch for milestones
#MOZ_BRANCH=SeaMonkey_M17_BRANCH
#NSPR_CO_TAG=SeaMonkey_M17_BRANCH
#PSM_CO_TAG=SeaMonkey_M17_BRANCH
#LDAP_SDK_CO_TAG=SeaMonkey_M17_BRANCH
!if "$(MOZ_BRANCH)" != ""
CVS_BRANCH=-r $(MOZ_BRANCH)
HAVE_BRANCH=1