seawood%netscape.com
99e937ca0e
Remove hack to work around NSS' lack of dependencies since it only worked for gcc builds.
...
Bug #167927 r=wtc
2002-09-20 08:35:24 +00:00
jay.yan%sun.com
832835618f
bug 166202, modules/plugins doesn't build on solaris w/ gtk2 patch=Robin and Blizzard r=Blizzard sr=beard@netscape.com
2002-09-18 02:43:54 +00:00
seawood%netscape.com
3d97c01746
Removing unused MOZ_JAVA_SUPPLEMENT ifdef
2002-09-15 05:26:45 +00:00
seawood%netscape.com
8d6e340f07
Fix build order discrepancy.
...
Build order should go as follows:
export phase of mozilla/config (to build nsinstall)
non-gecko modules (nspr, ldap, xft, etc)
tier dirs (gecko + apps)
2002-09-12 20:05:28 +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
bryner%netscape.com
ad376113e3
Switch to building in browser/app and linking with libxulapp_s, instead of building in xpfe/bootstrap, for Phoenix. Remove some MOZ_PHOENIX #ifdefs that are no longer needed. Not part of the normal build.
2002-09-02 04:03:07 +00:00
seawood%netscape.com
8fab3c5099
Rename config-defs.h to mozilla-config.h. Always generate mozilla-config.h and install it with the rest of the headers so that embeddors can use it instead of duplicating the flags on the commandline.
...
Bug #163929 r=bryner
2002-08-22 00:50:51 +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
e116353653
Add --disable-installer configure option for embedding purposes.
...
Bug #145343 r=mcafee
2002-05-31 00:39:07 +00:00
mcafee%netscape.com
8ab8908bdc
Moving necko PropertiesTest over to netwerk. Remove toplevel xpcom/tests dirs hack. (142680) r=cls, a=alecf
2002-05-08 06:11:48 +00:00
seawood%netscape.com
050b9f6b7a
No need to build xpconnect twice.
...
Bug #107302
2002-05-03 00:21:15 +00:00
seawood%netscape.com
7b9cb8e59f
Trim module.mk's xpcom entry since all of xpcom's external deps have been removed.
...
Move 3rd party libs into tier_1 dir list.
Move standalone application level libs into tier_2 list.
Bug #107302 r=blythe sr=alecf
2002-05-02 22:53:30 +00:00
seawood%netscape.com
0db1ea6b9e
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
Bug #56601 r=leaf
2002-04-25 20:40:00 +00:00
dmose%netscape.com
79e6c82f61
Fix LDAP C SDK parallel build issues by switching the builds to run in a single pass (bug 133521); should fix issues with files getting repeatedly built as well. Patch from Chris Seawood <seawood@netscape.com>, r=dmose, sr=(build changes only), a=asa, adt=putterman
2002-04-05 03:51:32 +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
d377c8ed22
Move extensions to a separate build tier.
...
Bug #107302 sr=alecf a=asa
2002-03-19 22:30:48 +00:00
leaf%mozilla.org
6fee9c206b
fix bogus env var test, missing tab, to fix gmake release build sizes. r=cls,
...
a=drivers
2002-03-07 08:23:11 +00:00
wtc%netscape.com
c6e8882b5e
Temporary workaround to make 'depend' do a 'clean' in NSS. This is for
...
the landing described in bug 128593.
Modified Files: Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-03-05 15:22:48 +00:00
leaf%mozilla.org
139718882c
change for windows release build optimization, r=cls a=shaver
2002-03-01 01:01:42 +00:00
seawood%netscape.com
1c1bb7c6ea
Check for system version of freetype >= 2.0.8 for those of us building in objdirs.
...
Fix problem with sub-configures getting unnecessary additional options.
Bug #126919 r=bryner a=shaver
2002-02-28 15:43:17 +00:00
blizzard%redhat.com
f8c33148a8
Oops, missed this file. Part of bug #126919 .
2002-02-26 19:57:34 +00:00
wtc%netscape.com
1a7fc6755d
Removed the temporary depend->clean hack for NSS 3.4 update.
...
Modified Files:
Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-02-23 04:41:30 +00:00
wtc%netscape.com
11bbf1a4da
Temporary hack for the NSS 3.4 update (BeOS port, etc.) Will remove
...
tomorrow.
Modified files: Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-02-22 21:26:29 +00:00
wtc%netscape.com
1fd68fb5cc
Bugzilla bug 124952: removed the "depend->clean" hack for NSS 3.4 landing.
...
Modified files: Makefile.in security/manager/Makefile.in
security/nss/makefile.win
2002-02-19 15:03:07 +00:00
wtc%netscape.com
0807ffd588
Fix the NSS 3.4 landing temporary workaround. The security/manager
...
directory exists only if MOZ_PSM is defined.
2002-02-06 17:21:01 +00:00
wtc%netscape.com
bd5152b0a6
Fix the previous checkin. Makefile rule commands must start with a TAB.
2002-02-06 16:06:36 +00:00
kaie%netscape.com
8b9e455be6
Trying to fix Linux depend bustage, related to NSS 3.4 landing (bug 116334). Temporary fix to activate a hack in NSS.
...
Fix from wtc@netscape.com .
2002-02-06 15:50:57 +00:00
seawood%netscape.com
b4d885ffbe
Ignore build-ordering targets when doing standalone builds.
...
Bug #122149 r=axel@pike.org
2002-01-28 23:30:47 +00:00
seawood%netscape.com
ba8d725ff1
Sigh. I keep forgetting about this bug. Call export & install separately to build ldap otherwise it may die on some -j builds.
2002-01-25 23:46:34 +00:00
seawood%netscape.com
0fc8ec5bd3
Fix problem of --enable-boehm not building.
...
Build nspr & ldap as a separate step at the beginning of the default build or at the beginning of the export phase.
2002-01-25 22:29:51 +00:00
waterson%netscape.com
d20ec5a703
Bug 121888. This should always be built, regardless of whether tests are enabled or not.
2002-01-25 19:59:56 +00:00
seawood%netscape.com
9897fc9afd
Fixing non-gtk build bustage.
2002-01-25 03:33:27 +00:00
waterson%netscape.com
6a1b19137a
Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard
2002-01-24 23:09:31 +00:00
pinkerton%netscape.com
7180e5e8d1
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
mkaply%us.ibm.com
3de7309fc3
Back out crappy OS/2 change that does more harm than good
2002-01-14 21:31:24 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
pavlov%netscape.com
94f65e74a3
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:05:15 +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
337129f6d3
Preparing special accommodations for ldap's build system on the shortbus.
2001-12-10 08:06:51 +00:00
seawood%netscape.com
3c9ac20799
Bah! /bin/sh's all over the world hate me. Back to doing things the long way.
2001-12-10 06:25:40 +00:00
seawood%netscape.com
cc1888ddfd
Use ifdefs to skip certain tiers since bash2 is giving me a hard time.
...
Bug #107302 - Fixing tinderbox bustage
2001-12-10 06:13:54 +00:00
seawood%netscape.com
ddc20dec4b
Break psm, calendar, mailnews & 'apprunner' into their own tiers.
...
Bug #107302 r=bryner
2001-12-10 04:30:31 +00:00
mkaply%us.ibm.com
8f7b454363
#112243
...
r=cls
Os/2 only - if config/myrules.mk and config/myconfig.mk don't exist, create them - work around gmake bug
2001-11-29 11:42:59 +00:00
seawood%netscape.com
59025303d5
Move that comment back to the first column otherwise it gets printed in the build log.
2001-11-27 06:54:22 +00:00
seawood%netscape.com
a8e4c9bdf3
Call each of ldap's build stages individually, as it was before the tier builds (bug 107302), as ldap doesn't seem to handle -j properly from its default target.
2001-11-27 06:16:23 +00:00
seawood%netscape.com
ffafbc46a9
Add ldap to DIRS
2001-11-22 01:37:17 +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
89b6f01cc4
Add $(SUBMAKEFILES) as a dependency for the default toplevel target so that submakefiles (& the toplevel makefile) are regen'd automatically.
2001-11-21 07:10:52 +00:00
seawood%netscape.com
c70362b42d
Add concept of tiers (module groups) to toplevel Makefile.
...
Bug #107302 r=bryner
2001-11-16 07:40:42 +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