From 992059a6cf81103ab8e37bc5deeec77236203fdd Mon Sep 17 00:00:00 2001 From: "granrose%netscape.com" Date: Wed, 26 Jul 2000 22:43:27 +0000 Subject: [PATCH] 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 --- mozilla/client.mak | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/client.mak b/mozilla/client.mak index e054ec08af9..152aa0c2f37 100644 --- a/mozilla/client.mak +++ b/mozilla/client.mak @@ -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