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

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to