Re: [ros-users] download_unpack.mk not in cturtle

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Gerkey
Date:  
To: ros-users
Subject: Re: [ros-users] download_unpack.mk not in cturtle
On Tue, Aug 24, 2010 at 6:42 AM, Tinne De Laet
<> wrote:
> Apparently download_unpack.mk is not included any more in the mk
> package of cturtle (was included in boxturtle).
> My ros packages are using this file, so is there any chance it will be
> occluded in cturtle again?


hi Tinne,

That file was removed in favor of download_unpack_build.mk
(http://www.ros.org/wiki/mk#A3rdparty_code.2C_from_tarball). The
difference is that it downloads and unpacks in the 'build'
subdirectory, for easier stripping later.

    brian.