mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-dialup/lrzsz: use 'emake', not 'make'
Gets us error handling and other niceties for free. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -30,6 +30,7 @@ DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# automake is unhappy if this is missing
|
||||
>> config.rpath || die
|
||||
# This is too old. Remove it so automake puts in a newer copy.
|
||||
@@ -43,13 +44,14 @@ src_prepare() {
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
append-flags -Wstrict-prototypes
|
||||
|
||||
econf $(use_enable nls)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
#Don't use check target.
|
||||
#See bug #120748 before changing this function.
|
||||
make vcheck || die "tests failed"
|
||||
# Don't use check target.
|
||||
# See bug #120748 before changing this function.
|
||||
emake vcheck
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user