Ignore:
Timestamp:
May 12, 2008, 11:28:54 PM (17 years ago)
Author:
bird
Message:

Bumped up the priority of a local variable. Fixed inconsistent use of local variables in kbuild.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.h

    r1610 r1622  
    2525    o_default,          /* Variable from the default set.  */
    2626    o_env,              /* Variable from environment.  */
    27 #ifdef CONFIG_WITH_LOCAL_VARIABLES /** @todo Correct priority? */
    28     o_local,            /* Variable from an 'local' directive.  */
    29 #endif
    3027    o_file,             /* Variable given in a makefile.  */
    3128    o_env_override,     /* Variable from environment, if -e.  */
    3229    o_command,          /* Variable given by user.  */
    3330    o_override,         /* Variable from an `override' directive.  */
     31#ifdef CONFIG_WITH_LOCAL_VARIABLES
     32    o_local,            /* Variable from an 'local' directive.  */
     33#endif
    3434    o_automatic,        /* Automatic variable -- cannot be set.  */
    3535    o_invalid           /* Core dump time.  */
Note: See TracChangeset for help on using the changeset viewer.