11.0 -r301139: WITH_META_MODE=yes vs. "sh: ./make_keys: Exec format error"?
    Simon J. Gerraty 
    sjg at juniper.net
       
    Thu Jun  2 17:55:40 UTC 2016
    
    
  
BTW Mark, thanks very much for testing this.
> > # grep make_keys ~/sys_typescripts/typescript_make_rpi2_nodebug_clang_bootstrap-amd64-host-2016-06-01:15:17:28
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncursesw/make_keys
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncurses/make_keys
> > Building /usr/obj/clang/arm.armv6/usr/src/lib/ncurses/ncursesw/make_keys
> > sh: ./make_keys: Exec format error
> 
> Note that ncursesw has two Building lines above with the same path listed.
This build is still using the normal orchestration (tree walks etc)
so it it not at all out of the question for directories to be visited
more than once.
If curious; you can add -dM to have make explain why it built it again
the 2nd time.
The output can be copious, so you might want to only enable it in
ncursesw
eg.
.MAKEFLAGS: -dM
    
    
More information about the freebsd-current
mailing list