<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/picobsd/build/Makefile.conf, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a new picobsd option, "--modules", to also build modules</title>
<updated>2001-11-01T16:17:37+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-11-01T16:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c560efb1a384cf515adb2f07d93b8e05797e6e9'/>
<id>3c560efb1a384cf515adb2f07d93b8e05797e6e9</id>
<content type='text'>
(modload and friends are sufficiently small to consider their inclusion
in PicoBSD images).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(modload and friends are sufficiently small to consider their inclusion
in PicoBSD images).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo and sync a comment with the version in RELENG_4</title>
<updated>2001-10-07T00:21:13+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-10-07T00:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=56d75155a64fee0416170b55ec0590c648fcd679'/>
<id>56d75155a64fee0416170b55ec0590c648fcd679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use @__CWD__@ as the magic string meaning "this directory"</title>
<updated>2001-10-04T00:42:20+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-10-04T00:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1a424481925e4875f0c8ad9e420295960ed9ac7'/>
<id>c1a424481925e4875f0c8ad9e420295960ed9ac7</id>
<content type='text'>
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile the kernel under ${BUILDDIR} instead of polluting the source</title>
<updated>2001-10-02T16:53:50+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-10-02T16:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d8e39ff94b81957114beb03a0561f12f54228304'/>
<id>d8e39ff94b81957114beb03a0561f12f54228304</id>
<content type='text'>
tree. Unfortunately the latter cannot be completely readonly, because
"config" still depends on the kernel config file being in sys/${ARCH}/conf
(it seems to derive other pathnames from that one).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tree. Unfortunately the latter cannot be completely readonly, because
"config" still depends on the kernel config file being in sys/${ARCH}/conf
(it seems to derive other pathnames from that one).
</pre>
</div>
</content>
</entry>
<entry>
<title>Move commands to create stripped kernel into Makefile.conf,</title>
<updated>2001-09-04T02:01:52+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-09-04T02:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d199fd35856c9a8c4f1214186359accde19345b'/>
<id>1d199fd35856c9a8c4f1214186359accde19345b</id>
<content type='text'>
so as to make the "picobsd" script less version-specific.

Improve handling of cross-builds (which requires creation of
includes and libraries for the new source tree).

The "picobsd" script will not probably work on -current because it still
uses 'vn' instead of 'md', but i am commiting it anyways to keep it
in sync with the version in -stable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so as to make the "picobsd" script less version-specific.

Improve handling of cross-builds (which requires creation of
includes and libraries for the new source tree).

The "picobsd" script will not probably work on -current because it still
uses 'vn' instead of 'md', but i am commiting it anyways to keep it
in sync with the version in -stable.
</pre>
</div>
</content>
</entry>
<entry>
<title>use correct "compile" directory, which is ../../compile/&lt;filename&gt;</title>
<updated>2001-09-01T21:19:15+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-09-01T21:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=93c013c83e104eea749459238819145c14ea6682'/>
<id>93c013c83e104eea749459238819145c14ea6682</id>
<content type='text'>
This does not apply to RELENG_4 for which the compile directory is
../compile/&lt;filename&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not apply to RELENG_4 for which the compile directory is
../compile/&lt;filename&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add a missing -o.</title>
<updated>2001-08-30T21:39:14+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-08-30T21:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5d97a228a8b7dbd2045fa10e0b8984bcd8e3ed27'/>
<id>5d97a228a8b7dbd2045fa10e0b8984bcd8e3ed27</id>
<content type='text'>
There might be some other bug related to OBJDIR handling, once
fixed these changes can be MFC immediately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There might be some other bug related to OBJDIR handling, once
fixed these changes can be MFC immediately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move handling of crunch* files into Makefile.conf, which is a</title>
<updated>2001-06-21T08:49:46+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2001-06-21T08:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a39c93813cd8a544d0627852922b8c90169340a5'/>
<id>a39c93813cd8a544d0627852922b8c90169340a5</id>
<content type='text'>
better place to handle dependencies.

Make another step at helping cross-compiling: when the user specifies
an alternate source tree, the script takes care of creating include
files and libraries for the new tree.
Furthermore, build and use a version of the "config" program which
matches the new sources.

It takes a long time to create libraries, and it might even not do
the right thing at once, there might be some dependencies that i
have forgotten. At any rate, with this code i have been able to
build a working picobsd image using -CURRENT sources on -STABLE

MFC after: 3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
better place to handle dependencies.

Make another step at helping cross-compiling: when the user specifies
an alternate source tree, the script takes care of creating include
files and libraries for the new tree.
Furthermore, build and use a version of the "config" program which
matches the new sources.

It takes a long time to create libraries, and it might even not do
the right thing at once, there might be some dependencies that i
have forgotten. At any rate, with this code i have been able to
build a working picobsd image using -CURRENT sources on -STABLE

MFC after: 3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>MF4S: Sync with the developments that Luigi's been doing in -stable.</title>
<updated>2001-04-23T19:55:03+00:00</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>2001-04-23T19:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18668d02787e97b07033fa0bd608c2f73dba39cb'/>
<id>18668d02787e97b07033fa0bd608c2f73dba39cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
