mark specified packages as ROS_NOBUILD #3725

This commit is contained in:
Tully Foote 2011-10-26 18:41:29 +00:00
parent 8532ebc883
commit b8bd9ada3a
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ class RosMakeAll:
parser.add_option("-a", "--all", dest="build_all", default=False,
action="store_true", help="select all packages")
parser.add_option("-i", "--mark-installed", dest="mark_installed", default=False,
action="store_true", help="On successful build, mark packages as installed with ROS_NOBUILD")
action="store_true", help="On successful build, mark specified packages as installed with ROS_NOBUILD")
parser.add_option("-u", "--unmark-installed", dest="unmark_installed", default=False,
action="store_true", help="Remove ROS_NOBUILD from the specified packages. This will not build anything.")
parser.add_option("-v", dest="verbose", default=False,