How to recursive mark ROS_NOBUILD with rosmake --mark-installed ?
Hi,
I have been testing ROS in openSUSE (successfully so far) using a system wide installation (for multiple users). Since this is a system installation, it is not writable by regular users. As such, to prevent built packages from being built again, I am using the --mark-installed option (to add a ROS_NOBUILD file upon completion).
The problem is that the ROS_NOBUILD file is added only to the packages I pass as argument to the rosmake command. All dependencies that are built do not get the --mark-installed option by default, which is my desired behavior. Is there a way to make it happen?
Otherwise I have to either rosmake each and every needed package, or add the ROS_NOBUILD by hand to every built package.
Thanks and regards,
Hugo Costelha