Changeset 1408 for trunk/src/kmk/Makefile.kmk
- Timestamp:
- Mar 17, 2008, 11:21:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r1340 r1408 100 100 CONFIG_WITH_EXPLICIT_MULTITARGET \ 101 101 CONFIG_WITH_PREPEND_ASSIGNMENT \ 102 CONFIG_WITH_LOCAL_VARIABLES \ 102 103 \ 103 104 KMK \ … … 430 431 $(MAKE) -f testcase-if1of.kmk 431 432 432 test_all: test_math test_stack test_shell test_if1of 433 433 test_local: 434 $(MAKE) -f testcase-local.kmk 435 436 test_all: test_math test_stack test_shell test_if1of test_local 437
Note:
See TracChangeset
for help on using the changeset viewer.