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

229 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org cdf8180215 Backing out cygwin make checks since there's no consistency in where the cygwin string resides. 2005-03-30 17:57:38 +00:00
cls%seawood.org 8cd8233a54 Apparently, the full cygwin string isn't universal. Just check for cygwin.
Bug #288303
2005-03-30 17:34:42 +00:00
cls%seawood.org 349d1fef20 Explicitly check for cygwin make when building on win32.
Bug #288303 r=bsmedberg
2005-03-30 17:15:32 +00:00
shaver%mozilla.org 7c72b8da41 automatically pull+build storage+sqlite3 when calendar is selected; r=bsmedberg 2005-03-03 22:48:37 +00:00
bsmedberg%covad.net b8a9d300d7 Bug 279768 - make client.mk work with the new location of locales on the trunk, r=Pike 2005-01-27 14:04:06 +00:00
vladimir%pobox.com 89a0d2de2a b=270715, storage in default pull and Makefile.in, r=bsmedberg,shaver 2004-12-10 12:15:18 +00:00
vladimir%pobox.com 88e22d9bd8 b=270715, add mozilla/storage to default suite pull, r=bsmedberg 2004-12-07 20:23:31 +00:00
bsmedberg%covad.net 8073e345f4 Add $(strip) so that if you don't specify any projects/modules things error-out properly. (bug 261232) 2004-11-25 00:42:20 +00:00
bsmedberg%covad.net 30fd3c6d9a Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor 2004-11-24 20:44:41 +00:00
bsmedberg%covad.net 16048c614e Remove warning I used for debugging. 2004-11-24 20:27:34 +00:00
bsmedberg%covad.net 2816f3307e Fix the problem with initial checkouts, see https://bugzilla.mozilla.org/show_bug.cgi?id=261232#c29
This was caused by a sticky tag left over from the LDAP checkout step, which wasn't
getting cleared properly when checking out SeaMonkeyAll. Moving SeaMonkeyAll to
the end of the checkout list fixes the problem. r=cmp
2004-11-24 20:19:33 +00:00
bsmedberg%covad.net d55454f90e Make MOZ_MAPINFO a warning instead of an error, at least temporarily until the tinderboxen can be updated. 2004-11-24 02:40:08 +00:00
bsmedberg%covad.net f1ee431a13 Add the mozconfig files to the "bootstrap" checkout stage, missing dependencies exposed by bug 261232, r=cmp 2004-11-23 23:46:12 +00:00
bsmedberg%covad.net 277ce8cfd4 Additional stupidity fixup for bug 261232 2004-11-23 23:14:10 +00:00
bsmedberg%covad.net ebc4ab182b Because of the two-stage checkout that client.mk uses, add this temporary hack to get the tinderboxen working. 2004-11-23 22:54:31 +00:00
bsmedberg%covad.net 0d80d2802c Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes) 2004-11-23 22:22:58 +00:00
darin%meer.net 93874dbfb7 landing build changes for XULRunner (bug 257162) r=bsmedberg 2004-09-09 19:10:39 +00:00
bsmedberg%covad.net 02debee4e5 Typo from bug 252941, patch by ajschult, r+a=me 2004-09-05 19:39:02 +00:00
bsmedberg%covad.net 498c8e222b Bug 252941 - don't pull all locales by default. r=bryner sr=shaver 2004-09-01 20:40:10 +00:00
gerv%gerv.net 851d4ad021 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-07-16 18:13:26 +00:00
bryner%brianryner.com 56b2b34f2b Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
mvl%exedo.nl c097fcd9d9 use MOZ_SUNBIRD to build sunbird.
bug 245189, r=bsmedberg, approved by mostafah
2004-06-02 18:06:03 +00:00
scott%scott-macgregor.org 3adf447e39 Add 7zip support to the thunderbird trunk.
Be sure to pull the right other-licenses directory for thunderbird and firefox
2004-05-26 22:06:19 +00:00
scott%scott-macgregor.org 49c8c572b1 Bug #241003 --> port official branding for thunderbird to the trunk 2004-05-04 22:13:10 +00:00
bryner%brianryner.com feb044f857 Remove *.da files after profiledbuild finishes. This is not part of the default build. I need this for tinderbox tests so that stale profile data isn't used. 2004-03-21 19:20:59 +00:00
bryner%brianryner.com c2b4788fd2 - Add detection of -fprofile-arcs/-fprofile-generate to configure
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.

Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
ben%bengoodger.com 2726c470ae 237596 - add --enable-official-branding for Firefox which builds official artwork. r=bryner 2004-03-16 03:56:25 +00:00
dbaron%dbaron.org d5582721b7 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
bsmedberg%covad.net db0a0f2d49 Use -A instead of -r HEAD to fix tbox build bustage. 2003-11-07 14:56:23 +00:00
bsmedberg%covad.net b876ce4fef Build IPC from the trunk instead of the IPC_BRANCH_20030304 (no bug) r/sr=leaf+darin
Specifying HEAD ensures that existing trees will be moved from the branch to the trunk.
2003-11-07 14:29:30 +00:00
daniel%glazman.org d3099c31e9 build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org 2003-09-24 13:59:37 +00:00
hyatt%mozilla.org 8dfe9dd0f3 Fork the chrome registry for Fb+Tb, bug 215496, r=bryner, sr+a=brendan 2003-08-08 23:28:27 +00:00
bryner%brianryner.com 7129e08c6a Allow firebird and thunderbird to be pulled from a branch. rs=leaf. 2003-07-23 04:47:26 +00:00
bbaetz%acm.org d8f78e2620 Bug 204175 - make -f client.mk fast-update should pull IPC
Patch by jonwil@tpgi.com.au, r=bbaetz/bryner, sr=alecf
2003-07-19 05:37:34 +00:00
bryner%netscape.com 06615cb14e Enable objdir support for Camino if you build with camino.mk (bug 201860). r=ccarlen. 2003-06-02 19:00:57 +00:00
bryner%netscape.com 47979cea70 Fix fast-update bustage from bug 205912 checkin. 2003-05-22 21:56:54 +00:00
bryner%netscape.com 23a1e5f50a Fix bug 205912, NSS rebuilds too often. Update a timestamp file in the source tree whenever client.mk pulls updates to NSS, and make a second timestamp file dependent on the first that's touched after cleaning NSS. r=seawood, sr=brendan. 2003-05-21 20:13:24 +00:00
axel%pike.org 0d0148bd5f bug 204177, don't pull ipc for standalone builds, r=bryner, a=sspitzer 2003-05-09 08:19:58 +00:00
ccarlen%netscape.com ed2fb2f25d Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa 2003-05-02 03:57:15 +00:00
scott%scott-macgregor.org 486b65c594 Bug #173084 --> Land config changes for building thunderbird (stand alone mail). None of these changes
should effect the seamonkey build at all.
r/sr=bryner
2003-04-17 06:14:23 +00:00
seawood%netscape.com 820a0181e1 When pulling standalone modules, pull the individual toplevel files first to avoid having the files disappear with cvs giving the ' warning: new-born <file> has disappeared' message.
Bug #122149 r=bryner
2002-12-11 07:06:43 +00:00
seawood%netscape.com bab96f1a37 Fix our libical integration:
Pull libical & calendar by default.
RForce libical libs to be always dynamic & prefix them with moz
Bug $178798 r=blizzard
2002-12-11 04:15:45 +00:00
seawood%netscape.com d6221b3f9c Pull uniq.pl along with modules.mk so that pulls of the standalone modules don't croak.
Bug #173066
2002-10-25 09:22:44 +00:00
blythe%netscape.com 8596d833c8 Work for bug 170618
Build files only, no code changes
Add directory to allmakefiles.sh, r=cls
Pull directory when appropriate
2002-10-08 21:40:10 +00:00
alecf%netscape.com 214146625e fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
2002-09-12 04:43:31 +00:00
leaf%mozilla.org bdb8dd5fb8 backing out erroneous checkin to pull scripts 2002-09-11 18:34:54 +00:00
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