Ignore:
Timestamp:
Mar 17, 2008, 11:21:36 PM (17 years ago)
Author:
bird
Message:

Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/Makefile.kmk

    r1340 r1408  
    100100        CONFIG_WITH_EXPLICIT_MULTITARGET \
    101101        CONFIG_WITH_PREPEND_ASSIGNMENT \
     102        CONFIG_WITH_LOCAL_VARIABLES \
    102103        \
    103104        KMK \
     
    430431        $(MAKE) -f testcase-if1of.kmk
    431432
    432 test_all:       test_math test_stack test_shell test_if1of
    433 
     433test_local:
     434        $(MAKE) -f testcase-local.kmk
     435
     436test_all:       test_math test_stack test_shell test_if1of test_local
     437
Note: See TracChangeset for help on using the changeset viewer.