VirtualBox

Changeset 2107 in kBuild


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

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

Location:
trunk/kBuild
Files:
2 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#
  • trunk/kBuild/header.kmk

    r2105 r2107  
    939939PASS_TESTING_vars   := _TESTING
    940940PASS_TESTING_pass   := testing
    941 # aliases
    942 .PHONY: check test
    943 check:: pass_testing
    944 test::  pass_testing
    945941
    946942## PASS: packing
     
    950946PASS_PACKING_vars   := _PACKING
    951947PASS_PACKING_pass   := packing
    952 # alias
    953 .PHONY: packing
    954 packing: pass_packing
    955948
    956949## PASS: clean
     
    960953PASS_CLEAN_vars     :=
    961954PASS_CLEAN_pass     := clean
    962 # alias
    963 .PHONY: clean
    964 clean: pass_clean
    965955
    966956## PASS: nothing
     
    970960PASS_NOTHING_vars   :=
    971961PASS_NOTHING_pass   := nothing
    972 # alias
    973 .PHONY: nothing
    974 nothing: pass_nothing
    975962
    976963## DEFAULT_PASSES
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette