Commit Graph

46 Commits

Author SHA1 Message Date
Christian Holler
01aa013cea Bug 917242 - Symbolize ASan traces in automation. r=ted 2013-09-20 13:37:53 +02:00
Mike Hommey
f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Mike Shal
7ecea60097 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Gregory Szorc
c3f2ed9adf Bug 784841 - Part 18e: Convert /build, /config, and core build system; r=ted 2013-02-25 12:47:18 -08:00
Mike Hommey
70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Mike Hommey
7ae6cd162b Bug 749573 - Declare run-mozilla.sh and xpcshell as SDK_BINARY. r=ted 2012-04-30 08:05:34 +02:00
Mike Hommey
4d48cbfae9 Bug 748739 - Link stdc++compat as a static library, and always link it when STDCXX_COMPAT is enabled. r=ted
--HG--
rename : build/stdc++compat.cpp => build/unix/stdc++compat/stdc++compat.cpp
2012-04-30 08:03:59 +02:00
Ed Morley
e85c37a0e2 Bug 703898 - Remove unnecessary platform conditional from build/unix/Makefile.in; r=ted 2011-11-30 18:37:57 +00:00
Joey Armstrong
f51e2723e8 Bug 661855 - uniq.pl quote regex dot chars in path. r=ted 2011-06-20 15:38:46 -04:00
Matheus Kerschbaum
0570662051 Bug 640838: Remove OpenVMS support. r=khuey 2011-03-26 11:51:35 -04:00
Mike Hommey
a261979126 Bug 637341 - Apply elfhack to dist/bin when packaging and when building symbols. r=ted 2011-03-14 14:41:41 +01:00
Mike Hommey
5acacc821d Bug 632769 - Only build elfhack on x86* and arm. r=khuey,a=NPOTB 2011-02-12 10:27:56 +01:00
Mike Hommey
965aac3e20 Bug 628233 part 2 - Enable elfhack on Android. r=khuey,a=sdwilsh 2011-01-28 09:22:58 +01:00
Mike Hommey
fb3d02898a Bug 606145 part 3 - Integrate elfhack with the build system. r=khuey,a=bsmedberg 2011-01-24 09:56:40 +01:00
Phil Ringnalda
538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
benjamin@smedbergs.us
4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
benjamin%smedbergs.us
ec18f62436 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
bsmedberg%covad.net
d41b8a15d0 Bug 325117 - libgtkmozembed no longer exists but is referenced in *-gtkmozembed.pc, r=chpe@gnome.org 2006-02-02 14:13:15 +00:00
roc+%cs.cmu.edu
27a989f7fc Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer 2005-07-07 18:24:39 +00:00
roc+%cs.cmu.edu
334be28567 Bug 294747. Get required NSPR version from system NSPR if building with system NSPR. r=caillon,a=benjamin, patch by Wolfgang Rosenauer 2005-07-05 23:21:52 +00:00
roc+%cs.cmu.edu
4b7e260bb2 Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer 2005-06-01 13:34:37 +00:00
cbiesinger%web.de
e62643dfbd Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
2005-04-22 17:11:13 +00:00
timeless%mozdev.org
bfdfe67f48 Bug 240473 Tell config tools where .idl files are installed
patch by braden@endoframe.com r=bsmedberg
2005-02-24 01:21:01 +00:00
gerv%gerv.net
31625ba2b1 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
cls%seawood.org
bbe803c4d7 Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
colin%theblakes.com
0824e190c0 OpenVMS build changes. b=180290. r=cls 2002-12-12 00:08:59 +00:00
blizzard%redhat.com
5b31930980 Bug #180700. Only link with superwin with gtk 1.2. r=cls 2002-11-19 03:11:13 +00:00
seawood%netscape.com
b7762135e9 Get MOZILLA_VERSION from central config/milestone.txt file
Bug #179565 r=asasaki
2002-11-19 03:06:29 +00:00
seawood%netscape.com
7596788ade Add plugin pkgconfig file to the build.
Bug #174915 r=bryner a=roz+moz
2002-10-30 00:41:08 +00:00
seawood%netscape.com
e2a7b28452 Replace each backslash with multiple backslashes so that escaped chars are properly escaped when the shell scripts are run. This should fix the random shell/sed segfault that was killing the nightly automation too.
Bug #156838 r=leaf
2002-07-11 20:19:14 +00:00
seawood%netscape.com
08c7c28169 Add generated files to GARBAGE. 2002-07-06 20:00:45 +00:00
blizzard%redhat.com
dc1bf45d96 No bug on this one. Fix the dependency for the mozilla-js package. Add a package file for nss. Not part of the standard build. r=cls 2002-06-03 22:26:01 +00:00
seawood%netscape.com
a2e8f48e87 Provide pkgconfig files.
Thanks to Chris Blizzard <blizzard@mozilla.org> for the patch.
Bug #134204 r=cls
2002-05-29 22:14:08 +00:00
seawood%netscape.com
c0ec608df6 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
2002-04-25 02:52:44 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
waterson%netscape.com
b28d1ea487 Back out file akk didn't mean to check in. r=akkanna 2000-04-13 20:17:35 +00:00
akkana%netscape.com
8fd574a4f9 Rename libender to libeditor on Linux and Windows (r=ssu) 2000-04-13 19:43:51 +00:00
dmose%mozilla.org
5312eacf8c updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
briano%netscape.com
77ba3edc63 No need for an extra macro just to install a single file. 1999-09-10 08:49:55 +00:00
cls%seawood.org
d4fd34d75a Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
briano%netscape.com
51d59f6f69 Cleaned it up and eliminated the pointless #!gmake. 1999-09-01 23:27:16 +00:00
ramiro%netscape.com
2a3f01baab Take the script out of targets, or else clobber builds break.
Approved by the Bastard Operator From Hell.
1999-04-13 16:03:46 +00:00
bruce%cybersight.com
79742b53ce Fixing build bustage for some makes on the ports page. Missing separator in the Makefile. 1999-04-13 05:54:31 +00:00
ramiro%netscape.com
3638cc03ab Move unix specific build hacks/scripts/etc into their own little place:
build/unix.
1999-04-13 04:15:34 +00:00