Changeset 1408 for trunk/src/kmk/function.c
- Timestamp:
- Mar 17, 2008, 11:21:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1387 r1408 62 62 #ifdef __OS2__ 63 63 # define CONFIG_WITH_OS2_LIBPATH 1 64 #endif 64 #endif 65 65 #ifdef CONFIG_WITH_OS2_LIBPATH 66 66 # define INCL_BASE … … 571 571 o = variable_buffer_output (o, "automatic", 9); 572 572 break; 573 #ifdef CONFIG_WITH_LOCAL_VARIABLES 574 case o_local: 575 o = variable_buffer_output (o, "local", 5); 576 break; 577 #endif 573 578 } 574 579 … … 3338 3343 /* Sets or gets the OS/2 libpath variables. 3339 3344 3340 The first argument indicates which variable - BEGINLIBPATH, 3341 ENDLIBPATH, LIBPATHSTRICT or LIBPATH. 3342 3343 The second indicates whether this is a get (not present) or 3345 The first argument indicates which variable - BEGINLIBPATH, 3346 ENDLIBPATH, LIBPATHSTRICT or LIBPATH. 3347 3348 The second indicates whether this is a get (not present) or 3344 3349 set (present) operation. When present it is the new value for 3345 3350 the variable. */ … … 3408 3413 if (len >= len_max) 3409 3414 { 3410 error (NILF, _("$(libpath): The new `%s' value is too long (%d bytes, max %d)"), 3415 error (NILF, _("$(libpath): The new `%s' value is too long (%d bytes, max %d)"), 3411 3416 argv[0], len, len_max); 3412 3417 return variable_buffer_output (o, "", 0); … … 3541 3546 #ifdef CONFIG_WITH_OS2_LIBPATH 3542 3547 { STRING_SIZE_TUPLE("libpath"), 1, 2, 1, func_os2_libpath}, 3543 #endif 3548 #endif 3544 3549 #ifdef KMK_HELPERS 3545 3550 { STRING_SIZE_TUPLE("kb-src-tool"), 1, 1, 0, func_kbuild_source_tool},
Note:
See TracChangeset
for help on using the changeset viewer.