Summary: | eselect compiler needs to depend on mktemp! nasty loop! | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robin Johnson <robbat2> |
Component: | [OLD] Core system | Assignee: | Jeremy Huddleston (RETIRED) <eradicator> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | bug.hunter, toolchain |
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 143697 | ||
Attachments: | Remove use of mktemp from eselect module |
Description
Robin Johnson
2006-07-07 19:59:37 UTC
This must've been missed by vapier when he broke off the mktemp package... Created attachment 94860 [details, diff]
Remove use of mktemp from eselect module
Jeremy,
attached patch uses a HERE doc to eliminate the use of temporary files. This means mktemp is no longer required, and it should be a little faster as well since it avoids filesystem access.
|