<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/parse.c, branch vendor/NetBSD/bmake/20180512</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=vendor%2FNetBSD%2Fbmake%2F20180512</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=vendor%2FNetBSD%2Fbmake%2F20180512'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-05-18T19:49:54Z</updated>
<entry>
<title>Import bmake-20180512</title>
<updated>2018-05-18T19:49:54Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2018-05-18T19:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5422567f996e7316e1e9471b8b993f146212fcd'/>
<id>urn:sha1:a5422567f996e7316e1e9471b8b993f146212fcd</id>
<content type='text'>
Of relevance:

  o job.c: skip polling job token pipe
  o parse.c: be more cautious about detecting depenency line
    rather than sysV style include.

also in mk:

* dirdeps.mk: include local.dirdeps-build.mk when .MAKE.LEVEL &gt; 0
  ie. we are building something.
* FILES: add dirdeps-options.mk to deal with optional DIRDEPS.
* ldorder.mk: describe how to use LDORDER_EXTERN_BARRIER
  if needed.
</content>
</entry>
<entry>
<title>Import bmake-20180222</title>
<updated>2018-03-01T23:45:44Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2018-03-01T23:45:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2358deb6549648fd9a27a65544f9944b312426c2'/>
<id>urn:sha1:2358deb6549648fd9a27a65544f9944b312426c2</id>
<content type='text'>
From ChangeLog

* VERSION: 20180222
  Merge with NetBSD make, pick up
  o parse.c: avoid calling sysconf for every call to loadfile

* VERSION: 20180218
  Merge with NetBSD make, pick up
  o var.c: Var_Set handle NULL value anytime.

* VERSION: 20180212
  Merge with NetBSD make, pick up
  o parse.c: do not treat .info as warning with -W

* VERSION: 20171207
  Merge with NetBSD make, pick up
  o var.c: Var_Append use Var_Set if var not previously set
    so that VAR_CMD is handled correctly.
    Add a suitable unit-test.

* VERSION: 20171126

* aclocal.m4: use AC_LINK_IFELSE for AC_C___ATTRIBUTE__
  since AC_TRY_COMPILE puts input inside main()
  which upsets modern compilers.

* VERSION: 20171118
  Merge with NetBSD make, pick up
  o var.c: do not append to variable set on command line
    add unit-test to catch this.
</content>
</entry>
<entry>
<title>Import bmake-20170510</title>
<updated>2017-05-10T22:40:27Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2017-05-10T22:40:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0b13d2e56159d9656b45244f5a2e31272b9187dd'/>
<id>urn:sha1:0b13d2e56159d9656b45244f5a2e31272b9187dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import bmake-20170420</title>
<updated>2017-04-20T23:12:37Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2017-04-20T23:12:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f62a02334b3d7ac500f6ed20aac449ecc477a673'/>
<id>urn:sha1:f62a02334b3d7ac500f6ed20aac449ecc477a673</id>
<content type='text'>
Only use -C arg "as is" if it contains no relative component.
Fix Main_SetObjdir() for relative paths (eg obj).
Fix a number of coverity complaints.
</content>
</entry>
<entry>
<title>Import bmake-20170301</title>
<updated>2017-03-06T19:54:54Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2017-03-06T19:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60a7ffecc77c5e3bf4aa5462ebf16bbd377a5af8'/>
<id>urn:sha1:60a7ffecc77c5e3bf4aa5462ebf16bbd377a5af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import bmake-20161212</title>
<updated>2016-12-19T21:50:59Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2016-12-19T21:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9b4b0cc41d3b0698aa59d332a8583931e6922eb'/>
<id>urn:sha1:b9b4b0cc41d3b0698aa59d332a8583931e6922eb</id>
<content type='text'>
From ChangeLog
2016-12-12  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* Makefile (_MAKE_VERSION): 20161212
	  Merge with NetBSD make, pick up
          o main.c: look for obj.${MACHINE}-${MACHINE_ARCH} too.

2016-12-09  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* Makefile (_MAKE_VERSION): 20161209
	  Merge with NetBSD make, pick up
	  o main.c: cleanup setting of .OBJDIR
	  o parse.c: avoid coredump from (var)=val

2016-11-26  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* Makefile (_MAKE_VERSION): 20161126
	  Merge with NetBSD make, pick up
	  o make.c: Make_OODate: report src node name if path not set

