Re: Parallel build error with 4.4-rc1

2016-03-06 Thread Chet Ramey
On 3/5/16 5:05 AM, Chris Staub wrote: > When building Bash 4.4-rc1 with "make -j4", it is possible to get a make > error due to the build system attempting to copy a file to a directory > before that directory has been created. It will try to copy "Makefile.inc" > to $(loadablesdir), but the comman

Parallel build error with 4.4-rc1

2016-03-05 Thread Chris Staub
When building Bash 4.4-rc1 with "make -j4", it is possible to get a make error due to the build system attempting to copy a file to a directory before that directory has been created. It will try to copy "Makefile.inc" to $(loadablesdir), but the command to actually create $(loadablesdir) might