Bug 528 - make install fails with parallel make
make install fails with parallel make
Status: ASSIGNED
Product: Mktemp
Classification: Unclassified
Component: Build
1.7
PC Linux
: low normal
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-04 18:48 MST by Scott Garman
Modified: 2023-05-17 20:05 MDT (History)
0 users

See Also:


Attachments
Patch to fix installs using parallel make (541 bytes, patch)
2011-12-04 18:48 MST, Scott Garman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.