Граф коммитов

74 Коммитов

Автор SHA1 Сообщение Дата
jim_nance%yahoo.com ef8ada2d9a Initial Checking. Not part of the default build (yet).
Shell script for use with Makefiles.  Prints out failing
commands to make "make -s" more useful.
2000-02-26 02:34:15 +00:00
jim_nance%yahoo.com 0971fd85a9 For some reason a few systems though that the -F/ in the original script was
a file name instead of a switch.  I dont know why.  This version seems to work
better.  Ramiro said I could check it in if I wanted to own it, so I put my
email address where his used to be.
r=ramiro
2000-02-12 01:58:28 +00:00
briano%netscape.com 72169471ec QNX-specific fix. An echo was left out, resulting in an (ignored) error. 1999-12-07 03:23:55 +00:00
cls%seawood.org db98473510 Removing --disable-editor (and MOZ_EDITOR) from the build as the editor module now handles all of the text fields for Mozilla and using this option will result in a "non-working" browser (text fields are not editable). Bug #20369 1999-12-01 06:08:25 +00:00
cls%seawood.org 3a001d2492 Removed unneeded -e argument to grep.
Changed print-depth-path.sh to check for Makefile instead of Makefile.in for objdir builds.
1999-11-29 06:15:04 +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
cls%seawood.org 999f41f3d0 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>. 1999-11-02 01:24:16 +00:00
briano%netscape.com 4c807379b7 Added support for SCO UnixWare 7. 1999-10-02 02:49:32 +00:00
cls%seawood.org 1a2a45c8c3 Approved by leaf.
Removed --enable-random-options and --enable-cross-compile options.  Set CROSS_COMPILE in the environment if you want to use the cross-compiling setup for now.

Gave into my pedantic side and cleaned up the help messages so that the output from --help actually looks reasonable.  For the curious, they are lined up on column 27.

