Граф коммитов

183 Коммитов

Автор SHA1 Сообщение Дата
cltbld%netscape.com f70ff03c41 update the tag to MOZILLA_1_2a_RELEASE 2002-09-11 18:03:05 +00:00
bryner%netscape.com 046cf30546 Bug 161036 - provide mechanism to build experimental browser UI (bug 161036). r=cls. 2002-08-07 06:37:13 +00:00
seawood%netscape.com 6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
seawood%netscape.com b1f30a88d8 Pull client.mk and modules.mk by date when MOZ_CO_DATE is set rather than always pulling the tip version.
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #143165 r=leaf
2002-05-28 08:40:31 +00:00
seawood%netscape.com 2891336507 Make --srcdir autodetection work with activestate perl
Bug #135589
2002-04-13 08:39:48 +00:00
seawood%netscape.com 7c5d155247 Roll our own version of abs2rel to handle MOZ_OBJDIRs with .. in their path
Bug #135589 r=kaie
2002-04-13 08:13:38 +00:00
cls%seawood.org c5dae4c23f If MOZ_OBJDIR is set, automagically determine the relative path from the objdir to the srcdir and pass --srcdir to configure using this relative path. This is needed to workaround the issue with absolute paths in the win32 gmake build.
Bug #135589 r=bryner a=rjesup
2002-04-06 06:20:55 +00:00
dmose%netscape.com c5a69ba52b Fixing autoconf build bustage 2002-03-27 07:49:23 +00:00
dmose%netscape.com 5e565e67aa Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org 2002-03-27 06:31:38 +00:00
seawood%netscape.com 93a6b4579a Fix eternal fast-update failure if security fails once.
Thanks to Randell Jesup <rjesup@wgate.com> for the patch.
Bug #127358 r=cls a=asa
2002-02-26 08:35:38 +00:00
kaie%netscape.com 7792168b34 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
seawood%netscape.com f489fa77a2 Call 'alldep' instead of 'depend build' to avoid the extra export stage.
r=bryner
2002-01-31 06:15:19 +00:00
seawood%netscape.com 710046a5e7 If TOPSRCDIR_MOZ is not set, set it to TOPSRCDIR. 2002-01-29 13:12:50 +00:00
seawood%netscape.com 99bd5f51d6 use 'alldep' instead of 'depend build' 2002-01-29 10:25:13 +00:00
seawood%netscape.com f1172a05a3 Add build_all_dep & build_all_depend targets which are aliases for the alldep target. Made sure that alldep was passed down to the real Makefiles. 2002-01-25 08:32:27 +00:00
kaie%netscape.com ff2bf9290b b=116334 Allowing conditional usage of NSS 3.4
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)
2002-01-10 00:47:07 +00:00
timeless%mac.com 61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com 3b65202748 Checkout libart & calendar before seamonkey since the latter is significantly larger and therefore has a greater chance of getting cvs conflicts.
Thanks to Bradley Baetz <bbaetz@cs.mcgill.ca> for the patch.
Bug #115057 r=cls
2001-12-15 09:21:18 +00:00
bbaetz%cs.mcgill.ca 5c8cc975a2 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
seawood%netscape.com 67606b7924 Remove mozilla/security/makefile.win from PSM pull as it's still breaking things.
bug #109581
2001-12-01 04:50:26 +00:00
seawood%netscape.com bbda020bce More fun with CVS' Emptydir feature. Pull NSS before PSM like win32 does.
Bug #109581
2001-12-01 04:39:04 +00:00
seawood%netscape.com 94c063a625 Pull mozilla/security/makefile.win now that the cvs server has been upgraded. bug #109581 2001-12-01 03:45:14 +00:00
seawood%netscape.com ceef95f314 Remove use of MOZ_MAKE_ENV. Builds should use |make -j3| instead of |MAKE='make -j3' make| 2001-11-22 04:02:28 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
seawood%netscape.com 7c519c748e With the new tier system for the toplevel makefile, there's no need to build each stage individually from client.mk. 2001-11-17 03:56:53 +00:00
seawood%netscape.com 84b2025ea8 Use separate shell process for cvs pulls so that 'make -n -f client.mk' doesn't attempt to pull from cvs.
Bug #71200
2001-11-13 08:38:56 +00:00
bryner%netscape.com 1e6d7bac73 Adding support for building calendar by having MOZ_CALENDAR=1 set. r=cls. 2001-11-13 07:57:31 +00:00
seawood%netscape.com 08ab725bce Since we automatically generate the toplevel configure, make RUN_AUTOCONF_LOCALLY *always* remove all of the configure files before pulling and regenerate them after pulling.
Bug #47989 r=mkaply
2001-11-12 21:57:55 +00:00
seawood%netscape.com 6651238f71 Try to use mozilla as well as netscape to launch webconfig
Bug #101075
2001-10-13 06:23:28 +00:00
seawood%netscape.com 7e0457daae Track our dependencies properly by exporting before checking dependencies 2001-09-28 00:36:07 +00:00
gerv%gerv.net 1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
bryner%netscape.com 03d1a24137 Bug 97518 - for fast-update, do a regular checkout of NSS since it's on a static tag. r=cls, a=asa. 2001-08-31 00:36:37 +00:00
cls%seawood.org 7735dffe33 Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag.
r=leaf
2001-08-17 11:17:02 +00:00
bstell%netscape.com e5c006594c bug 88454, r=mcafee, rs=sfraser
add real_fast-update target so old checkout log can be moved aside
2001-08-15 23:55:25 +00:00
bstell%netscape.com 0ce26b4d00 bug 88454, r=mcafee, sr-sfraser
add "fast-update" target which paralles "checkout" target
2001-08-15 04:20:31 +00:00
wtc%netscape.com c6d45df15b Bugzilla bug 78471: fixed a spelling error. 2001-08-14 21:31:49 +00:00
wtc%netscape.com 906f2635ff Bugzilla bug 78471: the new NSPRPUB_CLIENT_TAG is a static tag, so it
can't be combined with a date tag.  This is a temporary fix and I will
work with Chris Seawood on a better fix.
2001-08-14 20:54:09 +00:00
wtc%netscape.com 97ab62e4c1 Bugzilla bug 78471: have Mozilla pull the latest version of NSPR (NSPR 4.2
Beta).  The tag we are using now is the static tag NSPRPUB_CLIENT_TAG.
We may change the tag to "HEAD" (the tip of NSPR) or some client-specific
branch tag soon.  This landing has been approved by drivers@mozilla.org
for mozilla0.9.4.
Modified files: mozilla/client.mk mozilla/client.mak
mozilla/build/mac/build_scripts/MozillaCheckoutList.txt
2001-08-14 18:09:04 +00:00
bryner%netscape.com 96d4e843eb Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls. 2001-08-12 04:25:41 +00:00
cls%seawood.org d1476e0e11 Make MOZ_CO_TAG override individual modules' CO_TAGs so that the instructions for updating to cvs from a release tarball actually work.
Bug #93491 r=leaf
2001-08-06 21:19:30 +00:00
cls%seawood.org 9be73e7377 Removing makefile.win until cvs server is upgraded 2001-06-20 20:24:22 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org 246440b06f Oops. wrong tree 2001-06-13 02:54:50 +00:00
cls%seawood.org 3065fa3d85 pull security/makefile.win like win32 does 2001-06-13 01:46:05 +00:00
cls%seawood.org 6b3254a009 Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS. 2001-05-16 11:16:08 +00:00
cls%seawood.org 482e3ebc68 Attempting to pull a static tag by date is A Bad Thing(tm). Just don't do it (because cvs won't). 2001-05-15 19:11:49 +00:00
akkana%netscape.com 2dadab7ede 76731: make -f client.mk the first time should only check out once. r=cls 2001-05-07 23:50:39 +00:00
cls%seawood.org 7ab3f26700 Remove psm1 files from PSM pull 2001-04-30 10:38:20 +00:00
bryner%uiuc.edu a570a1294f Bug 76328 - don't pull the removed files in security/ when checking out on NSS_CLIENT_BRANCH, it seems to cause strange cvs errors. sr=cls. 2001-04-29 03:32:45 +00:00
cls%seawood.org 4237ef2888 Pull PSM/NSS by default now that we no longer have the Makefile.in<->Makefile conflict on checkout due to psm2 landing. This brings us to parity with win32 & mac which already pull these by default.
Bug #77124 r=bryner
2001-04-27 00:15:15 +00:00