<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/bmake, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-01-04T20:05:40Z</updated>
<entry>
<title>bmake 20151220</title>
<updated>2016-01-04T20:05:40Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2016-01-04T20:05:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60ef4191331052f4b0020c8de4da15c69ab76e04'/>
<id>urn:sha1:60ef4191331052f4b0020c8de4da15c69ab76e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r266566:</title>
<updated>2015-12-14T21:33:31Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-14T21:33:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a6e37f4e96e53f8887d1d0bc86f6dda9b15c1646'/>
<id>urn:sha1:a6e37f4e96e53f8887d1d0bc86f6dda9b15c1646</id>
<content type='text'>
  Add .../share/mk to the default system make path. This will fix the problem
  with broken in-tree builds (which are used far more pervasively than I'd
  known outside the tree). However, weird results may now happen if at any
  point in the tree above you there happens to be a directory that has
  subdirectory of share/mk, as unpredictable results will follow. This was
  considered the lessor of the two evils, at least for now. In the future this
  will be removed again when the underlying issues are resolved.

  For MFCing, this is to ensure that when upgrading to head the share/mk
  in-tree is always used.  Otherwise several build features will not work.
  This passes a build using head's bmake which has this as the default
  already.

Relnotes:	yes
</content>
</entry>
<entry>
<title>Merge bmake-20151201</title>
<updated>2015-12-10T23:44:34Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-12-10T23:44:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64f5dd2782dea919a9d3a8a584674f37521ef1ad'/>
<id>urn:sha1:64f5dd2782dea919a9d3a8a584674f37521ef1ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r288154:</title>
<updated>2015-09-29T22:00:03Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-09-29T22:00:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e7ebac4c2b76898d1f1bb4cb6413f71520a9309'/>
<id>urn:sha1:4e7ebac4c2b76898d1f1bb4cb6413f71520a9309</id>
<content type='text'>
  Similar to r266147, don't define PROG in the test subdirs.
</content>
</entry>
<entry>
<title>MFC r266074,r266104,r266147:</title>
<updated>2014-12-30T02:32:48Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-30T02:32:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dfab98f3b657c9ddbe20b9901187ec4667d4cb53'/>
<id>urn:sha1:dfab98f3b657c9ddbe20b9901187ec4667d4cb53</id>
<content type='text'>
r266074:

  Move old fmake tests into bmake and hook them to the build.

  This first step is mostly to prevent the code from rotting even further
  and to ensure these do not get wiped when fmake's code is removed from
  the tree.

  These tests are currently being skipped because they detect the underlying
  make is not fmake and thus disable themselves -- and the reason is that
  some of the tests fail, possibly due to legitimate bugs.  Enabling them to
  run against bmake will come separately.

  Lastly, it would be ideal if these tests were fed upstream but they are
  not ready for that yet.  In the interim, just put them under usr.bin/bmake/
  while we sort things out.  The existence of a different unit-tests directory
  within here makes me feel less guilty about this.

  Change confirmed working with a clean amd64 build.

r266104:

  Undo changes to the generated Makefile. Move tests directory to proper
  location, including updating the test to work in the more-fragile
  fmake -&gt; bmake bootstrap environment.

r266147:

  Makefile.inc is also included by the tests subdirectory, which results
  in SUBDIRS having tests added to it, which fails. Work around this by
  checking to make sure tests exists before adding it to subdirs and
  work to get the generated file fixed so we can rename Makefile.inc to
  something else so it isn't automatically included by subdirs...
</content>
</entry>
<entry>
<title>MFC bmake changes to stable/10 (r255285,r255916,r258113,r258114,r261212,r266760,r268437)</title>
<updated>2014-12-27T16:43:22Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-27T16:43:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d7b3760a6c3c7140c372b372ef2813ea8aeb49d'/>
<id>urn:sha1:6d7b3760a6c3c7140c372b372ef2813ea8aeb49d</id>
<content type='text'>
Discussed with: sjg

r255285:

  If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E")
  into the job queue.
  This avoids closing down an entire build on failure of one branch.
  Probably has no use outside the context of universe/tinderbox.

  Reviewed by:	obrien

r255916:

  Fix Fx syntax.

  PR: 182269
  Approved by: re@

r258113:

  Avoid SEGV when passed NULL for list

r258114:

  Don't SEGV when Hash_Table is uninitialized

r261212:

  Merge bmake-20140101 from vendor

r266760:

  Portmgr no longer need the UL hack.

  Reviewed by: obrien

r268437:

  Update to bmake-20140620
  Main change is detection of malformed variable references.

  Reviewed by:	obrien
</content>
</entry>
<entry>
<title>Stick to traditional DEFAULT_SYS_PATH (/usr/share/mk)</title>
<updated>2013-09-10T23:31:38Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-09-10T23:31:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed03145ec893cb0225ff3c40edcb065e3d535cea'/>
<id>urn:sha1:ed03145ec893cb0225ff3c40edcb065e3d535cea</id>
<content type='text'>
Reviewed by:	obrien
Approved by:	re
</content>
</entry>
<entry>
<title>Merge bmake-20130904</title>
<updated>2013-09-05T15:57:26Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-09-05T15:57:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1bbe5942b51aa3fda538e42dd23181f865998614'/>
<id>urn:sha1:1bbe5942b51aa3fda538e42dd23181f865998614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.</title>
<updated>2013-08-10T21:31:35Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-08-10T21:31:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84efbe96f11d9de368c625f19224763ab4e6f0c1'/>
<id>urn:sha1:84efbe96f11d9de368c625f19224763ab4e6f0c1</id>
<content type='text'>
Consume up to next newline, and issue a parse warning.
If no newline found before P_end, carry on as before.
</content>
</entry>
<entry>
<title>Merge bmake-20130730</title>
<updated>2013-08-02T06:25:28Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2013-08-02T06:25:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51ee2c1cc61f98298ca7996a3b6ae3a0d6953aa0'/>
<id>urn:sha1:51ee2c1cc61f98298ca7996a3b6ae3a0d6953aa0</id>
<content type='text'>
Main feature of interest is .MAKE.JOB.PREFIX=
to suppress --- job --- tokens.
</content>
</entry>
</feed>
