Ignore:
Timestamp:
Dec 11, 2008, 6:10:52 AM (17 years ago)
Author:
bird
Message:

footer/header: moving the pass aliases (more bustage).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2106 r2107  
    36523652endif
    36533653
     3654# Some common pass aliases
     3655ifndef KBUILD_NO_PASS_ALIASES
     3656.PHONY:  clean
     3657clean:   pass_clean
     3658
     3659.PHONY:  nothing
     3660nothing: pass_nothing
     3661
     3662.PHONY:  packing
     3663packing: pass_packing
     3664
     3665.PHONY:  check
     3666check::  pass_testing
     3667
     3668.PHONY:  test
     3669test::   pass_testing
     3670endif
     3671
    36543672
    36553673#
Note: See TracChangeset for help on using the changeset viewer.