Marked --disable-client-wallet & --disable-cookie-management as broken.
1999-09-27 20:47:51 +00:00
slamm%netscape.com b093145c14 Add a command-line option to specify the source tree path. 1999-09-27 17:28:33 +00:00
slamm%netscape.com f3634f391b If creating directories all at once fails, create them one-by-one. Thanks to Colin <colin@theblakes.com> for the patch. 1999-09-10 23:08:07 +00:00
slamm%netscape.com df4f71f8ca Simplify mkdir command by using '-p' option. 1999-09-09 19:26:19 +00:00
cls%seawood.org fb4ccfb185 Make --enable-insure work when building outside of the source dir. 1999-09-09 19:19:37 +00:00
cls%seawood.org c7dd8b1d73 Turn off debug messages 1999-09-03 04:57:25 +00:00
slamm%netscape.com 9e7c7ae890 Simplify cls's fix. Remove tabs. 1999-09-02 21:55:32 +00:00
cls%seawood.org 1d401ad9fe Fixed make-makefile so that it works in the relative srcdir (../configure) case. It was breaking for at least myself & pavlov. Tested with ./configure, ../configure & /path/to/configure. Added a few debugging msgs along the way. 1999-09-02 04:58:40 +00:00
slamm%netscape.com 4b0c676303 Create multiple levels of directories is needed. 1999-09-01 23:37:05 +00:00
slamm%netscape.com 66a717eec1 Rerun configure if PATH changes. 1999-08-27 23:03:27 +00:00
slamm%netscape.com 134f0a0314 Dumb it down for perl 4.0 (blech!). 1999-08-27 22:56:24 +00:00
slamm%netscape.com deab995323 Split up into subroutines and add comments. 1999-08-25 22:09:05 +00:00
ramiro%netscape.com 7f1c8110a0 Recommit slamm's changes. Thanks slamm. 1999-08-25 11:50:44 +00:00
slamm%netscape.com faf6bdeda1 Whoops tree red. backout. 1999-08-25 06:37:58 +00:00
slamm%netscape.com 4a40a73023 Handle single Makefile case with relative paths. 1999-08-25 06:36:25 +00:00
slamm%netscape.com fb9906fe86 Check for Makefile.in before Makefile. 1999-08-24 21:45:30 +00:00
slamm%netscape.com bbd2dffe43 Add --enable-incremental-makefiles. Has gmake generate the Makefiles just before it uses them. Eliminates a need for allmakefiles.sh. 1999-08-24 21:45:06 +00:00
slamm%netscape.com f4264b24a3 Rewrite. Add '-d <dir>' param for updating a Makefile in a subdir. Fix objdir case of no Makefile present in directory. 1999-08-20 14:47:53 +00:00
slamm%netscape.com f80fefed68 Only write output file if it has changed (fix for no mozconfig case) 1999-08-19 19:58:05 +00:00
slamm%netscape.com 2242e09d9d Re-enable creating directories incrementally. Thanks to Colin Blakes <colin@theblakes.com> for pointing out that OpenVMS needs this. Also, only update Makefiles if their Makefile.in's have changed. 1999-08-19 19:56:26 +00:00
briano%netscape.com 71d60bc9f1 Added support for BeOS. Contributed by Duncan Wilcox (duncan@be.com). 1999-06-15 03:24:25 +00:00
briano%netscape.com 477c2a60f2 Fix for bug 7756. Thanks to jim_nance@yahoo.com for the original idea. 1999-06-08 22:32:31 +00:00
briano%netscape.com 66baceb943 Added support for QNX Neutrino. 1999-06-07 23:08:13 +00:00
briano%netscape.com c6fc90b4be Added support for alphapca56. 1999-05-29 00:49:32 +00:00
briano%netscape.com 7346d03f14 Added support for Rhapsody. 1999-05-28 01:10:22 +00:00
mcafee%netscape.com 284a4546f7 Adding support for rhapsody build. r=briano, this change got stomped a while back. 1999-05-28 00:25:23 +00:00
alecf%netscape.com ff37b70721 fix script to use "Makefile.in" in addition to Makefile 1999-05-27 22:09:55 +00:00
slamm%netscape.com c11ed5a4f4 Fix pull by date. 1999-05-17 22:36:09 +00:00
briano%netscape.com 93aeec57a0 Fix for bug 5184. Force checks for GLib, GTK, and libIDL to prevent cached values from interfering if these have been upgraded since the last time configure ran. 1999-05-14 00:01:54 +00:00
slamm%netscape.com 37a71b4ef4 Properly escape the url for client.mk's webconfig target. 1999-05-05 23:20:46 +00:00
slamm%netscape.com 835feb4f0c Skip files that do not exist or cannot be created. (Previously it gave up in this case). 1999-04-26 18:08:50 +00:00
slamm%netscape.com fdeef7af48 Improve recovering from conflicting objdir/srcdir builds. Add cleansrcdir target to client.mk. Update the objdir vs. srcdir build instructions in configure. 1999-04-23 20:46:22 +00:00
slamm%netscape.com c089625801 add partial replacement for AC_OUTPUT() 1999-04-21 01:11:55 +00:00
alecf%netscape.com 10f5eb178e oops, quotes were going the wrong way 1999-04-19 22:52:31 +00:00
alecf%netscape.com db87522310 workaround for broken libIDL-config in libIDL 0.6.7 and lower (so we don't have to force people to upgrade so quickly) 1999-04-19 22:07:12 +00:00
slamm%netscape.com 18ebecfb2a Do not rely on PATH to load included scripts. Fix for BSDI bug #5189. 1999-04-16 18:46:54 +00:00
slamm%netscape.com e775c3efaf Let configure deal with nspr and pthreads insteads of client.mk 1999-04-14 02:33:58 +00:00
slamm%netscape.com fd3432b0fa Pthreads is on by default now for configure. Make client.mk do the same. 1999-04-12 21:20:59 +00:00
alecf%netscape.com 5bd8cc8609 fix libIDL checking in configure script. For now require 0.6.3 1999-04-10 00:25:55 +00:00
briano%netscape.com 1fb95ed9ba Added a pointer to ftp.gtk.org if gtk-config can't be found. 1999-04-08 02:06:55 +00:00
slamm%netscape.com a9d5957353 Checkout find-mozconfig.sh if needed. 1999-03-26 00:00:22 +00:00
slamm%netscape.com 760e2eff5c Standardize on '.mozconfig' for configure script name. 1999-03-22 20:42:58 +00:00