seawood%netscape.com
76ea08aa57
Use detected versions of MAKE & ZIP.
...
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
seawood%netscape.com
b40ca95f87
Fix parallel build race condition on solaris by searching for idls in the current srcdir before the common idl dir.
...
Bug #183263 r=bryner,dcran a=asa
2003-03-31 20:55:54 +00:00
mkaply%us.ibm.com
c6ebd60472
#188249
...
r=cls
OS/2 GCC build changes
2003-03-24 14:07:08 +00:00
seawood%netscape.com
18e2de2ab4
Only export all symbols & create import library for non-component libs in mingw build
2003-03-18 22:04:00 +00:00
seawood%netscape.com
6e54a93688
Enforce MODULE_NAME requirement for static builds.
2003-03-15 22:56:35 +00:00
cls%seawood.org
e9ed7da9f3
Add mingw support to the common rules.
...
Add EXPAND_LIBNAME & EXPAND_MOZLIBNAME $(call) macros which convert base library names into a form suitable for linking.
Add rules for creating asm & intermediate files.
Bug #134113 r=bryner
2003-03-08 05:18:43 +00:00
seawood%netscape.com
41095b0061
If building for a x11-based toolkit, force the chrome to use the "unix" keybindings.
...
Bug #191447 r=bryner
2003-03-04 03:56:03 +00:00
tor%cs.brown.edu
db50a85d91
Backout of 193442/191415. a=brade,dougt
2003-03-03 21:00:07 +00:00
seawood%netscape.com
41b32b2257
Fixing beos bustage caused by bug 193442
...
Bug #195563 r=bewildered
2003-03-02 00:56:04 +00:00
seawood%netscape.com
c73a696f3b
Dropping build infrastructure for supporting building with mulitple toolkits.
...
Bug #191528 r=pavlov
2003-02-28 22:02:21 +00:00
dougt%netscape.com
dccf8bcbee
Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442) Storing the GRE location in a relative way so that we can change GRE versions between launches assuming that they are compatible (191415). Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin.
2003-02-28 21:30:35 +00:00
bryner%netscape.com
6e09733f45
For limiting exported symbols on OS X, use -exported_symbols_list instead of nmedit, if it's available. Also, don't run nmedit for debug builds. Bug 195186, r=cls.
2003-02-27 22:32:05 +00:00
seawood%netscape.com
689aeb5e51
Make NO_DIST_INSTALL really not touch $(DIST)/.
...
Bug #190581 r=bryner
2003-02-27 02:53:46 +00:00
seawood%netscape.com
c3afa26feb
Skip the merge of .xpts into single module.xpt if there's only one .xpt and it has the same basename as the module.
...
Thanks to Nathan Kurz <nate@verse.com> for the patch.
Bug #190583 r=dbradley
2003-02-22 07:40:51 +00:00
seawood%netscape.com
158084c339
Use -Bsymbolic when linking components on FreeBSD.
...
Thanks to Joe Marcus Clarke <marcus@freebsd.org> for the patch.
Bug #190844 r=cls a=asa
2003-01-30 07:41:27 +00:00
seawood%netscape.com
6936414385
Change import library creation to get 25% speedup on startup on OS/2.
...
Also, decrease the size of dlls & exes by adding /OPTFUNC linker option.
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #190536 r=mkaply,cls a=asa
2003-01-30 02:53:28 +00:00
mkaply%us.ibm.com
96b8e2fdb1
#135795
...
r=cls
Turn on mkdepend for OS/2
2003-01-15 21:36:53 +00:00
seawood%netscape.com
afe6ed66d5
Anything that depends upon Makefile.in should also depend upon Makefile.
...
Bug #169304 r=bryner sr=alecf
2003-01-10 01:14:49 +00:00
bryner%netscape.com
71b5ac7d73
Second try for bug 187732. Post-process component libraries on OS X using nmedit to control which symbols are exported. r=cls.
2003-01-06 07:13:49 +00:00
seawood%netscape.com
b1a4703859
Backing out previous changes. $(call...) is only supported by gmake >= 3.78.
...
Fixing tinderbox bustage.
2003-01-03 19:56:56 +00:00
seawood%netscape.com
16e7da2837
nobrainer changes while thinking about mingw support
...
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
seawood%netscape.com
5290941d85
Fix OS/2 bustage by exporting component import libs again.
2002-12-28 21:19:26 +00:00
seawood%netscape.com
5ba4347cde
Oops. We still need to install component libs into dist/lib/components.
...
Fixing tinderbox bustage.
2002-12-28 03:30:04 +00:00
seawood%netscape.com
d5efcdfb6d
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
seawood%netscape.com
c266e53388
Not all versions of cygpath support the convenient -m function. Too bad.
...
Fixing tinderbox bustage.
2002-12-13 03:38:39 +00:00
seawood%netscape.com
58004c4a48
Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
...
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
colin%theblakes.com
0824e190c0
OpenVMS build changes. b=180290. r=cls
2002-12-12 00:08:59 +00:00
seawood%netscape.com
e1d4567b39
Setting OBJS (from CSRCS/CPPSRCS) is not required when using SIMPLE_PROGRAMS so we need to check for SIMPLE_PROGRAMS as well to generate dependency subdirs.
...
Fixing mach-o nightly build bustage. r=bryner
2002-11-18 22:35:22 +00:00
seawood%netscape.com
920fe572b1
Forte doesn't allow suffixes other than .o so change the naming scheme of host-compiled object files from .ho to host_%.o . Adds the unenforced rule that source files should not start with host_.
...
Bug #179895 Fixing tinderbox bustage
2002-11-15 07:24:44 +00:00
seawood%netscape.com
ef829194c8
Disable dependency generation on OS/2 until bug 135795 is fixed.
2002-11-15 05:42:39 +00:00
seawood%netscape.com
03b0fefbec
Make mkdepend failures a fatal condition.
...
Treat nsinstall & mkdepend as HOST_PROGRAMs so that they don't call mkdepend to generate dependencies.
Bug #179895 r=bryner
2002-11-15 03:41:17 +00:00
mkaply%us.ibm.com
990cc645b1
#179508
...
r=cls, sr=alecf
Get OS/2 static build working again
2002-11-14 19:38:21 +00:00
seawood%netscape.com
cb349b9ce3
Drop unneeded java build rules & variables since blackwood now builds using ant.
...
Bug #161617 r=edburns sr=beard
2002-11-14 19:36:28 +00:00
bryner%netscape.com
913dcd68e8
Fixing busted win32 nightly builds (bug 179435). r=cls.
2002-11-11 04:04:49 +00:00
seawood%netscape.com
9e2c736289
Build changes to enhance --enable-standalone-modules builds using REQUIRES-based metadata.
...
Bug #173066 r=mcafee a=dbaron
2002-10-25 05:59:52 +00:00
seawood%netscape.com
023ed8fea7
Use -B symbolic when linking component libraries on OSF/1.
...
Thanks to Shanmugavelu Shanmuganathan <shanmu@netscape.com> for the patch.
Bug #173358 r=cls a=asa
2002-10-11 05:18:39 +00:00
bryner%netscape.com
18ab40895c
Adding a preprocessor to be used for XUL files (bug 170737). This only affects phoenix builds. r=cls, a=asa
2002-10-10 03:11:27 +00:00
blythe%netscape.com
51cd89bf69
part of bug 170618
...
Better enable MOZ_MAPINFO for windows builds.
This will lead to some tools to read the map files and report on code/data size.
2002-10-07 19:09:05 +00:00
jdunn%netscape.com
d8ec69fd5b
only export __shlInit for HP if we aren't on ia64 (which doesn't have the symbol)
...
r=cls@seawood.org
# 171952
2002-10-02 10:10:06 +00:00
seawood%netscape.com
071a50d589
Link against BIN_FLAGS when building SIMPLE_PROGRAMS.
...
Remove extraneous $@ from HOST_LIBRARY ruleset.
Thanks to Stuart Parmenter <pavlov@netscape.com> for the patch.
Bug #158720 r=cls
2002-09-20 08:57:51 +00:00
seawood%netscape.com
c1500b0c70
Remove broken --enable-java-supplement option.
...
Make --enable-auto-deps work.
Remove unused OBJ_PREFIX variable
Add entries to .SUFFIXES to speed up pattern matches.
Bug #161461 r=bryner
2002-08-31 04:03:52 +00:00
seawood%netscape.com
d98b057414
Re-adding chrome target
2002-08-12 14:36:53 +00:00
seawood%netscape.com
a49eb7b159
Disable parallel builds on win32 if MOZ_COVERAGE is set as it writes to .pdb files with each compile
2002-08-10 14:04:58 +00:00
bryner%netscape.com
fff1357047
Changes to allow Mozilla to build with new gcc3 developer tools on OS X (bug 153525). Patch by dbaron, r=cls, sr=bryner, a=asa.
2002-07-24 05:43:53 +00:00
seawood%netscape.com
c0054a7dfa
Remove intermediate SIMPLE_PROGRAMS object files during a clean.
2002-07-01 02:34:57 +00:00
dbaron%fas.harvard.edu
a44ddf4882
Build changes to build mach-o on gcc3: use -install_name option only when linking using -dynamiclib option, since with gcc3 it causes an error when used with -bundle or -execute. r=bryner sr=beard b=153525
2002-06-26 03:09:32 +00:00
seawood%netscape.com
28297fece1
Use the proper file paths when generating dependencies on win32.
...
Fallout from bug #141834 .
2002-06-21 05:06:47 +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
6e097851cb
Make sure that all of the headers are installed during a 'make install'.
...
Thanks to Chris Blizzard <blizzard@mozilla.org> for the patch.
Bug #149483 r=cls
2002-06-13 09:07:40 +00:00
mcafee%netscape.com
945e691fda
Adding export-idl rule for REQUIRES-based embed build (150088). r=blythe, sr=alecf, a=asa
2002-06-11 22:26:27 +00:00