Changeset 2462 for trunk/src/kmk/Makefile.kmk
- Timestamp:
- Jul 8, 2011, 10:42:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r2450 r2462 585 585 $(MAKE) -f $(kmk_DEFPATH)/testcase-includedep.kmk 586 586 587 test_root: 588 $(MAKE) -f $(kmk_DEFPATH)/testcase-root.kmk 589 587 590 test_2ndtargetexp: 588 591 $(MAKE) -f $(kmk_DEFPATH)/testcase-2ndtargetexp.kmk … … 606 609 607 610 608 test_all: test_math test_stack test_shell test_if1of test_local test_includedep test_2ndtargetexp test_30_continued_on_failure test_lazy_deps_vars 609 610 611 test_all: \ 612 test_math \ 613 test_stack \ 614 test_shell \ 615 test_if1of \ 616 test_local \ 617 test_root \ 618 test_includedep \ 619 test_2ndtargetexp \ 620 test_30_continued_on_failure \ 621 test_lazy_deps_vars 622 623
Note:
See TracChangeset
for help on using the changeset viewer.