Bonsai version 1.3.9
CVS Log
mozilla/ client.mk (MOZILLA_1_4_BRANCH:1.194.2.2)
lxr Browse the source code as hypertext.
diff Compare any two version.
blame  Annotate the author of each line.
RSS  Get an RSS version of this page.
graph  View the revision history as a graph
RevAuthorDateLog
1.194.2.2cltbld%netscape.com2003-05-23 15:15 added tag to all modules vars
1.194.2.1cltbld%netscape.com2003-05-23 13:19 adding updated makefile back to the branch
1.194    bryner%netscape.com2003-05-22 14:56 Fix fast-update bustage from bug 205912 checkin.
1.193    bryner%netscape.com2003-05-21 13:13 Fix bug 205912, NSS rebuilds too often. Update a timestamp file in the source tree whenever client.mk pulls updates to NSS, and make a second timestamp file dependent on the first that's touched after cleaning NSS. r=seawood, sr=brendan.
1.192    axel%pike.org2003-05-09 01:19 bug 204177, don't pull ipc for standalone builds, r=bryner, a=sspitzer
1.191    ccarlen%netscape.com2003-05-01 20:57 Profile sharing - enable in build, add autoconf switches, pull ipc module. bug=202474, r=seawood/a=asa
1.190    scott%scott-macgregor.org2003-04-16 23:14 Bug #173084 --> Land config changes for building thunderbird (stand alone mail). None of these changes
should effect the seamonkey build at all.
r/sr=bryner
1.189    seawood%netscape.com2002-12-10 23:06 When pulling standalone modules, pull the individual toplevel files first to avoid having the files disappear with cvs giving the ' warning: new-born <file> has disappeared' message.
Bug #122149 r=bryner
1.188    seawood%netscape.com2002-12-10 20:15 Fix our libical integration:
Pull libical & calendar by default.
RForce libical libs to be always dynamic & prefix them with moz
Bug $178798 r=blizzard
1.187    seawood%netscape.com2002-10-25 02:22 Pull uniq.pl along with modules.mk so that pulls of the standalone modules don't croak.
Bug #173066
1.186    blythe%netscape.com2002-10-08 14:40 Work for bug 170618
Build files only, no code changes
Add directory to allmakefiles.sh, r=cls
Pull directory when appropriate
1.185    alecf%netscape.com2002-09-11 21:42 fix for bug 163736 - consolidate gfx2 into gfx, and remove the gfx2 DLL from the build.
r=pavlov, sr=rbs
includes creating a new "Shared" library which shares gfx code between all platforms
1.184    leaf%mozilla.org2002-09-11 11:34 backing out erroneous checkin to pull scripts
1.183    cltbld%netscape.com2002-09-11 11:02 update the tag to MOZILLA_1_2a_RELEASE
1.182    bryner%netscape.com2002-08-06 23:37 Bug 161036 - provide mechanism to build experimental browser UI (bug 161036). r=cls.
1.181    seawood%netscape.com2002-06-17 10:09 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd. This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall. nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive. (I'll have to check the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs. Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
1.180    seawood%netscape.com2002-05-28 01:40 Pull client.mk and modules.mk by date when MOZ_CO_DATE is set rather than always pulling the tip version.
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #143165 r=leaf
1.179    seawood%netscape.com2002-04-13 01:39 Make --srcdir autodetection work with activestate perl
Bug #135589
1.178    seawood%netscape.com2002-04-13 01:13 Roll our own version of abs2rel to handle MOZ_OBJDIRs with .. in their path
Bug #135589 r=kaie
1.177    cls%seawood.org2002-04-05 22:20 If MOZ_OBJDIR is set, automagically determine the relative path from the objdir to the srcdir and pass --srcdir to configure using this relative path. This is needed to workaround the issue with absolute paths in the win32 gmake build.
Bug #135589 r=bryner a=rjesup
1.176    dmose%netscape.com2002-03-26 23:49 Fixing autoconf build bustage
1.175    dmose%netscape.com2002-03-26 22:31 Build system and LDAP XPCOM SDK changes to switch to LDAP C SDK version 5; required for SSL-LDAP (bug 124244). r=sspitzer@netscape.com, seawood@netscape.com (build changes); sr=bienvenu@netscape.com; a=asa@mozilla.org
1.174    seawood%netscape.com2002-02-26 00:35 Fix eternal fast-update failure if security fails once.
Thanks to Randell Jesup <rjesup@wgate.com> for the patch.
Bug #127358 r=cls a=asa
1.173    kaie%netscape.com2002-02-06 05:30 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
1.172    seawood%netscape.com2002-01-30 22:15 Call 'alldep' instead of 'depend build' to avoid the extra export stage.
r=bryner
1.171    seawood%netscape.com2002-01-29 05:12 If TOPSRCDIR_MOZ is not set, set it to TOPSRCDIR.
1.170    seawood%netscape.com2002-01-29 02:25 use 'alldep' instead of 'depend build'
1.169    seawood%netscape.com2002-01-25 00:32 Add build_all_dep & build_all_depend targets which are aliases for the alldep target. Made sure that alldep was passed down to the real Makefiles.
1.168    kaie%netscape.com2002-01-09 16:47 b=116334 Allowing conditional usage of NSS 3.4
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)
1.167    timeless%mac.com2001-12-23 15:20 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
1.166    seawood%netscape.com2001-12-15 01:21 Checkout libart & calendar before seamonkey since the latter is significantly larger and therefore has a greater chance of getting cvs conflicts.
Thanks to Bradley Baetz <bbaetz@cs.mcgill.ca> for the patch.
Bug #115057 r=cls
1.165    bbaetz%cs.mcgill.ca2001-12-11 23:57 Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
alex.fritze@crocodile-clips.com, james.turner@crocodile-clips.com, and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes

