Changeset 2107 for trunk/kBuild/footer.kmk
- Timestamp:
- Dec 11, 2008, 6:10:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2106 r2107 3652 3652 endif 3653 3653 3654 # Some common pass aliases 3655 ifndef KBUILD_NO_PASS_ALIASES 3656 .PHONY: clean 3657 clean: pass_clean 3658 3659 .PHONY: nothing 3660 nothing: pass_nothing 3661 3662 .PHONY: packing 3663 packing: pass_packing 3664 3665 .PHONY: check 3666 check:: pass_testing 3667 3668 .PHONY: test 3669 test:: pass_testing 3670 endif 3671 3654 3672 3655 3673 #
Note:
See TracChangeset
for help on using the changeset viewer.