Ignore:
Timestamp:
Jan 8, 2020, 1:38:30 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4eb07bc
Parents:
580c11b
git-author:
Peter A. Buhr <pabuhr@…> (01/08/20 13:37:09)
git-committer:
Peter A. Buhr <pabuhr@…> (01/08/20 13:38:30)
Message:

additional corrections to harmonize with last benchmark update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r580c11b r6e540ea  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue Jan  7 17:01:01 2020
    14 ## Update Count     : 103
     13## Last Modified On : Tue Jan  7 21:04:53 2020
     14## Update Count     : 105
    1515###############################################################################
    1616
     
    3131BENCH_V_GOC = $(__bench_v_GOC_$(__quiet))
    3232BENCH_V_RUSTC = $(__bench_v_RUSTC_$(__quiet))
     33BENCH_V_NODEJS = $(__bench_v_NODEJS_$(__quiet))
    3334BENCH_V_JAVAC = $(__bench_v_JAVAC_$(__quiet))
    3435
     
    4748__bench_v_GOC_verbose = $(AM_V_GOC)
    4849__bench_v_RUSTC_verbose = $(AM_V_RUSTC)
     50__bench_v_NODEJS_verbose = $(AM_V_NODEJS)
    4951__bench_v_JAVAC_verbose = $(AM_V_JAVAC)
    5052
     
    7072        echo "int main() { return 0; }" > ${@}
    7173
    72 .SILENT:
    73 .ONESHELL:
     74.SILENT:                # do not print recipe
     75.ONESHELL:              # use one shell to execute recipe
    7476.NOTPARALLEL:
    7577.PHONY: compile.csv basic.csv ctxswitch.csv mutex.csv signal.csv
Note: See TracChangeset for help on using the changeset viewer.