seawood@netscape.com
989cb4c8ca
Update standalone xpcom build list
2001-10-07 04:03:57 +00:00
locka@iol.ie
9cc63dc23d
Allow run-mozilla.sh to be renamed (e.g. foo) and have it automatically launch foo-bin if such an executable exists. b=70760 r=valeski@netscape.com sr=blizzard@mozilla.org
2001-10-01 18:40:45 +00:00
cls@seawood.org
d623637ea2
Replace cat<<EOF with echos to avoid potential security risk with predictable /tmp files.
...
Thanks to Ashu Kulkarni <ashuk@eng.sun.com > for the patch.
Bug #98723 r=cls a=blizzard
2001-09-08 19:16:27 +00:00
timeless@mac.com
17a13c47a3
Bugzilla Bug 68570 RFE: Set XSUNTRANPORT/XSUNSMESIZE on Solaris to improve rendering speed...
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=antitux sr=blizzard
2001-08-03 04:10:25 +00:00
cls@seawood.org
4de464fbcd
Add mozilla dirs to LD_LIBRARYN32_PATH & LD_LIBRARYN64_PATH if those variables are already set.
...
Thanks to zeroJ@null.net (John Vandenberg) for the patch.
Bug #77425 r=cls
2001-04-27 00:58:19 +00:00
cls@seawood.org
e4cce8d7f2
Add the plugins dir to LD_LIBRARY_PATH so that multiple-library components can find their secondary libs. Bug #58022 a=blizzard@mozilla.org
2001-04-20 13:53:20 +00:00
cls@seawood.org
8c09376446
Remove mozilla/security from psm2 build list.
...
Make BUILD_MODULES=psm == BUILD_MODULES=psm2
Bug #75958 r=dbaron
2001-04-18 03:35:06 +00:00
javi@netscape.com
2cd5d22519
Backing out my change since leaf will provide a "better" fix.
2001-04-16 20:40:16 +00:00
javi@netscape.com
98f3d7ae42
Fix for Bug 76179 patch provided by leaf, r=javi, sr=cls
...
Don't build the Makefile in security as part of PSM 2 builds. That
build drives the PSM1 build process.
2001-04-16 20:37:57 +00:00
cls@seawood.org
a2982496d1
Add security to psm2 DIRS list so that BUILD_MODULES=psm2 works (how did this ever work before?)
2001-04-13 23:54:47 +00:00
cls@seawood.org
9024e32197
Add directories to make psm/psm-glue build standalone again
2001-04-09 00:37:44 +00:00
cls@seawood.org
aa9857c8bf
Removing obsolete USE_NSPR_AUTOCONF usage
2001-04-06 08:44:49 +00:00
shaver@mozilla.org
9a925460f4
71140: fix XPConnect-standalone build, r=cls
2001-03-08 02:40:37 +00:00
javi@netscape.com
1d00a3c425
Allow developers to build PSM 2.0 on Unix.
...
Fix for Bug 70343 sr=cls
2001-03-04 22:55:18 +00:00
cls@seawood.org
37f1c946a1
Fix standalone psm bustage.
2001-02-23 00:14:28 +00:00
dbaron@fas.harvard.edu
e57c407da5
Fix standalone PSM bustage from layout/content split by adding content/base/public.
2001-02-22 14:01:05 +00:00
dbaron@fas.harvard.edu
cd0b8c64b8
Fix broken (from waterson's changes yesterday) BUILD_MODULES=psm build by removing rdf/content/public (which no longer has a Makefile) from the list for PSM. I can't tell which new directory, if any, is needed, since there's other bustage preventing a psm build without having already built mozilla.
2001-02-22 13:56:31 +00:00
cls@seawood.org
59a8cfe57c
Let the standalone xpcom build know about the string library dependency. Bug 69718
2001-02-22 09:24:57 +00:00
cls@seawood.org
a596e9b487
Fix fdlibm/mozjs dependency problem by making sure that fdlibm is always built before mozjs.
2001-02-04 06:27:59 +00:00
cls@seawood.org
c67a5deff8
Make sure to pull nspr with xpcom
2001-01-19 21:17:42 +00:00
ccarlen@netscape.com
f70959a99b
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
axel@pike.org
f6fdf9dc93
bug 57282, fixing easy modules like transformiix, r=cls (build stuff)
2001-01-11 11:02:10 +00:00
cls@seawood.org
cc9dbcfff4
Explicitly call $(PERL) rather than relying upon the OS to interpret the script correctly.
2001-01-07 14:19:52 +00:00
cls@seawood.org
a6b2f8c952
Give the standalone build system a finer grained control over which directories are checked out.
...
Bug #57282 r=blizzard
2000-12-27 05:29:50 +00:00
cls@seawood.org
2f12ac3fce
Simple script to remove duplicates from a list given as the args.
2000-12-27 00:08:18 +00:00
cls@seawood.org
86edd2e25d
Remove js/src from psm dep list since it's already in DIRS list
2000-12-23 02:44:16 +00:00
cls@seawood.org
6766486447
JS has required NSPR for some time apparently. Updating module list to not pull all of js/ just enough to build libmozjs.so (js/src).
2000-12-23 02:26:44 +00:00
cls@seawood.org
e23210e5ea
Add psm to standalone build system.
...
Pull psm & nss by default via client.mk .
Moves psm-glue from Mozilla build to psm module.
Bug #60912 . r=bryner
CARPOOL!
2000-12-22 20:43:27 +00:00
cls@seawood.org
a67db88141
Update the standalone build system to handle our extensive intermodule header dependencies without descending into recursive dependency hell.
...
Bug 57282 r=jag
2000-12-11 06:52:25 +00:00
cls@seawood.org
ec97c7523b
Add security module (based upon bryner's nss autoconf patch)
2000-12-05 06:49:12 +00:00
cls@seawood.org
8f406e2e97
Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch.
2000-10-25 20:32:37 +00:00
ramiro@eazel.com
9fa658d2c0
Bug 56793. Add support for building unix mozilla with a default
...
MOZILLA_FIVE_HOME. Build changes r=cls. Small XPCOM change sr=scc.
2000-10-21 08:33:16 +00:00
margaret.chan@sun.com
7cfc89edb4
Bug fix for 36567. Use /bin/type instead of which for finding the paths.
...
r=cls@seawood.org a=brendan@mozilla.org .
2000-09-14 20:58:56 +00:00
cls@seawood.org
a8cca7ef3c
Adding dist/bin/components to LIBRARY_PATH as part of fix for BeOS shared lib loading. Bug #51658 . Thanks to Justin Morey <justin@68k.org> for the patch.
2000-09-07 04:50:48 +00:00
warren@netscape.com
f636f1342d
Getting gc leak-detector to work on linux. Non-nspr changes. code=beard,wade r=warren
2000-08-11 00:13:39 +00:00
cls@seawood.org
f8adb3ba07
Added BeOS debugger to debugger list. bug #43723
2000-06-26 21:52:27 +00:00
jim_nance@yahoo.com
d92ac1a3a8
Added line to print working directory of commands which fail.
2000-06-23 21:31:42 +00:00
jim_nance@yahoo.com
d7eec2b255
Tru64 helper scripts for ATOM tools.
...
Not part of the build.
2000-06-10 10:56:51 +00:00
cls@seawood.org
941b98cc6c
Fix the runtime scripts so that mozilla can be run from any directory. r,a=leaf
2000-06-06 22:57:25 +00:00
cls@seawood.org
7900b0ba9e
Use relative path to call binaries as some shells break otherwise. Bug 40415. r=waterson
2000-05-31 23:05:14 +00:00
cls@seawood.org
3c863f79b8
Finishing off the standalone modules framework.
...
List js/src/liveconnect & js/src/xpconnect in toplevel Makefile.in to allow js to be built using the standalone framework.
Use the <module>_STANDALONE defines anytime BUILD_MODULES != all.
r=slamm
2000-05-20 02:45:59 +00:00
axel@pike.org
4cb5f9873e
Support for BUILD_MODULES and MOZ_CO_MODULES for transformiix (standalone),
...
does not affect build, a=leaf, r=leaf
Makefile.ins will follow soon
2000-05-18 19:37:33 +00:00
cls@seawood.org
87bbce3bf4
Add support for pulling individual modules from cvs via client.mk.
2000-05-04 01:26:34 +00:00
cls@seawood.org
62278ccc29
Move STATIC_MAKEFILES back into the toplevel Makefile
2000-05-03 22:49:47 +00:00
cls@seawood.org
f2c0b581ee
Remove extraneous whitespace between the object file and the ':'.
...
Thanks to Justin Morey <justin@68k.org > for the patch.
2000-04-21 01:28:58 +00:00
cls@seawood.org
49c11e314f
Exporting LIBRARY_PATH & ADDON_PATH vars needed for BeOS runtime.
2000-04-18 22:19:14 +00:00
cls@seawood.org
9848fe4579
Added support for building select individual modules using --enable-modules. Currently, only dbm, xpcom & necko work. At this point, you still have to pull the whole tree. We'll fix that later. Bugs 24515 & 34159
2000-04-18 09:42:12 +00:00
cls@seawood.org
dd9174e64b
BeOS uses LIBRARY_PATH to search for runtime libs.
2000-04-17 03:38:39 +00:00
waterson@netscape.com
241240d2cd
Back out file akk didn't mean to check in. r=akkanna
2000-04-13 20:17:35 +00:00
akkana@netscape.com
41bc4012fd
Rename libender to libeditor on Linux and Windows (r=ssu)
2000-04-13 19:43:51 +00:00