generic-poky/meta/recipes-devtools/autoconf
Richard Purdie 98dcdcb47c autoconf: Disable macro which causes excessive delays when using dash as sh
At the start of every configure script, the check for solaris 'print' causes
significant problems on a linux machine with dash as /bin/sh since it triggers
the execution of "print" which on some linux systems is a perl script which is
part of mailcap. Worse, this perl script calls "which file" and if successful
ignores the path file was found in and just runs "file" without a path. Each
execution causes PATH to be searched. In something like gettext with multiple
configure scripts, this is worth something like 30,000 syscalls of which 3,000
are execs.

Simply assuming the shell's printf function works cuts out all the fork overhead
and when parallel tasks are running, this overhead appears to be significant.

(From OE-Core rev: 421eb8fce9856c63bf62fc3a61fe39d1e5253ff8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-14 22:30:56 +00:00
..
autoconf autoconf: Disable macro which causes excessive delays when using dash as sh 2015-12-14 22:30:56 +00:00
autoconf.inc autoconf: simplify perl location forcing logic 2015-05-15 22:08:02 +01:00
autoconf_2.69.bb autoconf: Disable macro which causes excessive delays when using dash as sh 2015-12-14 22:30:56 +00:00