r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.

NOT ON BY DEFAULT
1.164    seawood%netscape.com2001-11-30 20:50 Remove mozilla/security/makefile.win from PSM pull as it's still breaking things.
bug #109581
1.163    seawood%netscape.com2001-11-30 20:39 More fun with CVS' Emptydir feature. Pull NSS before PSM like win32 does.
Bug #109581
1.162    seawood%netscape.com2001-11-30 19:45 Pull mozilla/security/makefile.win now that the cvs server has been upgraded. bug #109581
1.161    seawood%netscape.com2001-11-21 20:02 Remove use of MOZ_MAKE_ENV. Builds should use |make -j3| instead of |MAKE='make -j3' make|
1.160    seawood%netscape.com2001-11-21 00:54 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
1.159    seawood%netscape.com2001-11-16 19:56 With the new tier system for the toplevel makefile, there's no need to build each stage individually from client.mk.
1.158    seawood%netscape.com2001-11-13 00:38 Use separate shell process for cvs pulls so that 'make -n -f client.mk' doesn't attempt to pull from cvs.
Bug #71200
1.157    bryner%netscape.com2001-11-12 23:57 Adding support for building calendar by having MOZ_CALENDAR=1 set. r=cls.
1.156    seawood%netscape.com2001-11-12 13:57 Since we automatically generate the toplevel configure, make RUN_AUTOCONF_LOCALLY *always* remove all of the configure files before pulling and regenerate them after pulling.
Bug #47989 r=mkaply
1.155    seawood%netscape.com2001-10-12 23:23 Try to use mozilla as well as netscape to launch webconfig
Bug #101075
1.154    seawood%netscape.com2001-09-27 17:36 Track our dependencies properly by exporting before checking dependencies
1.153    gerv%gerv.net2001-09-19 16:57 Oops.
1.152    bryner%netscape.com2001-08-30 17:36 Bug 97518 - for fast-update, do a regular checkout of NSS since it's on a static tag. r=cls, a=asa.
1.151    cls%seawood.org2001-08-17 04:17 Pull using the NSPRPUB_PRE_4_2_CLIENT_BRANCH instead of the static tag.
r=leaf
1.150    bstell%netscape.com2001-08-15 16:55 bug 88454, r=mcafee, rs=sfraser
add real_fast-update target so old checkout log can be moved aside
1.149    bstell%netscape.com2001-08-14 21:20 bug 88454, r=mcafee, sr-sfraser
add "fast-update" target which paralles "checkout" target
1.148    wtc%netscape.com2001-08-14 14:31 Bugzilla bug 78471: fixed a spelling error.
1.147    wtc%netscape.com2001-08-14 13:54 Bugzilla bug 78471: the new NSPRPUB_CLIENT_TAG is a static tag, so it
can't be combined with a date tag. This is a temporary fix and I will
work with Chris Seawood on a better fix.
1.146    wtc%netscape.com2001-08-14 11:09 Bugzilla bug 78471: have Mozilla pull the latest version of NSPR (NSPR 4.2
Beta). The tag we are using now is the static tag NSPRPUB_CLIENT_TAG.
We may change the tag to "HEAD" (the tip of NSPR) or some client-specific
branch tag soon. This landing has been approved by drivers@mozilla.org
for mozilla0.9.4.
Modified files: mozilla/client.mk mozilla/client.mak
mozilla/build/mac/build_scripts/MozillaCheckoutList.txt
1.145    bryner%netscape.com2001-08-11 21:25 Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls.
1.144    cls%seawood.org2001-08-06 14:19 Make MOZ_CO_TAG override individual modules' CO_TAGs so that the instructions for updating to cvs from a release tarball actually work.
Bug #93491 r=leaf
1.143    cls%seawood.org2001-06-20 13:24 Removing makefile.win until cvs server is upgraded
1.142    waterson%netscape.com2001-06-20 13:21 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
1.141    cls%seawood.org2001-06-12 19:54 Oops. wrong tree
1.140    cls%seawood.org2001-06-12 18:46 pull security/makefile.win like win32 does
1.139    cls%seawood.org2001-05-16 04:16 Ooops. Just remove CVS_CO_DATE_FLAGS from CVSCO_NSS if NSS_CO_TAG=NSS_CLIENT_TAG. Do not unset CVS_CO_DATE_FLAGS.
1.138    cls%seawood.org2001-05-15 12:11 Attempting to pull a static tag by date is A Bad Thing(tm). Just don't do it (because cvs won't).
1.137    akkana%netscape.com2001-05-07 16:50 76731: make -f client.mk the first time should only check out once. r=cls
1.136    cls%seawood.org2001-04-30 03:38 Remove psm1 files from PSM pull
1.135    bryner%uiuc.edu2001-04-28 20:32 Bug 76328 - don't pull the removed files in security/ when checking out on NSS_CLIENT_BRANCH, it seems to cause strange cvs errors. sr=cls.
1.134    cls%seawood.org2001-04-26 17:15 Pull PSM/NSS by default now that we no longer have the Makefile.in<->Makefile conflict on checkout due to psm2 landing. This brings us to parity with win32 & mac which already pull these by default.
Bug #77124 r=bryner
1.133    cls%seawood.org2001-04-16 17:11 Allow cvs command to be set via CVS env variable.
Thanks to stephen@tgivan.com (Stephen Rasku) for the patch.
Bug #74565 r=cls
1.132    cls%seawood.org2001-04-15 20:58 Start using the NSS_CLIENT_BRANCH instead of the NSS_AUTOCONF_BRANCH for psm2 builds.
1.131    bryner%uiuc.edu2001-04-13 02:01 Adding support for pulling the NSS Autoconf branch. r=cls.
1.130    evaughan%netscape.com2001-03-28 13:18 bug 12952
-r dan, -r vidur, -sr hyatt
1.129    pavlov%netscape.com2001-03-08 15:17 adding new directories to the pull scripts for new imagelib. bug 70938 r=bryner sr=cls
1.128    javi%netscape.com2001-03-04 14:55 Allow developers to build PSM 2.0 on Unix.
Fix for Bug 70343 sr=cls
1.127    cls%seawood.org2001-01-27 10:42 sed regex needs to be quoted
1.126    mkaply%us.ibm.com2001-01-27 07:34 #65880

