Changeset 1701 for trunk/src/kmk/Makefile.kmk
- Timestamp:
- Sep 2, 2008, 4:06:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r1694 r1701 137 137 CONFIG_WITH_PREPEND_ASSIGNMENT \ 138 138 CONFIG_WITH_LOCAL_VARIABLES \ 139 CONFIG_WITH_2ND_TARGET_EXPANSION \ 139 140 \ 140 141 KMK \ … … 476 477 $(MAKE) -f $(kmk_PATH)/testcase-includedep.kmk 477 478 479 test_2ndtargetexp: 480 $(MAKE) -f $(kmk_PATH)/testcase-2ndtargetexp.kmk 481 478 482 test_30_continued_on_failure_worker: 479 483 this_executable_does_not_exist.exe … … 491 495 492 496 493 test_all: test_math test_stack test_shell test_if1of test_local test_includedep test_ 30_continued_on_failure494 497 test_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.