re: CVS commit: src/external/gpl3/binutils/dist/bfd

2020-09-07 Thread matthew green
> Modified Files:
>   src/external/gpl3/binutils/dist/bfd: Makefile.am Makefile.in
> 
> Log Message:
> Fix `build.sh tools -j1` compilation, where bfd.h wasn't generated early
> enough.

FWIW, this looks right to me and not a hack.  thanks.


.mrg.


re: CVS commit: src/sys/kern

2020-09-07 Thread matthew green
"Jason R Thorpe" writes:
> Module Name:  src
> Committed By: thorpej
> Date: Mon Sep  7 03:50:41 UTC 2020
> 
> Modified Files:
>   src/sys/kern: files.kern init_main.c
> 
> Log Message:
> Add the ability to set an alternate cnmagic in the kernel config
> file, e.g.:
> 
> optionsCNMAGIC="\"+\""

thanks!  i need this for my er4 that some how does do break properly..

options(4) update?