r=cls

Enable OBJDIR builds for OS/2
1.125    axel%pike.org2001-01-15 07:29 make client.mk get modules.mk changes on the first run, r=cls@seawood.org
1.124    axel%pike.org2001-01-11 03:02 bug 57282, fixing easy modules like transformiix, r=cls (build stuff)
1.123    cls%seawood.org2000-12-26 21:29 Give the standalone build system a finer grained control over which directories are checked out.
Bug #57282 r=blizzard
1.122    cls%seawood.org2000-12-22 19:11 Do not pull PSM/NSS by default until the conflict problem with the PSM Makefiles is resolved.
do:
make -f client.mk pull_all BUILD_MODULES=psm
if you want to build psm/psm-glue/nss
1.121    cls%seawood.org2000-12-22 12:43 Add psm to standalone build system.
Pull psm & nss by default via client.mk .
Moves psm-glue from Mozilla build to psm module.
Bug #60912. r=bryner
CARPOOL!
1.120    cls%seawood.org2000-12-10 22:52 Update the standalone build system to handle our extensive intermodule header dependencies without descending into recursive dependency hell.
Bug 57282 r=jag
1.119    cls%seawood.org2000-12-06 00:10 If it is the first checkout, don't call build again (ends up in a recursive loop). Bug #59934
1.118    cls%seawood.org2000-12-05 23:14 cleansrcdir should use the distclean target if possible
1.117    cls%seawood.org2000-12-04 22:47 Add tools/elf-dynstr-gc to the default list of standalone files to pull as it is used in optimized builds.
1.116    tao%netscape.com2000-06-28 17:18 Remove obsolete pull l10n commands.
1.115    leaf%mozilla.org2000-06-27 15:38 removing pull of l10n from scripts, SeaMonkeyL10n is now part of SeaMonkeyAll
1.114    tao%netscape.com2000-06-26 17:24 41054: Bundle 2-3 language packs with Seamonkey.r=jbetak
1.113    tao%netscape.com2000-06-24 21:05 back out l10n changes.
1.112    tao%netscape.com2000-06-24 14:48 41054: Bundle 2-3 language packs with Seamonkey.r=jbetak.
1.111    bryner%uiuc.edu2000-06-22 14:56 Fix bug 43494 - client.mk should stop if you had checkout
conflicts. r=alecf.
1.110    cls%seawood.org2000-06-13 20:51 Use $(wildcard..) to make certain configure dependencies optional. Bug #42211
1.109    dmose%mozilla.org2000-06-08 18:31 fix for bug 41938: during standalone checkouts of (eg) xpcom and transformiix, the ldap c sdk code was being dragged along for the ride. a=brendan@mozilla.org, r=cls@seawoord.org
1.108    mkaply%us.ibm.com2000-06-08 18:21 # 41349

