<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/Makefile, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-08-22T14:19:53Z</updated>
<entry>
<title>MFC: add NO_BOOT knob to disable building the boot blocks and loader.</title>
<updated>2004-08-22T14:19:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-08-22T14:19:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=edab4dc37e354a43f6faf83f146c03f344cae59b'/>
<id>urn:sha1:edab4dc37e354a43f6faf83f146c03f344cae59b</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Try harder not to compile anything in sys/boot for arm.</title>
<updated>2004-05-16T00:19:12Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-16T00:19:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9049715ff981f7be418fbf1bd7fdce11703b7c93'/>
<id>urn:sha1:9049715ff981f7be418fbf1bd7fdce11703b7c93</id>
<content type='text'>
I wonder how buildworld ever worked for me...
</content>
</entry>
<entry>
<title>Replaced outdated comment.</title>
<updated>2004-01-17T03:28:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-17T03:28:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e53e513a8bf75a655bccd0aa1d21fb1267bdbf1'/>
<id>urn:sha1:2e53e513a8bf75a655bccd0aa1d21fb1267bdbf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert exclusion for amd64 that stopped boot/ being built.</title>
<updated>2003-06-26T03:52:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-06-26T03:52:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6833c6add5587c33620647007aa930ff25a82cf8'/>
<id>urn:sha1:6833c6add5587c33620647007aa930ff25a82cf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exclude sys/boot for amd64.  There are still toolchain issues to deal</title>
<updated>2003-05-08T06:35:39Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-08T06:35:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34da59975b226791e6c3e3308847970005fbc5a5'/>
<id>urn:sha1:34da59975b226791e6c3e3308847970005fbc5a5</id>
<content type='text'>
with.  In theory, gcc -m32 should work, but for now, do not tempt fate.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Milestone #1 in cross-arch make releases.</title>
<updated>2002-04-26T17:55:27Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-04-26T17:55:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bde859f40f5bcb38ea48b207faf7c31e461a0f5'/>
<id>urn:sha1:6bde859f40f5bcb38ea48b207faf7c31e461a0f5</id>
<content type='text'>
Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.

Eliminate the need in the second installworld.  For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.

Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1.  Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).

Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).

In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.

Moved the creation of the "crypto" dist from release.5 to
release.2.

In release.3 and doMFSKERN, build kernels in the "world"
environment.  KERNELS now means "additional" kernels, GENERIC is
always built.

Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.

Inline createBOOTMFS target.

Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules.  GC doMODULES as such.

Assorted fixes:

Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".

Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.

gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.

release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists.  Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories.  This will be fixed
soon.

Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage.  Most of the userland makefiles did not test it for "YES"
anyway.

XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists?  (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)

Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.

Fast build machine provided by: Igor Kucherenko &lt;kivvy@sunbay.com&gt;
</content>
</entry>
<entry>
<title>I should know better than to touch this without testing a 'make release'</title>
<updated>2000-08-24T18:53:09Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-24T18:53:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5836b5e001bcc0a1dd3a54a68aaab68ed56c45da'/>
<id>urn:sha1:5836b5e001bcc0a1dd3a54a68aaab68ed56c45da</id>
<content type='text'>
but ${MACHINE_ARCH} should be ${MACHINE} here.  pc98 has its own
GENERIC.hints file and should not be used with the i386 version.
</content>
</entry>
<entry>
<title>Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as</title>
<updated>2000-08-17T05:43:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-08-17T05:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e25cb01d28f25da6d36f6ff452100af3374fb7a5'/>
<id>urn:sha1:e25cb01d28f25da6d36f6ff452100af3374fb7a5</id>
<content type='text'>
/boot/device.hints in the bin dist during releases so that current snapshots
have a chance of booting up ok after installing.  The real fix for this
problem is to rewrite userconfig in Forth, stick it in the loader, axe
userconfig from the kernel, and extract the hints from the booted kernel in
sysinstall similar to the way we generate /boot/kernel.conf right now.  For
now, however, this will have to do.
</content>
</entry>
<entry>
<title>If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the</title>
<updated>2000-06-17T10:51:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-06-17T10:51:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f94a3783cff548a87ed576943c2267004058d98e'/>
<id>urn:sha1:f94a3783cff548a87ed576943c2267004058d98e</id>
<content type='text'>
world as was our old way, rather than when building a kernel.

Some people do not like the new way, and the release building still assumes
modules are built with the world.
</content>
</entry>
<entry>
<title>Cause modules to build with the kernel build.  Modules are removed</title>
<updated>2000-05-02T02:26:04Z</updated>
<author>
<name>Chuck Robey</name>
<email>chuckr@FreeBSD.org</email>
</author>
<published>2000-05-02T02:26:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10ae1068e5e27ef40faa2b2af78e389bb85ae4ca'/>
<id>urn:sha1:10ae1068e5e27ef40faa2b2af78e389bb85ae4ca</id>
<content type='text'>
from the sys Makefile's SUBDIRs.  This is conditioned in make.conf by the
NO_MODULES variable and the existence of the modules directory.  The
actual location of the modules is not modified.  Changes in Makefiles
only, this does not affect Peter's recent changes.

Reviewed by:	Peter Wemm, who warned me I would get some flack, and
		he had the good idea for the NO_MODULES variable.
</content>
</entry>
</feed>
