You can change the values of attributes.
About this task
attr|attribute -m|-modify attr_name -p|-project [-v|-value attr_value]
project_spec...
attr|attribute -m|-modify attr_name [-v|-value attr_value] object_spec...
- -m|-modify attr_name
- Modifies an attribute. If you do not specify the -v option,
the default editor uses the appropriate attribute type to update the
attribute on the specified objects.
- -v|-value value
- Specifies the value of the attribute.
Example
Change the release attribute of
main.c to
4.2_int.
ccm attr -m release -v 4.2_int main.c