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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Brian Gerkey
Dato:  
Til: ros-users
Emne: 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.