Re: cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Alexander Leidinger
Quoting Dag-Erling Smørgrav <[EMAIL PROTECTED]> (Wed, 16 May 2007 20:45:15 +0200): > Alexander Leidinger <[EMAIL PROTECTED]> writes: > > Not all targets in Makefile.inc1 are exposed, so why not make them all > > available... > > Not all targets in Makefile.inc1 are useful. These are. > > Can y

Re: cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Dag-Erling Smørgrav
Alexander Leidinger <[EMAIL PROTECTED]> writes: > Not all targets in Makefile.inc1 are exposed, so why not make them all > available... Not all targets in Makefile.inc1 are useful. These are. Can you please find something real to argue about? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]

Re: cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Alexander Leidinger
Quoting [EMAIL PROTECTED] (Dag-Erling Smørgrav) (Wed, 16 May 2007 15:28:08 +0200): > Alexander Leidinger <[EMAIL PROTECTED]> writes: > > For the check-old target there's no reason to split up the targets, as > > you can list them unconditionally. For developing convenience I did > > chose to have

Re: cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Dag-Erling Smørgrav
Alexander Leidinger <[EMAIL PROTECTED]> writes: > For the check-old target there's no reason to split up the targets, as > you can list them unconditionally. For developing convenience I did > chose to have the check-old-XXX targets in Makefile.inc1 ("make -f > Makefile.inc1 TARGET" works just fine

Re: cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Alexander Leidinger
Quoting Dag-Erling Smorgrav <[EMAIL PROTECTED]> (from Wed, 16 May 2007 08:46:36 + (UTC)): des 2007-05-16 08:46:36 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Expose all of {check,delete}-old{,-dirs,-files,-libs}. The d

cvs commit: src Makefile Makefile.inc1

2007-05-16 Thread Dag-Erling Smorgrav
des 2007-05-16 08:46:36 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Expose all of {check,delete}-old{,-dirs,-files,-libs}. MFC after: 3 weeks Revision ChangesPath 1.341 +12 -5 src/Makefile 1.578

cvs commit: src Makefile Makefile.inc1

2006-12-04 Thread Ruslan Ermilov
ru 2006-12-04 18:44:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 Log: MFC: Support cross-building by just specifying TARGET. Requested by: sam RevisionChangesPath 1.319.2.5 +17 -21

cvs commit: src Makefile Makefile.inc1

2006-06-06 Thread Warner Losh
imp 2006-06-06 16:24:54 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Create a new target 'buildenvvars'. This target reports the build environment for cross building (the same one you'd get interactively in make buildenv).

cvs commit: src Makefile Makefile.inc1

2006-05-26 Thread Alexander Leidinger
netchild2006-05-26 18:10:06 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Connect the kernel subsystem API documentation generation framework to the build infrastructure: "make doxygen" Changes to the man pages will be made whe

cvs commit: src Makefile Makefile.inc1

2006-03-18 Thread Ruslan Ermilov
ru 2006-03-18 14:30:24 UTC FreeBSD src repository Modified files: .Makefile Makefile.inc1 Log: Add the new "showconfig" target that displays build configuration. Suggested by: phk Revision ChangesPath 1.328 +1 -1 src/Makefile

Re: cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Gleb Smirnoff
Thanks! A long awaited MFC :) On Sat, Jan 07, 2006 at 07:40:09PM +, Alexander Leidinger wrote: A> netchild2006-01-07 19:40:08 UTC A> A> FreeBSD src repository A> A> Modified files:(Branch: RELENG_6) A> .Makefile Makefile.inc1 UPDATING A> share/ma

Re: cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Stefan Bethke
Am 07.01.2006 um 20:40 schrieb Alexander Leidinger: netchild2006-01-07 19:40:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 UPDATING share/man/man7 build.7 Added files: (Branch: RELENG_6)

cvs commit: src Makefile Makefile.inc1 ObsoleteFiles.inc UPDATING src/share/man/man7 build.7

2006-01-07 Thread Alexander Leidinger
netchild2006-01-07 19:40:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 UPDATING share/man/man7 build.7 Added files: (Branch: RELENG_6) .ObsoleteFiles.inc Log: MFC

cvs commit: src Makefile Makefile.inc1

2005-11-15 Thread Ruslan Ermilov
ru 2005-11-16 06:56:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile Makefile.inc1 Log: MFC the following: o Makefile: 1.319, 1,320 o Makefile.inc1: 1.500, 1.508, 1.509, 1.513, 1.515, 1.517 - Embed the "buildke