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/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.