11
edits
Line 110: | Line 110: | ||
#$BuildConfigDir = 'mozilla/config'; | #$BuildConfigDir = 'mozilla/config'; | ||
#$Topsrcdir = 'mozilla'; | #$Topsrcdir = 'mozilla'; | ||
</pre> | |||
NOTES: | |||
* All this doesn't help too much without changing mozilla/client.mk on the according brach, e.g. : | |||
<pre> | |||
--- client.mk 27 Jun 2007 18:17:42 -0000 1.245.2.38 | |||
+++ client.mk 27 Sep 2007 10:34:18 -0000 | |||
@@ -252,21 +252,21 @@ MODULES_all := | |||
mozilla/other-licenses/7zstub \ | |||
$(NULL) | |||
####################################################################### | |||
# Checkout Tags | |||
# | |||
# For branches, uncomment the MOZ_CO_TAG line with the proper tag, | |||
# and commit this file on that tag. | |||
-MOZ_CO_TAG = MOZILLA_1_8_BRANCH | |||
+MOZ_CO_TAG = SUNBIRD_0_7_BRANCH | |||
NSPR_CO_TAG = NSPR_4_6_7_RTM | |||
NSS_CO_TAG = NSS_3_11_5_WITH_CKBI_1_64_RTM | |||
-LDAPCSDK_CO_TAG = MOZILLA_1_8_BRANCH | |||
-LOCALES_CO_TAG = MOZILLA_1_8_BRANCH | |||
+LDAPCSDK_CO_TAG = SUNBIRD_0_7_BRANCH | |||
+LOCALES_CO_TAG = SUNBIRD_0_7_BRANCH | |||
BUILD_MODULES = all | |||
####################################################################### | |||
# Defines | |||
# | |||
CVS = cvs | |||
comma := , | |||
</pre> | </pre> | ||
edits