Re: cvs commit: src/usr.sbin/config main.c

2007-05-14 Thread Greg 'groggy' Lehey
On Saturday, 12 May 2007 at 22:37:52 +, Wojciech A. Koszek wrote: > wkoszek 2007-05-12 22:37:52 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config main.c > Log: > This is loser's commit message: > > Remember about tricky cases, where options contain unfr

Re: cvs commit: src/usr.sbin/config main.c

2006-01-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Max Khon <[EMAIL PROTECTED]> writes: : Hi! : : On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: : : > The problem with removing .depend in the depend target happens too : > late. Before we get to the meat of the depend target, the error

Re: cvs commit: src/usr.sbin/config main.c

2006-01-22 Thread Max Khon
Hi! On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: > The problem with removing .depend in the depend target happens too > late. Before we get to the meat of the depend target, the error > happens. The error happens, btw, when a .h file is deleted, which the > .depend file depen

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Ruslan Ermilov
On Mon, Jan 16, 2006 at 09:26:10AM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > : On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: > : > M. Warner Losh wrote: > : > > : > >In message: <[EMAIL PROTECTED]> > : >

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Ruslan Ermilov <[EMAIL PROTECTED]> writes: : On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: : > M. Warner Losh wrote: : > : > >In message: <[EMAIL PROTECTED]> : > >"David O'Brien" <[EMAIL PROTECTED]> writes: : > >: On Sat, Jan 14

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Ruslan Ermilov
On Sun, Jan 15, 2006 at 11:52:25PM -0700, Scott Long wrote: > M. Warner Losh wrote: > > >In message: <[EMAIL PROTECTED]> > >"David O'Brien" <[EMAIL PROTECTED]> writes: > >: On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: > >: > Modified files: > >: > usr.sbin/con

Re: cvs commit: src/usr.sbin/config main.c

2006-01-16 Thread Warner Losh
From: Scott Long <[EMAIL PROTECTED]> Subject: Re: cvs commit: src/usr.sbin/config main.c Date: Sun, 15 Jan 2006 23:52:25 -0700 > M. Warner Losh wrote: > > > In message: <[EMAIL PROTECTED]> > > "David O'Brien" <[EMAIL PROTECTED]> wri

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread Scott Long
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: : > Modified files: : > usr.sbin/config main.c : > Log: : > - Change the exit message from "make clean

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "David O'Brien" <[EMAIL PROTECTED]> writes: : On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: : > Modified files: : > usr.sbin/config main.c : > Log: : > - Change the exit message from "make cleandepend; make depend" to :

Re: cvs commit: src/usr.sbin/config main.c

2006-01-15 Thread David O'Brien
On Sat, Jan 14, 2006 at 08:12:25AM +, Florent Thoumie wrote: > Modified files: > usr.sbin/config main.c > Log: > - Change the exit message from "make cleandepend; make depend" to > "make cleandepend && make depend". I still think we should go back to the traditional: "Don