Robert Strong
40209e3aa2
Bug 481703 - Use python to create pre release suffix. r=bsmedberg
2009-03-19 11:56:40 -07:00
Ted Mielczarek
8d11ca53eb
bug 482733 - nsinstall.py should support copying directories recursively - refactor nsinstall.py and add unittests. r=pike
2009-03-12 08:46:38 -04:00
Bobby Holley
086576d10e
Bug 469558: --enable-system-lcms build option should be removed.r=bsmedberg,sr=ted.
...
Relanding after 8f347bf50a53 was backed out in e1da61348dda. Issues should be fixed.
2009-01-20 21:02:43 -08:00
Phil Ringnalda
144e280621
Bug 468575 - Scrape some gunk off the config/ grout, r=ted
2008-12-12 19:45:07 -08:00
Justin Wood
a0179962f0
Bug 463824, Introduce GLOBAL_DEPS to build system
...
r=ted, a1.9.1=beltzner [js bits rs=sdwilsh]
2008-11-27 18:26:44 -08:00
Shawn Wilsher
be0287e0c9
Backed out changeset 87f6ae0c4324 (bug 435474) for orange.
2008-11-27 13:15:18 -08:00
Justin Wood
ace2ca7dd7
Bug 463824, Introduce GLOBAL_DEPS to build system
...
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Jim Blandy
ad101457f8
Bug 462451: Don't be confused by .deps dirs in the source tree. r=bsmedberg
...
$(MDDEPDIR) needs to be created in the build tree, but if make rules
list $(MDDEPDIR) as a dependency, then the VPATH search will tend to
find dependency directories in source trees if the source tree has
been configured in the past. So use $(CURDIR)/$(MDDEPDIR) instead.
Some directory Makefiles have been adding $(MDDEPDIR) to MAKE_DIRS and
GARBAGE_DIRS explicitly, since they're not setting any of the
variables that would cause config/rules.mk to create $(MDDEPDIR)
automatically. Those makefiles would have to use the $(CURDIR) trick
to defeat the VPATH search, too. Instead, have rules.mk check an
additional variable NEED_MDDEPDIRS, and let the makefiles set that;
this keeps the magic in one place.
2008-11-10 12:55:46 -08:00
Ginn Chen
d1e479875d
Bug 450717 dep file for pixman-mmx.c isn't generated with GCC, r=ted.mielczarek
2008-09-28 21:18:09 +08:00
Axel Hecht
73f8af9051
bug 440675, add USE_EXTENSION_MANIFEST coveragae to jar.mn tests, r=ted
2008-06-23 21:26:26 +02:00
Axel Hecht
ae15643c63
bustage fix, disable symlink test for windows, bug 439050, r=ted
2008-06-13 19:27:42 +02:00
Axel Hecht
2e3bded45e
bug 361583, add testcases for jar.mn, r=ted.mielczarek
2008-06-13 16:41:43 +02:00
reed@reedloden.com
21433d47b7
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 04:13:09 -07:00
reed@reedloden.com
7ed60d096e
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 04:33:28 -08:00
reed@reedloden.com
c6bcaa7502
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 01:53:28 -08:00
reed@reedloden.com
c7270971c4
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 03:16:53 -08:00
reed@reedloden.com
2fc7493bb3
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 03:33:38 -08:00
jag@tty.nl
92c5733e52
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 02:37:42 -08:00
benjamin@smedbergs.us
98d8894553
Bug 386740 - Windows file versions are incorrect, r=luser
2008-01-14 07:24:19 -08:00
benjamin@smedbergs.us
c1f17da390
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
dbaron@dbaron.org
85e21d8c9a
Fix header wrapping for lcms, bug 16769 to fix x86_64 Linux and SELinux bustage. Review pending.
2007-07-23 22:56:07 -07:00
benjamin@smedbergs.us
4e1cca5f54
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
benjamin@smedbergs.us
a396305c4a
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
eb1adfce8d
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
e4a58c034c
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
1e4a4ad931
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 08:25:59 -07:00
axel@pike.org
6ccf922cb5
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
2007-04-11 09:35:01 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
reed%reedloden.com
be1f96edd1
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 11:13:11 +00:00
reed%reedloden.com
3805937bba
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 12:33:30 +00:00
reed%reedloden.com
fd79bde8cf
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 09:53:29 +00:00
reed%reedloden.com
725e9b8564
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 11:16:54 +00:00
reed%reedloden.com
5ba1e3637a
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 11:33:40 +00:00
jag%tty.nl
d969eb7c6b
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 10:37:44 +00:00
benjamin%smedbergs.us
d3de7b2128
Bug 386740 - Windows file versions are incorrect, r=luser
2008-01-14 15:24:19 +00:00
benjamin%smedbergs.us
ef5b6db46a
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 14:46:28 +00:00
dbaron%dbaron.org
729de85c72
Fix header wrapping for lcms, bug 16769 to fix x86_64 Linux and SELinux bustage. Review pending.
2007-07-24 05:56:07 +00:00
benjamin%smedbergs.us
d39957269b
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 18:20:28 +00:00
benjamin%smedbergs.us
42c7e1c6b1
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 19:22:55 +00:00
benjamin%smedbergs.us
b60c196e68
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 16:35:05 +00:00
benjamin%smedbergs.us
9784bf995e
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 18:41:00 +00:00
benjamin%smedbergs.us
81d0ea8604
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 15:26:03 +00:00
axel%pike.org
b25746ee20
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
2007-04-11 16:35:03 +00:00
benjamin%smedbergs.us
5d961a11eb
Bug 369395 - We shouldn't be installing nsBuildID.h during install::, patch by Mike Hommey, r=me
2007-03-01 18:37:25 +00:00
dbaron%dbaron.org
2c5197447a
Use hidden visibility for JPEG lib when we build it. b=359461 r=bsmedberg
2006-12-15 00:27:53 +00:00
dbaron%dbaron.org
2222faea72
Include libpng/zlib headers as system headers when using system libpng/zlib. b=359000/359001 r=bsmedberg
2006-11-07 03:21:20 +00:00
dbaron%dbaron.org
c9d711e2f4
Add additional cairo headers to system-headers, except when using in-tree cairo and have --enable-libxul. b=358934 r=bsmedberg
2006-11-03 23:05:39 +00:00
benjamin%smedbergs.us
681646b263
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
cls%seawood.org
f92067f8c4
GLIB_CFLAGS & GLIB_LIBS should be set correctly when building against gtk2 so there's no need to override them.
...
Bug #325758 r=bsmedberg
2006-04-13 15:10:51 +00:00
benjamin%smedbergs.us
4273b8a486
Bug 333410 - don't install elf-dynstr-gc to dist/bin, patch by Mike Hommey (mh+mozilla@glandium.org), r=me
2006-04-12 13:56:58 +00:00