[Rock-dev] [rock] #406: orogen: cmake: missing dependency regen->all?

rock noreply at opendfki.de
Wed Jan 8 11:22:57 CET 2014


#406: orogen: cmake: missing dependency regen->all?
---------------------+-----------------------------------
 Reporter:  mzenzes  |      Owner:  rock-dev-mailing-list
     Type:  defect   |     Status:  new
 Priority:  minor    |  Milestone:
Component:  base     |   Keywords:  orogen,cmake
---------------------+-----------------------------------
 When working in and orogen-module the `$module.orogen` has no dependency
 to the `all` target. So doing

 {{{
 touch MyModule.orogen
 make -C build all
 }}}

 will fail. Instead, the `regen` target has to be called manually before
 the `all` target:

 {{{
 touch MyModule.orogen
 make -C build regen all
 }}}

 From a quick look into the generated cmake-files it looks like this was
 intentional?

-- 
Ticket URL: <http://rock.opendfki.de/ticket/406>
rock <http://rock.opendfki.de>
rock: the robot construction kit


More information about the Rock-dev mailing list