<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/make, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-04-27T01:15:10Z</updated>
<entry>
<title>MFC various moves of tools/regressions/ tests to the new infrastructure.</title>
<updated>2014-04-27T01:15:10Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-04-27T01:15:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b777500d7efd7e670d5e9fab70321f2757af62ba'/>
<id>urn:sha1:b777500d7efd7e670d5e9fab70321f2757af62ba</id>
<content type='text'>
- r263220 Migrate tools/regression/sbin/ to the new tests layout.
- r263222 Add Makefile missed in r263220.
- r263226 Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.
- r263227 Migrate most of tools/regression/usr.bin/ to the new tests layout.
- r263345 Expand tabs that sneaked in into spaces.
- r263346 Migrate tools/regression/usr.bin/make/ to the new tests layout.
- r263348 Add Makefiles missed in r263346.
- r263351 Migrate tools/regression/usr.bin/pkill/ to the new tests layout.
- r263388 Mark multi_test as requiring /usr/share/dict/words.
- r263814 Fix path to the run.pl script to let these tests run.
- r264742 Prevent building tests when bootstrapping make.

This is 'make tinderbox' clean.
</content>
</entry>
<entry>
<title>Remove unnecessary cast to pid_t.</title>
<updated>2013-07-04T03:24:58Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2013-07-04T03:24:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed74b69c2d1df2c8ef854413751a7f3de724b457'/>
<id>urn:sha1:ed74b69c2d1df2c8ef854413751a7f3de724b457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverse the sense of the test wrt bmake, and guard against</title>
<updated>2013-05-16T21:26:46Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-05-16T21:26:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c67ba2c7bb3c38f11bed3777735a3adc34df04c'/>
<id>urn:sha1:4c67ba2c7bb3c38f11bed3777735a3adc34df04c</id>
<content type='text'>
MK_BMAKE not being defined.
</content>
</entry>
<entry>
<title>Build bmake by default.</title>
<updated>2013-05-16T15:28:38Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-05-16T15:28:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ddfb24d3a17274bb13aa1688eca54fbe2c8aa0f'/>
<id>urn:sha1:3ddfb24d3a17274bb13aa1688eca54fbe2c8aa0f</id>
<content type='text'>
If someone explicitly builds usr.bin/make while MK_BMAKE==yes,
install it as 'fmake'.

Reviewed by:	brooks
</content>
</entry>
<entry>
<title>Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).</title>
<updated>2012-12-03T19:27:31Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-12-03T19:27:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04704c638efcf4c6ab54482a3625f1e386d5f641'/>
<id>urn:sha1:04704c638efcf4c6ab54482a3625f1e386d5f641</id>
<content type='text'>
It was removed from head more than 8 years ago (see r137784 and r137785).

Reviewed by:	imp, delphij, dim
</content>
</entry>
<entry>
<title>make: report :M or :N pattern in debug mode</title>
<updated>2012-10-06T19:19:32Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2012-10-06T19:19:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=09606b760a736deae163ceeabe9b1ad932a391fa'/>
<id>urn:sha1:09606b760a736deae163ceeabe9b1ad932a391fa</id>
<content type='text'>
MFC after:	12 days
</content>
</entry>
<entry>
<title>In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'</title>
<updated>2012-08-05T15:55:36Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-08-05T15:55:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30a845609c490c6babe5748d69bff485aeaf0a46'/>
<id>urn:sha1:30a845609c490c6babe5748d69bff485aeaf0a46</id>
<content type='text'>
variable to NULL, to avoid using it uninitialized in certain cases.

This fixes the following clang 3.2 warning:

  usr.bin/make/var.c:1770:10: error: variable 'error' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
                                          if (vp-&gt;execute) {
                                              ^~~~~~~~~~~
  usr.bin/make/var.c:1777:10: note: uninitialized use occurs here
                                          if (error)
                                              ^~~~~
  usr.bin/make/var.c:1770:6: note: remove the 'if' if its condition is always true
                                          if (vp-&gt;execute) {
                                          ^~~~~~~~~~~~~~~~~
  usr.bin/make/var.c:1768:23: note: initialize the variable 'error' to silence this warning
                                          const char      *error;
                                                                ^
                                                                 = NULL

MFC after:      1 week
</content>
</entry>
<entry>
<title>Correct typo in version.</title>
<updated>2012-06-20T00:37:00Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-06-20T00:37:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83b322edc6684abe02f4e442ba748c6cb39aad36'/>
<id>urn:sha1:83b322edc6684abe02f4e442ba748c6cb39aad36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update date for r236338 &amp; r236346.</title>
<updated>2012-05-31T20:13:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-05-31T20:13:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=28c508787df2a01187b848b861390f4185442625'/>
<id>urn:sha1:28c508787df2a01187b848b861390f4185442625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "-V '${VAR}'" variable expansion from Portable Berkeley Make.</title>
<updated>2012-05-31T00:36:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-05-31T00:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3dc6c07e27f4bab5dfe4b4055af9a74e230d2a3'/>
<id>urn:sha1:b3dc6c07e27f4bab5dfe4b4055af9a74e230d2a3</id>
<content type='text'>
Submitted by:	Simon Gerraty &lt;sjg@juniper.net&gt;
</content>
</entry>
</feed>