r = cls, a = brendan

OS/2 bring-up - Our bash shell can't handle lines with the : command - cls said to comment them out
1.107    dmose%mozilla.org2000-06-08 14:32 fixed client.mk not noticing when sub-configure scripts (for --with-nspr-autoconf and --enable-ldap) have changed (and therefore not re-running configure). a=leaf@mozilla.org, r=cls@seawood.org
1.106    mkaply%us.ibm.com2000-06-08 07:00 # 41349

r = cls, a = brendan

Checkout does not happen properly if done in /mozilla directory
1.105    dmose%mozilla.org2000-06-07 18:50 Fix UNIX client.mk build bustage on fresh pulls (but not on clobber or depend builds). For some reason, cvs leaves CVS/TAG droppings all the way up to the top of the tree if you check out a branch using an alias modulename, but not if you specify the directories desired by hand. So replaced "DirectorySDKSourceC" with "mozilla/directory/c-sdk". a=leaf@mozilla.org.
1.104    dmose%mozilla.org2000-06-06 20:07 check out the LDAP C SDK library source from a branch by default (the code only gets built if --enable-ldap is specified, and that is off by default). r=slamm@netscape.com; a=leaf@mozilla.org
1.103    slamm%netscape.com2000-05-23 15:52 Fix typo from the last checkin.
1.102    slamm%netscape.com2000-05-22 15:04 Second attempt on FreeBSD checkout bug 33568. Use a shell function instead of nested eval's. r=pavlov a=waterson
1.101    slamm%netscape.com2000-05-22 10:54 Arg, it does not work with the date. Back it out.
1.100    slamm%netscape.com2000-05-22 10:02 Fix checkout for FreeBSD. Thanks to Pascal Hofstee (daeron@shadowmere.student.utwente.nl) for the fix. bug 33568.. a=leaf,waterson.
1.99     thayes%netscape.com2000-05-10 19:36 Switch client builds to SECURITY_CLIENT_BRANCH tag for security (PSM) subdirectory
1.98     slamm%netscape.com2000-05-08 13:51 Fix 'webconfig' target (bug 34193).
1.97     cls%seawood.org2000-05-03 18:26 Add support for pulling individual modules from cvs via client.mk.
1.96     cls%seawood.org2000-04-28 03:33 Made sure that sub-modules use the date option when MOZ_CO_DATE is set.
Made sure CONFIGURE_ENV_ARGS were passed to configure.
1.95     cls%seawood.org2000-04-25 02:12 Added dependency to real Makefile & config.status for targets passed to real Makefile.
1.94     slamm%netscape.com2000-03-21 13:08 Output options from mozconfig. Rework checkout.
1.93     slamm%netscape.com2000-03-16 16:56 Make client.mk easier to setup for tags/branches (set MOZ_CO_TAG at the top of the file). Handle MOZ_MAKE_FLAGS differently (set MAKE="$(MAKE) $(MOZ_MAKE_FLAGS)"). Add "export" and "install" targets (they just pass through to the top level makefile).
1.92     slamm%netscape.com2000-03-13 21:54 Avoid infinite recursion on CONFIG_GUESS
1.91     slamm%netscape.com2000-03-13 20:31 Fix configure for people without '.' in their path.
1.90     slamm%netscape.com2000-03-13 18:59 Remove obsolete libs target. Remove clean targets and let regular make handle it. Use new names for mozconfig scripts.
1.89     leaf%mozilla.org2000-03-13 07:54 updating nspr tag to magical, stringently controlled rolling client branch
tag.
1.88     pavlov%netscape.com2000-03-10 20:32 adding crypto stuff to the tip
1.87     slamm%netscape.com2000-02-29 13:00 Fix client.mk for case when building in mozilla/mozilla. r=endico
1.86     leaf%mozilla.org2000-02-27 02:22 backing myself out, this should be on a branch.
1.85     leaf%mozilla.org2000-02-27 02:18 branch cleanup (start page, nspr branch used for pull)
1.84     slamm%netscape.com2000-02-25 19:25 Fix a couple client.mk error. Remove the log *before* it is written to. Clean up cvs-failed.tmp file properly. r=mcafee
1.83     slamm%netscape.com2000-02-22 15:03 Fix build bustage on Solaris.
1.82     slamm%netscape.com2000-02-22 14:25 Make client.mk self-updating. Thanks, Chris, for the original implementation. r=cls@seawood.org a=leaf
1.81     wtc%netscape.com2000-02-21 12:17 Bugzilla bug #27457: pull NSPR using the static tag
NSPRPUB_RELEASE_4_0_20000218. Change NSPR_VERSION to 4.
r=leaf@mozilla.org. a=jar@netscape.com.
Modified files: client.mak, client.mk, configure, configure.in,
build/mac/NGLayoutBuildList.pm, config/config.mak
1.80     cltbld%netscape.com2000-02-15 18:08 Backing out wtc's nspr changes to clear up thread hanging & orangeness in linux build. r=alecf,don
1.79     slamm%netscape.com2000-02-15 16:37 Add option to checkout from the mirror (Set MOZ_CO_USE_MIRROR=1 in your environment). This will be used by tinderbox to checkout a little faster. r=akkana
1.78     wtc%netscape.com2000-02-15 13:16 Bugzilla bug #27457: pull the NSPR tag NSPRPUB_4_0_BETA_20000215 and
bump NSPR_VERSION to 4.
Modified files: client.mak, client.mk, configure, configure.in,
build/mac/NGLayoutBuildList.pm, config/config.mak
1.77     leaf%mozilla.org2000-02-05 13:37 Pull nsprpub by static tag. patch from wtc, r=leaf
1.76     risto%netscape.com2000-02-04 23:23 
Changing all cvs-mirror.mozilla.org references to point to politically
correct addresses, for example tinderbox.mozilla.org, lxr.mozilla.org or
bonsai.mozilla.org. cvs-mirror shouldn't use in URLs anymore because it's
now on different server.

