[PATCH] fixes parallel make & make DESTDIR=/tmp/xxx install
make -j2 was failing because it started a make each for udp-receiver.1 and udp-sender.1. make DESTDIR=/tmp install was failing because the DESTDIR glue wasn't included. This is a standard part of autoconf and really helps when staging an install. Finally updated the gentoo packages associated with udpcast. http://packages.gentoo.org/packages/?category=net-misc;name=udpcast Keep up the great work, Cheers, -- Daniel Black <dragonheart@gentoo.org> Gentoo Foundation
Daniel Black wrote:
make -j2 was failing because it started a make each for udp-receiver.1 and udp-sender.1.
make DESTDIR=/tmp install was failing because the DESTDIR glue wasn't included. This is a standard part of autoconf and really helps when staging an install.
Finally updated the gentoo packages associated with udpcast. http://packages.gentoo.org/packages/?category=net-misc;name=udpcast
Keep up the great work,
Cheers,
This is now in today's release (20070602). Thanks for the note Alain
participants (2)
-
Alain Knaff -
Daniel Black