Changeset 1408 for trunk/src/kmk/variable.h
- Timestamp:
- Mar 17, 2008, 11:21:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r937 r1408 25 25 o_default, /* Variable from the default set. */ 26 26 o_env, /* Variable from environment. */ 27 #ifdef CONFIG_WITH_LOCAL_VARIABLES /** @todo Correct priority? */ 28 o_local, /* Variable from an 'local' directive. */ 29 #endif 27 30 o_file, /* Variable given in a makefile. */ 28 31 o_env_override, /* Variable from environment, if -e. */
Note:
See TracChangeset
for help on using the changeset viewer.