<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/Makefile, branch stable/7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2013-04-16T06:53:20Z</updated>
<entry>
<title>MFC r249316:</title>
<updated>2013-04-16T06:53:20Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-04-16T06:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3f4d8128f125ac9c612dbb4c44aced83ebf267be'/>
<id>urn:sha1:3f4d8128f125ac9c612dbb4c44aced83ebf267be</id>
<content type='text'>
Ensure make -j N universe works correctly, by checking for an up-to-date
make before starting the universe targets themselves.  Otherwise, all of
the targets would attempt to build make simultaneously, overwriting each
other's copies of the make object files and executable.  This could lead
to strange errors, for example when partially-written make executables
are invoked.

Also amend r216620, to make the rest of universe wait properly until the
upgrade_checks target is finished, by adding universe_${target}_prologue
to the .ORDER target.  Otherwise, make will be too smart for its own
good, and start building the universe targets simultaneously with the
prologues anyway.
</content>
</entry>
<entry>
<title>MFC r231821:</title>
<updated>2012-03-07T08:21:25Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2012-03-07T08:21:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9c9de84712710a98a62313a2a702485ea915fcf9'/>
<id>urn:sha1:9c9de84712710a98a62313a2a702485ea915fcf9</id>
<content type='text'>
 delete-old does not have delete-old-libs dependency.
 Reflect this in the comment.

PR:		conf/163993
Submitted by:	Eugen Konkov &lt;kes-kes at yandex ru&gt;
</content>
</entry>
<entry>
<title>Remove sun4v from universe targets.</title>
<updated>2012-02-08T18:22:10Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2012-02-08T18:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e0a9a1a85d0e20cc09d83040a4291fceb42ace3f'/>
<id>urn:sha1:e0a9a1a85d0e20cc09d83040a4291fceb42ace3f</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>MFC r227769, 227770, 227771:</title>
<updated>2011-11-23T12:24:48Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-11-23T12:24:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=024bd9e85eb9d70d5702e78db83ea14ffce04206'/>
<id>urn:sha1:024bd9e85eb9d70d5702e78db83ea14ffce04206</id>
<content type='text'>
- Add a note to src/Makefile that explains that 'rm' runs twice because
  thesecond invocation only needs to operate on files with the immutable
  flag set.

- Fix the note in r227769 to be less specific to the immutable flag.

- Replace 'chflags' with 'file flags' in a comment, since 'chflags'is a
  command, not a flag itself.
</content>
</entry>
<entry>
<title>MFC r220512:</title>
<updated>2011-04-13T19:55:58Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-04-13T19:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=af14c28eaee1d982f00e20444305d72f7bc31b70'/>
<id>urn:sha1:af14c28eaee1d982f00e20444305d72f7bc31b70</id>
<content type='text'>
Update recommendation for mergemaster. The -a and -i options are exclusive.
</content>
</entry>
<entry>
<title>MFC r205290:</title>
<updated>2010-03-29T22:59:35Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-03-29T22:59:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=53c92a65cdacd31fc9286e00c95b01a9980a4053'/>
<id>urn:sha1:53c92a65cdacd31fc9286e00c95b01a9980a4053</id>
<content type='text'>
MAKE_JUST_WORLDS
</content>
</entry>
<entry>
<title>MFC r179232 by jb:</title>
<updated>2009-03-18T20:22:21Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2009-03-18T20:22:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=eb64faed65de56dc3cb4e6a9604f1e91606c6d08'/>
<id>urn:sha1:eb64faed65de56dc3cb4e6a9604f1e91606c6d08</id>
<content type='text'>
  Add a knob to allow just the kernels to be built during a 'make universe'.

MFC r185250 by des:

  Change the universe target to warn the user for every world or kernel that
  fails.  The error message includes a reference to the relevant log file.
</content>
</entry>
<entry>
<title>MFC: r186519</title>
<updated>2009-02-07T15:21:11Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2009-02-07T15:21:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=babe5040e9cd5c46fa77ed9ae5d0535ac01d2f31'/>
<id>urn:sha1:babe5040e9cd5c46fa77ed9ae5d0535ac01d2f31</id>
<content type='text'>
  Permit digits in the kernel config file names for `make universe'.
  This catches a few more kernel config for various architectures
  and permits having local configs named like NOINET6.
</content>
</entry>
<entry>
<title>Do not build CFT information during buildworld. The resulted stripped</title>
<updated>2008-08-27T19:37:19Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-08-27T19:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=62388105935b6625a0f1d3e90b0a924c20bae9e6'/>
<id>urn:sha1:62388105935b6625a0f1d3e90b0a924c20bae9e6</id>
<content type='text'>
static binaries are not executable.

Approved by:	jhb
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2008-08-27T04:41:15Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>2008-08-27T04:41:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=144cd58d16b601d52d00c5a37c8e0226aa1ce55a'/>
<id>urn:sha1:144cd58d16b601d52d00c5a37c8e0226aa1ce55a</id>
<content type='text'>
DTrace support.

Note that this defaults the 'make buildkernel' to build with CTF data so
that the release kernel and modules are DTrace-able.
</content>
</entry>
</feed>
