Bug 528

Summary: make install fails with parallel make
Product: Mktemp Reporter: Scott Garman <scott.a.garman>
Component: BuildAssignee: Todd C. Miller <Todd.Miller>
Status: ASSIGNED ---    
Severity: normal    
Priority: low    
Version: 1.7   
Hardware: PC   
OS: Linux   
Attachments: Patch to fix installs using parallel make

Description Scott Garman 2011-12-04 18:48:44 MST
Created attachment 324 [details]
Patch to fix installs using parallel make

Hello,

I'm a developer with the Yocto Project, an embedded Linux build system. 

We've found a bug in your make install targets which can cause the build to fail when parallel make is enabled. The attached patch should resolve the issue.

This patch was authored by Saul Wold <sgw@linux.intel.com>, and I am submitting it on his behalf.
Comment 1 Todd C. Miller 2011-12-05 08:00:58 MST
Thanks, I've committed the patch.