Changeset 1958 in kBuild
- Timestamp:
- Oct 26, 2008 6:38:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1957 r1958 1690 1690 { 1691 1691 struct variable *v = lookup_variable (argv[i], strlen (argv[i])); 1692 # ifdef CONFIG_WITH_RDONLY_VARIABLE_VALUE1692 # ifdef CONFIG_WITH_RDONLY_VARIABLE_VALUE 1693 1693 if (v && !v->origin != o_automatic && !v->rdonly_val) 1694 # else1694 # else 1695 1695 if (v && !v->origin != o_automatic) 1696 # endif1696 # endif 1697 1697 { 1698 1698 char *eos, *src; … … 1743 1743 } 1744 1744 } 1745 else if (v) 1746 error (NILF, _("$(%s ): variable `%s' is of the wrong type\n"), funcname, v->name); 1745 1747 } 1746 1748
Note:
See TracChangeset
for help on using the changeset viewer.