Re: CVS commit: src/usr.bin/make

2015-12-01 Thread Simon J. Gerraty
Joerg Sonnenberger wrote: > I'm not sure which change, but now I get fallout in the clang builds > from constructs like: > > . if defined(HAVE_GCC) && ${HAVE_GCC} > 0 Sorry about that. Fixed, and added a unit-test for it.

Re: CVS commit: src/usr.bin/make

2015-12-01 Thread Simon J. Gerraty
Joerg Sonnenberger wrote: > > Log Message: > > Avoid calling brk_string() and hence Var_Export1() on > > empty strings. > > I'm not sure which change, but now I get fallout in the clang builds > from constructs like: Shouldn't this one since only affects exporting of vars. More likely change to

Re: CVS commit: src/sbin/gpt

2015-12-01 Thread Christos Zoulas
On Dec 1, 7:13am, jnem...@cue.bc.ca (John Nemeth) wrote: -- Subject: Re: CVS commit: src/sbin/gpt | Uh, what a silly question. As you should know, gpt(8) first | appeared in NetBSD 4.0. NetBSD-6 has always supported gpt disks. | My plan was to pullup everything up to the point of toolifica

Re: CVS commit: src/usr.bin/make

2015-12-01 Thread Joerg Sonnenberger
On Tue, Dec 01, 2015 at 07:26:08AM +, Simon J. Gerraty wrote: > Module Name: src > Committed By: sjg > Date: Tue Dec 1 07:26:08 UTC 2015 > > Modified Files: > src/usr.bin/make: var.c > > Log Message: > Avoid calling brk_string() and hence Var_Export1() on > empty strings. I'm

Re: CVS commit: src/sbin/gpt

2015-12-01 Thread John Nemeth
On Nov 30, 8:34am, Christos Zoulas wrote: } On Nov 29, 11:22pm, jnem...@cue.bc.ca (John Nemeth) wrote: } } | Maybe so, but one could just lift the source code from -current } | and plunk it on an older version of NetBSD and it would just work. } | Now, one can not do that. Having to update

Re: CVS commit: src/sbin/gpt

2015-12-01 Thread David Brownlee
On 30 November 2015 at 13:34, Christos Zoulas wrote: > > On Nov 29, 11:22pm, jnem...@cue.bc.ca (John Nemeth) wrote: > -- Subject: Re: CVS commit: src/sbin/gpt > > | I have read the Makefile. I think there is confusion between > | the tool version and the crossbuilt version intended to go in