| Summary: | make test in perl ebuilds seems screwy | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Closing as this only exists in one old ebuild for perl now. |
from src_compile() in perl-5.8.4.ebuild: if ! hasq maketest $RESTRICT; then use uclibc && export MAKEOPTS="${MAKEOPTS} -j1" emake -i test CCDLFLAGS= fi shouldnt it be 'hasq maketest $FEATURES' ? RESTRICT really is supposed to be used internally by ebuilds ... at any rate, i think the code should be moved out of src_compile() and into src_test() since src_test() is exactly for these purposes