- Timestamp:
 - Dec 11, 2008, 6:10:52 AM (17 years ago)
 - Location:
 - trunk/kBuild
 - Files:
 - 
      
- 2 edited
 
- 
          
  footer.kmk (modified) (1 diff)
 - 
          
  header.kmk (modified) (4 diffs)
 
 
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 #  - 
      
trunk/kBuild/header.kmk
r2105 r2107 939 939 PASS_TESTING_vars := _TESTING 940 940 PASS_TESTING_pass := testing 941 # aliases942 .PHONY: check test943 check:: pass_testing944 test:: pass_testing945 941 946 942 ## PASS: packing … … 950 946 PASS_PACKING_vars := _PACKING 951 947 PASS_PACKING_pass := packing 952 # alias953 .PHONY: packing954 packing: pass_packing955 948 956 949 ## PASS: clean … … 960 953 PASS_CLEAN_vars := 961 954 PASS_CLEAN_pass := clean 962 # alias963 .PHONY: clean964 clean: pass_clean965 955 966 956 ## PASS: nothing … … 970 960 PASS_NOTHING_vars := 971 961 PASS_NOTHING_pass := nothing 972 # alias973 .PHONY: nothing974 nothing: pass_nothing975 962 976 963 ## DEFAULT_PASSES  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  