<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/bmake/Makefile.config, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-11-20T06:02:31Z</updated>
<entry>
<title>Merge bmake-20201117</title>
<updated>2020-11-20T06:02:31Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-11-20T06:02:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e2eeea75eb8b6dd50c1298067a0655880d186734'/>
<id>urn:sha1:e2eeea75eb8b6dd50c1298067a0655880d186734</id>
<content type='text'>
o allow env var MAKE_OBJDIR_CHECK_WRITABLE=no to skip writable
  checks in InitObjdir.  Explicit .OBJDIR target always allows
  read-only directory.

o More code cleanup and refactoring.

o More unit tests

MFC after:	1 week
</content>
</entry>
<entry>
<title>Update to bmake-20201101</title>
<updated>2020-11-07T21:46:27Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-11-07T21:46:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=956e45f6fb3e18b8e89b1341708db60c30bb9f27'/>
<id>urn:sha1:956e45f6fb3e18b8e89b1341708db60c30bb9f27</id>
<content type='text'>
Lots of new unit-tests increase code coverage.

Lots of refactoring, cleanup and simlpification to reduce
code size.

Fixes for Bug 223564 and 245807

Updates to dirdeps.mk and meta2deps.py
</content>
</entry>
<entry>
<title>Update to bmake-20200902</title>
<updated>2020-09-05T19:29:42Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-09-05T19:29:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2c3632d14fe37fa35c262ee9fb66835be0a52621'/>
<id>urn:sha1:2c3632d14fe37fa35c262ee9fb66835be0a52621</id>
<content type='text'>
Lots of code refactoring, simplification and cleanup.
Lots of new unit-tests providing much higher code coverage.
All courtesy of rillig at netbsd.

Other significant changes:

o new read-only variable .SHELL which provides the path of the shell
  used to run scripts (as defined by  the .SHELL target).

o variable parsing detects more errors.

o new debug option -dl: LINT mode, does the equivalent of := for all
  variable assignments so that file and line number are reported for
  variable parse errors.
</content>
</entry>
<entry>
<title>Update to bmake-20200710</title>
<updated>2020-07-12T01:11:48Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-12T01:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3841c287170be8b1cba4d9adf8e727ecaeb64518'/>
<id>urn:sha1:3841c287170be8b1cba4d9adf8e727ecaeb64518</id>
<content type='text'>
Key changes include reduced noise at end of failed build log
and avoid evaluation of unnecessary terms in conditionals.
In META MODE; a target flagged .META is out-of-date if meta file
is missing

MFC after:      1 week
</content>
</entry>
<entry>
<title>Revert r363031</title>
<updated>2020-07-09T03:46:07Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-09T03:46:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9093286b6ab680505bf26c92d5c7fdf65607f40c'/>
<id>urn:sha1:9093286b6ab680505bf26c92d5c7fdf65607f40c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to bmake-20200704</title>
<updated>2020-07-08T21:20:12Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-07-08T21:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2d147b4741a5f1bd321bda1fe78f5947b5cb1f2b'/>
<id>urn:sha1:2d147b4741a5f1bd321bda1fe78f5947b5cb1f2b</id>
<content type='text'>
Key changes include reduced noise at end of failed build log
and avoid evaluation of unnecessary terms in conditionals.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Merge bmake-20200606</title>
<updated>2020-06-09T20:52:35Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-06-09T20:52:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ef0b253881c9546ff88d3ed8480df7c791b3ddff'/>
<id>urn:sha1:ef0b253881c9546ff88d3ed8480df7c791b3ddff</id>
<content type='text'>
Relevant items from ChangeLog:

	o dir.c: cached_stats - don't confuse stat and lstat results.
	o var.c: add :Or for reverse sort.
</content>
</entry>
<entry>
<title>Merge bmake-20200517</title>
<updated>2020-05-20T22:25:46Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2020-05-20T22:25:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=49caa483b3fafffd9cf5197eb30e8bb235aa7410'/>
<id>urn:sha1:49caa483b3fafffd9cf5197eb30e8bb235aa7410</id>
<content type='text'>
Changes since 20181221 are mostly portability related
hence the large gap in versions imported.

There are however some bug fixes, and a rework of filemon handling.
In NetBSD make/filemon/filemon_ktrace.c allows use of fktrace
and elimination of filemon(4) which has not had the TLC it needs.

FreeBSD filemon(4) is in much better shape, so bmake/filemon/filemon_dev.c
allows use of that, with a bit less overhead than the ktrace model.

Summary of changes from ChangeLog

	o str.c: empty string does not match % pattern
	  plus unit-test changes
	o var.c: import handling of old sysV style modifier using '%'
	o str.c: refactor brk_string
	o meta.c: meta_oodate, CHECK_VALID_META is too aggressive for CMD
	  a blank command is perfectly valid.
	o meta.c: meta_oodate, check for corrupted meta file
	  earlier and more often.
	* meta.c: meta_compat_parent check for USE_FILEMON
	  patch from Soeren Tempel
	o meta.c: fix compat mode, need to call meta_job_output()
	o job.c: extra fds for meta mode not needed if using filemon_dev
	o meta.c: avoid passing NULL to filemon_*() when meta_needed()
	  returns FALSE.
	o filemon/filemon_{dev,ktrace}.c: allow selection of
	  filemon implementation.  filemon_dev.c uses the kernel module
	  while filemon_ktrace.c leverages the fktrace api available in
	  NetBSD.  filemon_ktrace.c can hopefully form the basis for
	  adding support for other tracing mechanisms such as strace on
	  Linux.
	o meta.c: when target is out-of-date per normal make rules
	  record value of .OODATE in meta file.
	o parse.c: don't pass NULL to realpath(3)
	  some versions cannot handle it.
	o parse.c: ParseDoDependency: free paths rather than assert

plus more unit-tests
</content>
</entry>
<entry>
<title>Merge bmake-20181221</title>
<updated>2018-12-23T01:05:52Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2018-12-23T01:05:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dfd669ab389b4fd878dc7df1085e30d4bc2fb96e'/>
<id>urn:sha1:dfd669ab389b4fd878dc7df1085e30d4bc2fb96e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update bmake to version 20180919</title>
<updated>2018-12-06T20:56:19Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2018-12-06T20:56:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2eae894ca7c7c12b6cad81fdbfa6b632e5742ca3'/>
<id>urn:sha1:2eae894ca7c7c12b6cad81fdbfa6b632e5742ca3</id>
<content type='text'>
Cleanup of stats cache
and new :q modifier.
</content>
</entry>
</feed>
