<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/Makefile, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T05:34:36Z</updated>
<entry>
<title>Kill upgrade target docs.  It too is stale.</title>
<updated>2003-04-03T05:34:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-03T05:34:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e9b1e9f3ca2923b6499203c63b2a0da1202461c'/>
<id>urn:sha1:5e9b1e9f3ca2923b6499203c63b2a0da1202461c</id>
<content type='text'>
Submitted by: ru
</content>
</entry>
<entry>
<title>Kill aout to elf upgrade path.  From an old comment in the makefile:</title>
<updated>2003-04-03T05:28:09Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-04-03T05:28:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3226556327a2f2428b68475d3fe584db57d91d51'/>
<id>urn:sha1:3226556327a2f2428b68475d3fe584db57d91d51</id>
<content type='text'>
# If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will
# update the legacy support for aout. This includes all libraries, ld.so
# and boot objects. This part of build should be regarded as
# deprecated and you should _not_ expect to be able to do this past the
# release of 4.0. You have exactly one major release to move entirely
# to elf.

Now that we're past 5.0, these aren't needed at all anymore and it is
well past its freshness date.
</content>
</entry>
<entry>
<title>Don't make buildworld and buildkernel in parallel.</title>
<updated>2003-02-27T13:11:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-27T13:11:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20902bd3e19d215edc5d198801bac4b7956bf83e'/>
<id>urn:sha1:20902bd3e19d215edc5d198801bac4b7956bf83e</id>
<content type='text'>
And this is probably what you expect when you say
"make -jX buildworld buildkernel".
</content>
</entry>
<entry>
<title>Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.</title>
<updated>2003-02-19T16:57:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-19T16:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=301c406900323be41520262fc8e55bd1c658bc01'/>
<id>urn:sha1:301c406900323be41520262fc8e55bd1c658bc01</id>
<content type='text'>
Submitted by:	johan
</content>
</entry>
<entry>
<title>Fixed universe.</title>
<updated>2003-02-19T15:40:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-19T15:40:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1f4f767045beca244bab1ee766a7d930aa8483f2'/>
<id>urn:sha1:1f4f767045beca244bab1ee766a7d930aa8483f2</id>
<content type='text'>
Folded pc98 into the common case.
Retired ${JFLAG} (``make -jX universe'' should work).
</content>
</entry>
<entry>
<title>Fix make universe's kernel builds on pc98:  We need to pass both ARCH</title>
<updated>2003-02-18T17:35:20Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-02-18T17:35:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3961cf42c989363e2bf155a71032b0fc52d78ac'/>
<id>urn:sha1:a3961cf42c989363e2bf155a71032b0fc52d78ac</id>
<content type='text'>
and TARGET_ARCH.
</content>
</entry>
<entry>
<title>Part 3/3 of unbreaking cross releases:</title>
<updated>2003-01-29T10:00:42Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-01-29T10:00:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76499f1539799ff3150668ad4abcd7951ba58053'/>
<id>urn:sha1:76499f1539799ff3150668ad4abcd7951ba58053</id>
<content type='text'>
When we call "distributeworld" as part of "make release", we set
MACHINE and MACHINE_ARCH to point to TARGET and TARGET_ARCH; this
confused src/Makefile's idea of what ${MAKEPATH}, and consequently
${MAKE}, is (well, it still confuses ${MAKEPATH}, but see below).

To overcome this problem, we now take the following approach:

- We preserve the make(1)'s idea of its argv[0], ${MAKE}.
- We check to see if ${MAKE} passes the regression tests.
- If it does, we use it.  Otherwise, we build and use an
  up-to-date make(1).

This fix is still not quite right, in a situation where a single
/usr/obj is shared between different architecture machines, but
it is less critical and I hope to fix that soon.
</content>
</entry>
<entry>
<title>Minor typo fixes and whitespace cleanups.</title>
<updated>2002-12-30T16:48:35Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T16:48:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d98744aa7bcb75d819ee138feb873babb7ab7ea6'/>
<id>urn:sha1:d98744aa7bcb75d819ee138feb873babb7ab7ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build kernels for pc98 just like the other platforms.  Also, remove</title>
<updated>2002-12-14T22:36:56Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-12-14T22:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=deadd433cc35e7068cc58ed6a68ed13250d0ca4a'/>
<id>urn:sha1:deadd433cc35e7068cc58ed6a68ed13250d0ca4a</id>
<content type='text'>
one space to make the dates line up for easy mental math.

# Too bad only i386 and pc98 are the only parts of the universe
# currently buildable on my box :-(
</content>
</entry>
<entry>
<title>Minor, cosmetic change to buildworld output to make it reflect</title>
<updated>2002-12-03T17:49:05Z</updated>
<author>
<name>Bruce A. Mah</name>
<email>bmah@FreeBSD.org</email>
</author>
<published>2002-12-03T17:49:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=280e7ae990a5410aa4c09d685e2112152e3bfaf6'/>
<id>urn:sha1:280e7ae990a5410aa4c09d685e2112152e3bfaf6</id>
<content type='text'>
rev. 1.270 more accurately.

Reviewed by:	ru
Approved by:	re (jhb)
</content>
</entry>
</feed>
