<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/Makefile, branch release/9.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2011-11-23T12:24:04Z</updated>
<entry>
<title>MFC r227769, 227770, 227771:</title>
<updated>2011-11-23T12:24:04Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2011-11-23T12:24:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca3ae8029b332f46ea30c367e75f47b9cdea2bf0'/>
<id>urn:sha1:ca3ae8029b332f46ea30c367e75f47b9cdea2bf0</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.

Approved by:		re (kib)
</content>
</entry>
<entry>
<title>It's a bit odd, but "make update" in src/ can also update the ports/,</title>
<updated>2011-06-16T12:28:37Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2011-06-16T12:28:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69c488cdc6ed5346e27ba559d54e9b2879de04d8'/>
<id>urn:sha1:69c488cdc6ed5346e27ba559d54e9b2879de04d8</id>
<content type='text'>
doc/, and now www/ trees, but only using the "cvsup" transport.

When "make update" is run using a tree's makefile, it can also use
"cvs" (except for www/) and "svn" (only src/).

Clean up documentation and code regarding "make update":

- Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to
  Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and
  DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile).

- Document all trees that support CVS_UPDATE.

- Document all trees that support SUP_UPDATE.

- Document SVN_UPDATE.

- Document NO_WWWUPDATE.

- make.conf(5) mistakenly said that *SUPFILE* had defaults.

- Add an example entry for WWWSUPFILE.
</content>
</entry>
<entry>
<title>Disconnect sun4v architecture from the three.</title>
<updated>2011-05-14T01:53:38Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2011-05-14T01:53:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b547324c0a839a0ecd067638686112f6f7cc11e'/>
<id>urn:sha1:4b547324c0a839a0ecd067638686112f6f7cc11e</id>
<content type='text'>
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.

Reviewed by:	marius
Tested by:	sbruno
Approved by:	re
</content>
</entry>
<entry>
<title>Add the mipsn32eb TARGET_ARCH to the list of mips targets for the</title>
<updated>2011-04-29T18:27:50Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2011-04-29T18:27:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=447552ca4c3d4e1a881a77033b4180f604b0c7c0'/>
<id>urn:sha1:447552ca4c3d4e1a881a77033b4180f604b0c7c0</id>
<content type='text'>
XLRN32 kernel config.

Reviewed by:	imp, jmallet
</content>
</entry>
<entry>
<title>If building (custom) FreeBSD images people tend to patch param.h.  In case</title>
<updated>2011-04-12T02:07:23Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2011-04-12T02:07:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=efc6da705884f33ebb6307293ffcd50a5a0ae609'/>
<id>urn:sha1:efc6da705884f33ebb6307293ffcd50a5a0ae609</id>
<content type='text'>
this happens just before the build is started (within the same second)
CHECK_TIME actually triggers thinking param.h is in the future (see f_Xtime,
c_Xtime logi in find(1) sources for the details in !F_EXACTTIME case).
Using the -mtime -0s (seconds, rather than no unit) avoids this 1s race.

Submitted by:	ed (2009-05-03)
Reviewed by:	cperciva (2009-05-03), emaste
Tested by:	bz (for almost two years)
MFC after:	4 days
</content>
</entry>
<entry>
<title>Update recommendation for mergemaster. The -a and -i options are exclusive.</title>
<updated>2011-04-10T03:53:06Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-04-10T03:53:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f415f37c1164f9c592e5ab527e8e3a09797f0b92'/>
<id>urn:sha1:f415f37c1164f9c592e5ab527e8e3a09797f0b92</id>
<content type='text'>
PR:		docs/156271
Submitted by:	Fedor Dikarev &lt;fedor.dikarev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Improve the distributeworld target in Makefile.inc1 and update the release</title>
<updated>2011-03-02T14:39:26Z</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-03-02T14:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99ad39c822aa9bfa14167e101fce67e6d996dd42'/>
<id>urn:sha1:99ad39c822aa9bfa14167e101fce67e6d996dd42</id>
<content type='text'>
infrastructure to use it. make distributeworld can now be used without
preparing its environment first and installs games into its distribution
using the regular make distribute logic instead of post-processing with
a script.

Also add two new targets, packageworld and packagekernel, that tar up the
results of distributeworld and distributekernel (also new), respectively.
</content>
</entry>
<entry>
<title>Fully honor KERNSRCDIR for 'make universe' if it is set.</title>
<updated>2011-03-01T14:54:14Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2011-03-01T14:54:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=141aca1ff088a5d164565d55e88a51b23b9b87ad'/>
<id>urn:sha1:141aca1ff088a5d164565d55e88a51b23b9b87ad</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>- Add a new UNIVERSE_TARGET variable for 'make universe'.  If it is set,</title>
<updated>2011-02-10T18:54:52Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2011-02-10T18:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e889921ef42b4d2df74acdd4baab1bb9733a110'/>
<id>urn:sha1:4e889921ef42b4d2df74acdd4baab1bb9733a110</id>
<content type='text'>
  then that target is invoked for each architecture rather than the
  default action of building world and kernels for each architecture.
- Add a 'make toolchains' wrapper which uses UNIVERSE_TARGET to build
  toolchains for all architectures.
- Document JFLAG, MAKE_JUST_KERNELS, and MAKE_JUST_WORLDS variables for
  'make universe'.

Reviewed by:	bz
MFC after:	1 week
</content>
</entry>
<entry>
<title>Setting TARGET and TARGET_ARCH needs to be done in _MAKE, not in the</title>
<updated>2011-02-02T23:59:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2011-02-02T23:59:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3840844f2ca349bb7e2c68d69c9201437a6e959'/>
<id>urn:sha1:b3840844f2ca349bb7e2c68d69c9201437a6e959</id>
<content type='text'>
TGTS rule as _MAKE is used elsewhere.  This should fix make world.
</content>
</entry>
</feed>
