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

225 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com dc9210b10f Something goofy is up with tinderbox. Going back to 1.72. 1999-11-30 02:00:13 +00:00
slamm%netscape.com d4f6293286 Fix build bustage. 1999-11-30 01:24:41 +00:00
slamm%netscape.com 7c01b0bfec Use config/cvsco.pl to checkout.
Catches conflicts and logs output to a file. r=mcafee
1999-11-30 00:52:20 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
slamm%netscape.com 0e1c39dfa7 File dependency not needed anymore. Fix build bustage. r=mcafee. 1999-11-02 02:57:23 +00:00
slamm%netscape.com e6336df1ad Forgot a semicolon and that caused the creation of bogus files. a=leaf. Thanks to jim_nance@yahoo.com for pointing out the problem. 1999-10-12 17:05:05 +00:00
slamm%netscape.com 5b5e76a843 Use temporary file name without process number for checkout. I was getting the name wrong because I refered to it in a new process (still using the 17606 variable. Hopefully this will be the final checking for bug #15750. r=waterson. I updated some comments too. 1999-10-09 00:31:17 +00:00
slamm%netscape.com 36024414ab Fix solaris build bustage. The shell does not like {} command grouping. Use () instead. 1999-10-07 22:04:04 +00:00
slamm%netscape.com cd9e766fbc Quit when cvs has an error. Previously it kept going. Bug #15750. r=mcafee. Also change default module from SeaMonkeyEditor to SeaMonkeyAll. 1999-10-07 21:24:17 +00:00
slamm%netscape.com 1b4a30650c Fix build bustage reported by Greg Noel and Jerry Kirk on netscape.public.mozilla.builds. 1999-09-30 16:14:11 +00:00
slamm%netscape.com 128f72941e Use . and .. instead of fullpath for topsrcdir and rootdir. 1999-09-29 20:40:04 +00:00
briano%netscape.com 5ce0a9d644 Added the missing semicolon. 1999-09-22 06:32:45 +00:00
cls%seawood.org 5843ef4e5c Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
slamm%netscape.com a8edb1afe2 Append date to checkout log (don't overwrite it). 1999-08-24 18:36:37 +00:00
hshaw%netscape.com 4d8e581bc5 fix Makefile generation for netwerk subdirectories 1999-08-24 04:13:41 +00:00
slamm%netscape.com 81868d80ff Add MOZ_MAKE_FLAGS for -j4 1999-08-20 15:20:30 +00:00
slamm%netscape.com 72a28a91dc Add MOZ_MAKE_FLAGS for -j4 1999-08-20 15:02:00 +00:00
slamm%netscape.com 91238a574c Fix webconfig target. 1999-05-04 19:54:24 +00:00
ramiro%netscape.com ed06867e75 Fix everything rule. 1999-05-01 02:34:44 +00:00
ramiro%netscape.com a64b87c23f Add an everything target which redoes everything from scratch. 1999-05-01 02:10:34 +00:00
slamm%netscape.com 5521a6237d Retreat! running configure before clean isn't the answer. Back to the drawing board. 1999-04-27 22:10:43 +00:00
slamm%netscape.com 4dbcc291dd Add mail/news makefiles to config.status dependencies. Add config.status to 'clean' dependencies. The latter fixes the case of 'gmake -f client.mk checkout clean build' when makefiles are added. 1999-04-27 20:57:13 +00:00
slamm%netscape.com b8abe75848 Fix for bug #5555: Infinite loop when setting branch flag. Thanks to hawkfan@pyrotechnics.com for the patch. 1999-04-27 17:10:48 +00:00
slamm%netscape.com fac24aa5e8 All MOZ_CVS_FLAGS and MOZ_CO_FLAGS to be set in mozconfig. 1999-04-26 21:47:47 +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 d77623171c Removing config.cache from dependencies, because configure does not always update config.cache. (I ended up running configure each time I ran client.mk because configure was newer than config.cache). 1999-04-21 02:02:03 +00:00
slamm%netscape.com 0811bc36e7 Add environment variable, MOZ_CO_DATE, to set checkout date tag. 1999-04-21 01:25:26 +00:00
slamm%netscape.com d2d3a82afe Run depend target after running configure and tweak last fix. both bug #3524. 1999-04-16 23:47:04 +00:00
slamm%netscape.com 6d68bdbfe7 Die with an error when configure fails (bug #3524). 1999-04-16 23:09:16 +00:00
slamm%netscape.com f8675e9bde Add windows-style targets to PHONY. 1999-04-15 19:49:58 +00:00
slamm%netscape.com e2e2fb5cc8 Fix config-guess based object directory. Fix dependencies for configure. Finish removing nspr target. 1999-04-15 19:35:41 +00:00
slamm%netscape.com 03706b5b83 Finish changes for CVSROOT. Thanks to jlnance@sailboat.acs.uncwil.edu (James Lewis Nance) for the patch. 1999-04-14 02:41:50 +00:00
slamm%netscape.com b6d5309ac0 Let configure deal with nspr and pthreads insteads of client.mk Take patch from 1999-04-14 02:34:49 +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
slamm%netscape.com 60e2ab631f Build in source tree by default. 1999-04-10 04:07:37 +00:00
slamm%netscape.com e2dd332d69 Add depend target. Move find-mozconfig.sh checkout into mozconfig2*.sh scripts. Redo comments. 1999-03-26 00:03:10 +00:00
slamm%netscape.com 5a37b68a24 Fix LD_LIBRARY_PATH for nspr. Drop '.sh' from mozconfig name. 1999-03-22 20:42:31 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
briano%netscape.com d006a19d37 Made it acceptable to QNX's shell. 1999-03-12 02:55:24 +00:00
slamm%netscape.com 2729f84eec Summarize checkout conflicts before dying. 1999-03-11 01:21:25 +00:00
slamm%netscape.com 0e585830f8 Make sure .mozconfig.mk can be read. Even for first checkout. Pre-fill web configurator with existing options. 1999-03-10 21:03:33 +00:00
briano%netscape.com d44daed142 Now it'll be able to capture all of CVS's output instead of just stdout. 1999-03-04 01:53:23 +00:00
slamm%netscape.com cbed2d53b0 Change myconfig to mozconfig. 1999-02-25 19:21:29 +00:00
slamm%netscape.com 784726b720 Echo LD_LIBRARY_PATH for configure. 1999-02-24 01:41:56 +00:00
slamm%netscape.com 1aab3db253 Add --with-nspr flag to configure when needed. 1999-02-23 18:08:52 +00:00
slamm%netscape.com 56461051b5 If the tree hasn't been pulled, client.mk needs to checkout build/autoconf/myconfig2defs.sh before it does anything else. 1999-02-22 18:48:51 +00:00
slamm%netscape.com 9cb11e1a01 Fix incorrect path for NSPR install dir. 1999-02-22 17:36:36 +00:00
mcafee%netscape.com 8165b5760a Optionally include .client-defs.mk, client.mk should still work if you don't have this file. 1999-02-21 20:18:10 +00:00
slamm%netscape.com b140f4f574 Fix the dependencies for running configure.Have it depend on .client-defs.mk and only update that when the myconfig options change. 1999-02-20 07:47:04 +00:00
slamm%netscape.com 0f7f94e281 Fix bustage: OBJDIR wasn't defined correctly. (also add webconfig target) 1999-02-19 22:55:50 +00:00
slamm%netscape.com 1fd9d88e02 Make configure dependent on nspr 1999-02-19 20:01:56 +00:00
slamm%netscape.com 43c116c407 Look for nspr in /usr/lib. Add nspr check to build target. New documentation. 1999-02-19 19:49:15 +00:00
mcafee%netscape.com 7212a7d80d Moving egrep -q to redirect to /dev/null to get around egrep portability problem. Thanks to ramiro for this fix. 1999-02-18 11:30:29 +00:00
mcafee%netscape.com 550e83cf8b Backing the egrep part of slamm's change out, solaris egrep doesn't know what -q is 1999-02-18 04:33:23 +00:00
slamm%netscape.com 5d0fa523d6 Add clean targets. Add windows equivalent targets. 1999-02-17 17:59:06 +00:00
slamm%netscape.com d4a0600031 overhaul. Quit if conflicts during checkout. Make default target pull and build. Set up dependencies rules for configure. Get ready for menu config. 1999-02-17 17:36:29 +00:00
akkana%netscape.com cd82a600c9 Turn on debug by default 1998-12-19 00:10:52 +00:00
akkana%netscape.com 6975857533 update the branch of nsprpub we're pulling 1998-12-17 22:15:22 +00:00
mcafee%netscape.com 386cb3852f Adding -l build/autoconf flag to autoconf, per cls's comment in the aclocal.m4 log 1998-12-13 22:34:17 +00:00
akkana%netscape.com b7e39aba25 Pull and build the editor as well as the browser 1998-12-01 18:20:03 +00:00
mcafee%netscape.com 31465b636a Switching to cvs module checkout, moved nspr checkout to nspr target. 1998-11-23 05:50:02 +00:00
alecf%netscape.com eabbeb66d8 make build instructions a little more clear, and add URL
for more information
1998-11-17 20:00:57 +00:00
akkana%netscape.com e034e3cc82 xpfe is now in nglayout.mk, doesn't need to be pulled by client.mk 1998-11-13 21:03:26 +00:00
alecf%netscape.com 533eaba872 updated to allow for one-step building 1998-11-13 19:42:43 +00:00
cls%seawood.org 48ccca39cd Do not explicitly set MAKE as GNU make automatically sets it. If NSPR_INSTALL_DIR is defined, then use --with-nspr, otherwise do not bother. 1998-11-10 21:58:31 +00:00
cls%seawood.org dc221d959c Added mozilla/configure target so that build: does not always run configure. Added $autoobjdir to build:. 1998-11-10 01:56:13 +00:00
cls%seawood.org 7f0ee41c37 Use $(MAKE) for build instead of gmake 1998-11-10 01:16:42 +00:00
mcafee%netscape.com c2be7d2166 new configure target, NSPR_INSTALL_DIR usage changed slightly 1998-11-10 00:32:08 +00:00
mcafee%netscape.com dd10b33b0e moving OBJDIR to use config.guess 1998-11-09 22:28:28 +00:00
mcafee%netscape.com 6899d2dfb0 renaming WITH_NSPR to NSPR_INSTALL_DIR 1998-11-09 22:03:24 +00:00
akkana%netscape.com a9d58ef944 Fix motif autoconf build -- pass MOZ_TOOLKIT through 1998-11-09 21:46:15 +00:00
akkana%netscape.com 05eaf3adf4 Fix nspr build line 1998-11-09 19:30:54 +00:00
akkana%netscape.com 37541fe2bc Add some more commands to 'gmake build' 1998-11-07 03:34:51 +00:00
mcafee%netscape.com 0576b35b4a more comments 1998-11-06 09:06:37 +00:00
mcafee%netscape.com da3d45b950 Initial version 1998-11-06 08:39:52 +00:00