Re: The annoyance of repeating Makefiles

2007-03-15 Thread Gary Mills
On Thu, Mar 15, 2007 at 12:53:33PM -0400, Ken Murchison wrote: > Gary Mills wrote: > >On Tue, Jan 23, 2007 at 09:50:32AM -0500, Ken Murchison wrote: > >>Gary Mills wrote: > >> > >>>This behavior is annoying because I build the Cyrus software on a > >>>development server but then install it on other

Re: The annoyance of repeating Makefiles

2007-03-15 Thread Ken Murchison
Gary Mills wrote: On Tue, Jan 23, 2007 at 09:50:32AM -0500, Ken Murchison wrote: Gary Mills wrote: This behavior is annoying because I build the Cyrus software on a development server but then install it on other servers where there is no compiler and the source tree is mounted read-only. Thi

Re: The annoyance of repeating Makefiles

2007-02-10 Thread Gary Mills
On Tue, Jan 23, 2007 at 09:50:32AM -0500, Ken Murchison wrote: > Gary Mills wrote: > > >This behavior is annoying because I build the Cyrus software on a > >development server but then install it on other servers where there > >is no compiler and the source tree is mounted read-only. This breaks

Re: The annoyance of repeating Makefiles

2007-01-23 Thread Ken Murchison
Gary Mills wrote: On Tue, Jan 23, 2007 at 09:50:32AM -0500, Ken Murchison wrote: Gary Mills wrote: I've noticed for some time that whenever I type `make' in the Cyrus source tree, it always recompiles something. A repeated make should evenually stop compiling but this one never does. The wors

Re: The annoyance of repeating Makefiles

2007-01-23 Thread Gary Mills
On Tue, Jan 23, 2007 at 09:50:32AM -0500, Ken Murchison wrote: > Gary Mills wrote: > >I've noticed for some time that whenever I type `make' in the Cyrus > >source tree, it always recompiles something. A repeated make should > >evenually stop compiling but this one never does. The worst offenders

Re: The annoyance of repeating Makefiles

2007-01-23 Thread Ken Murchison
Gary Mills wrote: I've noticed for some time that whenever I type `make' in the Cyrus source tree, it always recompiles something. A repeated make should evenually stop compiling but this one never does. The worst offenders are the various perl Makefiles which rebuild Makefile from Makefile.PL

The annoyance of repeating Makefiles

2007-01-18 Thread Gary Mills
I've noticed for some time that whenever I type `make' in the Cyrus source tree, it always recompiles something. A repeated make should evenually stop compiling but this one never does. The worst offenders are the various perl Makefiles which rebuild Makefile from Makefile.PL every time, instead