r=bryner
1.75     slamm%netscape.com1999-11-29 18:00 Something goofy is up with tinderbox. Going back to 1.72.
1.74     slamm%netscape.com1999-11-29 17:24 Fix build bustage.
1.73     slamm%netscape.com1999-11-29 16:52 Use config/cvsco.pl to checkout.
Catches conflicts and logs output to a file. r=mcafee
1.72     dmose%mozilla.org1999-11-05 19:43 updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1.71     slamm%netscape.com1999-11-01 18:57 File dependency not needed anymore. Fix build bustage. r=mcafee.
1.70     slamm%netscape.com1999-10-12 10:05 Forgot a semicolon and that caused the creation of bogus files. a=leaf. Thanks to jim_nance@yahoo.com for pointing out the problem.
1.69     slamm%netscape.com1999-10-08 17:31 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.
1.68     slamm%netscape.com1999-10-07 15:04 Fix solaris build bustage. The shell does not like {} command grouping. Use () instead.
1.67     slamm%netscape.com1999-10-07 14:24 Quit when cvs has an error. Previously it kept going. Bug #15750. r=mcafee. Also change default module from SeaMonkeyEditor to SeaMonkeyAll.
1.66     slamm%netscape.com1999-09-30 09:14 Fix build bustage reported by Greg Noel and Jerry Kirk on netscape.public.mozilla.builds.
1.65     slamm%netscape.com1999-09-29 13:40 Use . and .. instead of fullpath for topsrcdir and rootdir.
1.64     briano%netscape.com1999-09-21 23:32 Added the missing semicolon.
1.63     cls%seawood.org1999-09-21 17:40 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target.
1.62     slamm%netscape.com1999-08-24 11:36 Append date to checkout log (don't overwrite it).
1.61     hshaw%netscape.com1999-08-23 21:13 fix Makefile generation for netwerk subdirectories
1.60     slamm%netscape.com1999-08-20 08:20 Add MOZ_MAKE_FLAGS for -j4
1.59     slamm%netscape.com1999-08-20 08:02 Add MOZ_MAKE_FLAGS for -j4
1.58     slamm%netscape.com1999-05-04 12:54 Fix webconfig target.
1.57     ramiro%netscape.com1999-04-30 19:34 Fix everything rule.
1.56     ramiro%netscape.com1999-04-30 19:10 Add an everything target which redoes everything from scratch.
1.55     slamm%netscape.com1999-04-27 15:10 Retreat! running configure before clean isn't the answer. Back to the drawing board.
1.54     slamm%netscape.com1999-04-27 13:57 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.
1.53     slamm%netscape.com1999-04-27 10:10 Fix for bug #5555: Infinite loop when setting branch flag. Thanks to hawkfan@pyrotechnics.com for the patch.
1.52     slamm%netscape.com1999-04-26 14:47 All MOZ_CVS_FLAGS and MOZ_CO_FLAGS to be set in mozconfig.
1.51     slamm%netscape.com1999-04-23 13:46 Improve recovering from conflicting objdir/srcdir builds. Add cleansrcdir target to client.mk. Update the objdir vs. srcdir build instructions in configure.
1.50     slamm%netscape.com1999-04-20 19:02 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).
1.49     slamm%netscape.com1999-04-20 18:25 Add environment variable, MOZ_CO_DATE, to set checkout date tag.
1.48     slamm%netscape.com1999-04-16 16:47 Run depend target after running configure and tweak last fix. both bug #3524.
1.47     slamm%netscape.com1999-04-16 16:09 Die with an error when configure fails (bug #3524).
1.46     slamm%netscape.com1999-04-15 12:49 Add windows-style targets to PHONY.
1.45     slamm%netscape.com1999-04-15 12:35 Fix config-guess based object directory. Fix dependencies for configure. Finish removing nspr target.
1.44     slamm%netscape.com1999-04-13 19:41 Finish changes for CVSROOT. Thanks to jlnance@sailboat.acs.uncwil.edu (James Lewis Nance) for the patch.
1.43     slamm%netscape.com1999-04-13 19:34 Let configure deal with nspr and pthreads insteads of client.mk Take patch from
1.42     slamm%netscape.com1999-04-12 14:20 Pthreads is on by default now for configure. Make client.mk do the same.
1.41     slamm%netscape.com1999-04-09 21:07 Build in source tree by default.
1.40     slamm%netscape.com1999-03-25 16:03 Add depend target. Move find-mozconfig.sh checkout into mozconfig2*.sh scripts. Redo comments.
1.39     slamm%netscape.com1999-03-22 12:42 Fix LD_LIBRARY_PATH for nspr. Drop '.sh' from mozconfig name.
1.38     leaf%mozilla.org1999-03-17 13:30 Landing nspr library name change, and plevent function call change.
1.37     briano%netscape.com1999-03-11 18:55 Made it acceptable to QNX's shell.
1.36     slamm%netscape.com1999-03-10 17:21 Summarize checkout conflicts before dying.
1.35     slamm%netscape.com1999-03-10 13:03 Make sure .mozconfig.mk can be read. Even for first checkout. Pre-fill web configurator with existing options.
1.34     briano%netscape.com1999-03-03 17:53 Now it'll be able to capture all of CVS's output instead of just stdout.
1.33     slamm%netscape.com1999-02-25 11:21 Change myconfig to mozconfig.
1.32     slamm%netscape.com1999-02-23 17:41 Echo LD_LIBRARY_PATH for configure.
1.31     slamm%netscape.com1999-02-23 10:08 Add --with-nspr flag to configure when needed.
1.30     slamm%netscape.com1999-02-22 10:48 If the tree hasn't been pulled, client.mk needs to checkout build/autoconf/myconfig2defs.sh before it does anything else.
1.29     slamm%netscape.com1999-02-22 09:36 Fix incorrect path for NSPR install dir.
1.28     mcafee%netscape.com1999-02-21 12:18 Optionally include .client-defs.mk, client.mk should still work if you don't have this file.
1.27     slamm%netscape.com1999-02-19 23:47 Fix the dependencies for running configure.Have it depend on .client-defs.mk and only update that when the myconfig options change.
1.26     slamm%netscape.com1999-02-19 14:55 Fix bustage: OBJDIR wasn't defined correctly. (also add webconfig target)
1.25     slamm%netscape.com1999-02-19 12:01 Make configure dependent on nspr
1.24     slamm%netscape.com1999-02-19 11:49 Look for nspr in /usr/lib. Add nspr check to build target. New documentation.
1.23     mcafee%netscape.com1999-02-18 03:30 Moving egrep -q to redirect to /dev/null to get around egrep portability problem. Thanks to ramiro for this fix.
1.22     mcafee%netscape.com1999-02-17 20:33 Backing the egrep part of slamm's change out, solaris egrep doesn't know what -q is
1.21     slamm%netscape.com1999-02-17 09:59 Add clean targets. Add windows equivalent targets.
1.20     slamm%netscape.com1999-02-17 09:36 overhaul. Quit if conflicts during checkout. Make default target pull and build. Set up dependencies rules for configure. Get ready for menu config.
1.19     akkana%netscape.com1998-12-18 16:10 Turn on debug by default
1.18     akkana%netscape.com1998-12-17 14:15 update the branch of nsprpub we're pulling
1.17     mcafee%netscape.com1998-12-13 14:34 Adding -l build/autoconf flag to autoconf, per cls's comment in the aclocal.m4 log
1.16     akkana%netscape.com1998-12-01 10:20 Pull and build the editor as well as the browser
1.15     mcafee%netscape.com1998-11-22 21:50 Switching to cvs module checkout, moved nspr checkout to nspr target.
1.14     alecf%netscape.com1998-11-17 12:00 make build instructions a little more clear, and add URL
for more information
1.13     akkana%netscape.com1998-11-13 13:03 xpfe is now in nglayout.mk, doesn't need to be pulled by client.mk
1.12     alecf%netscape.com1998-11-13 11:42 updated to allow for one-step building
1.11     cls%seawood.org1998-11-10 13:58 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.
1.10     cls%seawood.org1998-11-09 17:56 Added mozilla/configure target so that build: does not always run configure. Added $autoobjdir to build:.
1.9      cls%seawood.org1998-11-09 17:16 Use $(MAKE) for build instead of gmake
1.8      mcafee%netscape.com1998-11-09 16:32 new configure target, NSPR_INSTALL_DIR usage changed slightly
1.7      mcafee%netscape.com1998-11-09 14:28 moving OBJDIR to use config.guess
1.6      mcafee%netscape.com1998-11-09 14:03 renaming WITH_NSPR to NSPR_INSTALL_DIR
1.5      akkana%netscape.com1998-11-09 13:46 Fix motif autoconf build -- pass MOZ_TOOLKIT through
1.4      akkana%netscape.com1998-11-09 11:30 Fix nspr build line
1.3      akkana%netscape.com1998-11-06 19:34 Add some more commands to 'gmake build'
1.2      mcafee%netscape.com1998-11-06 01:06 more comments
1.1      mcafee%netscape.com1998-11-06 00:39 Initial version


Back to the top of Bonsai
Found a bug or have a feature request? File a bug report about it.