Changeset 46b11e2 for benchmark/Makefile.in
- Timestamp:
- Feb 20, 2020, 3:34:12 PM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
rbd5b443 r46b11e2 823 823 824 824 cleancsv: 825 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv sched int.csv825 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv scheduling.csv 826 826 827 827 jenkins$(EXEEXT): cleancsv … … 834 834 +make mutex.csv 835 835 -+make mutex.diff.csv 836 +make sched int.csv837 -+make sched int.diff.csv836 +make scheduling.csv 837 -+make scheduling.diff.csv 838 838 @DOifskipcompile@ 839 839 cat compile.csv … … 844 844 cat mutex.csv 845 845 -cat mutex.diff.csv 846 cat sched int.csv847 -cat sched int.diff.csv846 cat scheduling.csv 847 -cat scheduling.diff.csv 848 848 849 849 compile.csv: … … 875 875 $(srcdir)/fixcsv.sh $@ 876 876 877 sched int.csv:877 scheduling.csv: 878 878 echo "building $@" 879 879 echo "schedint-1,schedint-2,schedext-1,schedext-2" > $@
Note: See TracChangeset
for help on using the changeset viewer.