alfred.peng@sun.com
0202ed2564
Fix the bustage for bug 381247 on Solaris. Use the POSIX macro S_ISDIR.r=benjamin.
2007-05-23 06:30:45 -07:00
roc+@cs.cmu.edu
95bb140102
Bug 381247. mkdepend on Windows should call GetFileAttributesEx instead of stat() to check for file existence. r=bsmedberg
2007-05-22 20:48:13 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
alfred.peng%sun.com
2b83d9f94b
Fix the bustage for bug 381247 on Solaris. Use the POSIX macro S_ISDIR.
...
r=benjamin.
2007-05-23 13:30:45 +00:00
roc+%cs.cmu.edu
a5768ae151
Bug 381247. mkdepend on Windows should call GetFileAttributesEx instead of stat() to check for file existence. r=bsmedberg
2007-05-23 03:48:13 +00:00
benjamin%smedbergs.us
d29fabea2c
Bug 371153 - Calculate mkdepend dependencies by hand, r=Neil
2007-02-21 20:06:33 +00:00
benjamin%smedbergs.us
0db5ecb079
Bug 370506 - mkdepend failure at layout/build/nsLayoutModule.cpp, patch by Robert Longson, r=me
2007-02-20 21:00:57 +00:00
cls%seawood.org
06c21a306d
Bump the number of directories that can be passed to mkdepend via -I to 1024.
...
Bug #367860 r=bsmedberg
2007-02-06 05:09:08 +00:00
timeless%mozdev.org
753b59a0e4
Bug 255328 mkdepend command line defines may be broken
...
http://www.mozilla.org/hacking/portable-cpp.html#no_cpp_comments_in_c
caught by m.calderbank@iname.com
2004-08-26 13:33:19 +00:00
timeless%mozdev.org
e6b4da39e3
Bug 255328 mkdepend command line defines may be broken
...
patch by jw6057@bacon.qcc.mass.edu r=bryner
2004-08-23 05:27:20 +00:00
jst%mozilla.jstenback.com
2446e853ac
Fixing bug 232742 (patch by mozilla@rosenauer.org). Make Mozilla build and run on Linux/x86-64. r+sr=darin@meer.net, jst@mozilla.jstenback.com
2004-04-20 21:38:15 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
timeless%mozdev.org
61b2c5070f
Bug 220969 Use higher optimization for windows mkdepend
...
patch by swalker r=bryner
2003-10-02 01:08:25 +00:00
bryner%brianryner.com
aff8aba983
Update to latest XFree86 mkdepend source to fix hangs generating dependencies with mingw builds (bug 220875). rs=cls.
2003-10-01 19:16:15 +00:00
bryner%brianryner.com
e18751266d
Fix unnecessary rebuilds in embedding/browser/activex caused by mkdepend creating a bogus dependency on dist/include/string when #include <string> is used. This change makes mkdepend never match on a directory when searching the include path for a file. Bug 220595, r=dbaron.
2003-09-29 03:25:12 +00:00
seawood%netscape.com
ca17a82709
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
seawood%netscape.com
d42b1b1fd4
Add make -j support to win32 gmake builds.
...
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
cls%seawood.org
8b943fb73e
Fix mkdepend so that it compiles on OS/2.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #135795 r=cls a=rjesup
2002-04-06 07:17:40 +00:00
leaf%mozilla.org
c48620604c
fix official gmake on windows builds; use check for null value instead of
...
gmake's origin function, so local makefiles can unset OFFICIAL vars for
versioning purposes. r= aki, cls
2002-03-26 22:17:58 +00:00
leaf%mozilla.org
fea22549a9
backing myself out. for whatever reason, this change seems to turn *on* the
...
official defines.
2002-03-26 03:17:39 +00:00
leaf%mozilla.org
7db4d42a4b
don't version mkdepend.exe; it doesn't need it, and it breaks, since
...
build_number is not built when mkdepend is built. r=cls, a=asa
2002-03-26 02:13:55 +00:00
seawood%netscape.com
61712d22cf
Update mkdepend to X11R6's version of makedepend.
...
Re-apply NO_X11 patch.
Apply patch to let it use gcc's include dir if built with gcc.
Bug #132232 r=bryner a=asa
2002-03-25 22:52:52 +00:00
seawood%netscape.com
8a796348b5
Add $(BIN_SUFFIX) to mkdepend defines
2002-02-03 00:41:00 +00:00
seawood%netscape.com
3c34b8234a
Bump optimization level for mkdepend on Solaris to -fast
...
Bug #87585 r=Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz)
2001-11-20 23:49:06 +00:00
seawood%netscape.com
e40c82e9ee
Allow modules to override *default* optimization levels by setting MODULE_OPTIMIZE_FLAGS
...
Bug #110215 r=bryner
2001-11-16 07:42:48 +00:00
seawood%netscape.com
4e6af4715d
Add HAVE_FCHMOD to the list of ifdefs when checking whether or not to use fchmod. duh.
2001-10-16 10:37:33 +00:00
dmose%mozilla.org
42fc94a6ec
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
83c4a6b4d8
Cleanup.
1999-09-10 09:22:43 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
cyeh%netscape.com
e9d3c67427
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
briano%netscape.com
8bf5fff228
Added support for OpenBSD. Thanks to Marco Hyman (marc@snafu.org) for the actual work.
1998-09-05 04:22:25 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
mcafee
281aac9fbf
SunOS 4.1.4 doesn't have Xfuncproto.h
1998-06-03 07:18:49 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00