Ignore:
Timestamp:
Sep 2, 2008, 4:06:18 AM (17 years ago)
Author:
bird
Message:

kmk: Implemented secondary target expansion. Fixes #42.

File:
1 edited

Legend:

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

    r1694 r1701  
    137137        CONFIG_WITH_PREPEND_ASSIGNMENT \
    138138        CONFIG_WITH_LOCAL_VARIABLES \
     139        CONFIG_WITH_2ND_TARGET_EXPANSION \
    139140        \
    140141        KMK \
     
    476477        $(MAKE) -f $(kmk_PATH)/testcase-includedep.kmk
    477478
     479test_2ndtargetexp:
     480        $(MAKE) -f $(kmk_PATH)/testcase-2ndtargetexp.kmk
     481
    478482test_30_continued_on_failure_worker:
    479483        this_executable_does_not_exist.exe
     
    491495
    492496
    493 test_all:       test_math test_stack test_shell test_if1of test_local test_includedep test_30_continued_on_failure
    494 
     497test_all:       test_math test_stack test_shell test_if1of test_local test_includedep test_2ndtargetexp test_30_continued_on_failure
     498
Note: See TracChangeset for help on using the changeset viewer.