Ignore:
Timestamp:
Feb 20, 2020, 3:34:12 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4783ff6, e59e663
Parents:
bd5b443 (diff), 13d2dac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    rbd5b443 r46b11e2  
    823823
    824824cleancsv:
    825         rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv
     825        rm -f compile.csv basic.csv ctxswitch.csv mutex.csv scheduling.csv
    826826
    827827jenkins$(EXEEXT): cleancsv
     
    834834        +make mutex.csv
    835835        -+make mutex.diff.csv
    836         +make schedint.csv
    837         -+make schedint.diff.csv
     836        +make scheduling.csv
     837        -+make scheduling.diff.csv
    838838@DOifskipcompile@
    839839        cat compile.csv
     
    844844        cat mutex.csv
    845845        -cat mutex.diff.csv
    846         cat schedint.csv
    847         -cat schedint.diff.csv
     846        cat scheduling.csv
     847        -cat scheduling.diff.csv
    848848
    849849compile.csv:
     
    875875        $(srcdir)/fixcsv.sh $@
    876876
    877 schedint.csv:
     877scheduling.csv:
    878878        echo "building $@"
    879879        echo "schedint-1,schedint-2,schedext-1,schedext-2" > $@
Note: See TracChangeset for help on using the changeset viewer.