2016-09-26  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* Makefile (_MAKE_VERSION): 20160926
	  Merge with NetBSD make, pick up
	  o support for .DELETE_ON_ERROR: (remove targets that fail)

2016-09-26  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* Makefile MAN: tweak .Dt to match ${PROG}

mk/ChangeLog

2016-12-12  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* install-mk (MK_VERSION): 20161212

	* meta2deps.py: set pid_cwd[pid] when we process 'C'hdir,
	rather than when we detect pid change.

2016-12-07  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* install-mk (MK_VERSION): 20161207

	* meta.stage.mk: add stage_as_and_symlink for staging packages.
	  We build foo.tgz stage_as foo-${VERSION}.tgz but want to be able
	  to use foo.tgz to reference the latest staged version - so we
	  make foo.tgz a symlink to it.
	  Using a target to do both operations ensures we stay in sync.

2016-11-26  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* install-mk (MK_VERSION): 20161126

	* dirdeps.mk: set DIRDEPS_CACHE before we include local.dirdeps.mk
	  so it can add dependencies.

2016-10-10  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* dirdeps.mk: set DEP_* before we expand .MAKE.DEPENDFILE_PREFERENCE
	  do that they can influence the result correctly.

	* dirdeps.mk (${DIRDEPS_CACHE}): make sure we pass on TARGET_SPEC

	* dirdeps.mk: Add ONLY_TARGET_SPEC_LIST and NOT_TARGET_SPEC_LIST
	  similar to ONLY_MACHINE_LIST and NOT_MACHINE_LIST

2016-10-05  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* dirdeps.mk: remove dependence on jot (normal situations anyway).
	  Before we read another Makefile.depend* set DEP_* vars from
	  _DEP_TARGET_SPEC in case it uses any of them with :=
	  When bootstrapping, trim any ,* from extention of chosen _src
	  Makefile.depend* to get the machine value we subst for.

2016-09-30  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* dirdeps.mk: use TARGET_SPEC_VARS to qualify components added to
	  DEP_SKIP_DIR and DEP_DIRDEPS_FILTER

	* sys.mk: extract some bits to sys.{debug,vars}.mk
	  for easier re-use by others.

2016-09-23  Simon Gerraty  &lt;sjg@sjg-mba13&gt;

	* lib.mk: Use ${PICO} for extension for PIC objects.
	  default to .pico (like NetBSD) safe on case insensitive filesystem.

2016-08-19  Simon J. Gerraty  &lt;sjg@bad.crufty.net&gt;

	* meta.sys.mk (META_COOKIE_TOUCH): use ${.OBJDIR}/${.TARGET:T} as default
</content>
</entry>
<entry>
<title>Import bmake-20160512</title>
<updated>2016-05-20T16:19:56Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2016-05-20T16:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e917534a842fe9ce606f648cd65fd6ea433c7013'/>
<id>urn:sha1:e917534a842fe9ce606f648cd65fd6ea433c7013</id>
<content type='text'>
Interesting changes (from ChangeLog):
o meta.c: ignore paths that match .MAKE.META.IGNORE_PATTERNS
  this is useful for gcov builds.
o propagate errors from filemon(4).
o meta.c: apply realpath() before matching against metaIgnorePaths
o allow makefile to set .MAKE.JOBS
</content>
</entry>
<entry>
<title>Import bmake-20160315</title>
<updated>2016-03-18T17:27:26Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2016-03-18T17:27:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7ff84ad756783ecadb3ce2c732c71c4c7d8e1f7'/>
<id>urn:sha1:b7ff84ad756783ecadb3ce2c732c71c4c7d8e1f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import bmake-20160307</title>
<updated>2016-03-11T00:37:02Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2016-03-11T00:37:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d58aa1959ce6eb99db9e15b1f59db03cfd79069b'/>
<id>urn:sha1:d58aa1959ce6eb99db9e15b1f59db03cfd79069b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import bmake-20151201</title>
<updated>2015-12-07T22:51:25Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-12-07T22:51:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c6c27a0ba74c140cb8bf378239a6d660e8bce0f'/>
<id>urn:sha1:7c6c27a0ba74c140cb8bf378239a6d660e8bce0f</id>
<content type='text'>
</content>
</entry>
</feed>
