Changeset 46b11e2 for benchmark/Makefile.am
- 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.am
rbd5b443 r46b11e2 144 144 145 145 cleancsv: 146 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv sched int.csv146 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv scheduling.csv 147 147 148 148 jenkins$(EXEEXT): cleancsv … … 155 155 +make mutex.csv 156 156 -+make mutex.diff.csv 157 +make sched int.csv158 -+make sched int.diff.csv157 +make scheduling.csv 158 -+make scheduling.diff.csv 159 159 @DOifskipcompile@ 160 160 cat compile.csv … … 165 165 cat mutex.csv 166 166 -cat mutex.diff.csv 167 cat sched int.csv168 -cat sched int.diff.csv167 cat scheduling.csv 168 -cat scheduling.diff.csv 169 169 170 170 compile.csv: … … 196 196 $(srcdir)/fixcsv.sh $@ 197 197 198 sched int.csv:198 scheduling.csv: 199 199 echo "building $@" 200 200 echo "schedint-1,schedint-2,schedext-1,schedext-2" > $@
Note: See TracChangeset
for help on using the changeset viewer.