intelligent rosmake? does rosinstall remove ROS_NOBUILD?
Hello, I'm using ROS on fedora12 in user space, thanks for your help.
Calling
rosmake
on a package mostly compiles all needed packages including basics like roscpp again, though they have been built already. Why can't it see that those packages didn't change at all?Therefore I put a
ROS_NOBUILD
in every pkg that needs more than a blink to build. Updating throughrosinstall ~/ros
seems to leave this flag, which prevents the updates from being built. Shouldn't there be an option to do remove the flag if reasonable, or perhaps better a way for rosmake to ignore this flag when called after updating rosinstall? Or where am I wrong?