emaste 2008-06-27 15:20:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/config main.c
Log:
SVN rev 180068 on 2008-06-27 15:20:18Z by emaste
MFC r175163:
Honour the logical current working directory ($PWD) when using config's
-d
emaste 2008-06-27 14:37:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/config main.c
Log:
SVN rev 180066 on 2008-06-27 14:37:32Z by emaste
MFC r175163:
Honour the logical current working directory ($PWD) when using config's
-d
imp 2008-04-10 22:57:54 UTC
FreeBSD src repository
Modified files:
usr.sbin/config main.c
Log:
Fix a bug introduced by DEFAULTS feature. When the config file
doesn't exist, we make a directory and then say "oops, that file isn't
there" leaving the directory behind.
emaste 2008-01-08 21:10:13 UTC
FreeBSD src repository
Modified files:
usr.sbin/config main.c
Log:
Honour the logical current working directory ($PWD) when using config's
-d destdir option. For an automounted src tree using the logical cwd
in the Makefile keeps amd(8)'s
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
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 unfriendly characters,
from the ANSI-C string point of view ('"' in this case). The x0
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
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
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]>
> : >
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
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
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
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
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
:
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
flz 2006-01-14 08:12:25 UTC
FreeBSD src repository (ports committer)
Modified files:
usr.sbin/config main.c
Log:
- Change the exit message from "make cleandepend; make depend" to
"make cleandepend && make depend".
PR: bin/91765
Submitted by: Soeren
ru 2005-11-30 17:55:49 UTC
FreeBSD src repository
Modified files:
usr.sbin/config main.c
Log:
Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate.
Revision ChangesPath
1.69 +3 -4 src/usr.sbin/config/main.c
__
peter 2005-11-29 22:54:49 UTC
FreeBSD src repository
Modified files:
usr.sbin/config main.c
Log:
The DEFAULTS changes caused the user specified config file to be opened
much later than before, and it is now after we do a mkdir ../compile/FILE.
As a result, if you do 'c
18 matches
Mail list logo