actions_quietly.jam

来自「Boost provides free peer-reviewed portab」· JAM 代码 · 共 56 行

JAM
56
字号
#~ Copyright 2007 Rene Rivera.#~ Distributed under the Boost Software License, Version 1.0.#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)if ! $(BJAM_SUBTEST){    ECHO --- Testing \"actions quietly\"... ;    assert "...found 4 targets......updating 2 targets....a. subtest_aecho [subtest_a] 0echo [subtest_a] 1echo [subtest_a] 2    [subtest_a] 0[subtest_a] 1[subtest_a] 2.a. subtest_becho [subtest_b] 0echo [subtest_b] 1echo [subtest_b] 2    [subtest_b] 0[subtest_b] 1[subtest_b] 2...updated 2 targets..." : (==) : [ SHELL "$(ARGV[1]) -f actions_quietly.jam -sBJAM_SUBTEST=1 -d2" ] ;    assert "...found 4 targets......updating 2 targets......updated 2 targets..." : (==) : [ SHELL "$(ARGV[1]) -f actions_quietly.jam -sBJAM_SUBTEST=1" ] ;}else{    actions quietly .a.    {echo [$(<:B)] 0echo [$(<:B)] 1echo [$(<:B)] 2    }        rule .a.    {        DEPENDS $(<) : $(>) ;    }        NOTFILE subtest ;    .a. subtest_a : subtest ;    .a. subtest_b : subtest ;    DEPENDS all : subtest_a subtest_b ;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?