Changes in benchmark/Makefile.in [13d2dac:1d72a11]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r13d2dac r1d72a11 823 823 824 824 cleancsv: 825 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv sched uling.csv825 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv 826 826 827 827 jenkins$(EXEEXT): cleancsv … … 834 834 +make mutex.csv 835 835 -+make mutex.diff.csv 836 +make sched uling.csv837 -+make sched uling.diff.csv836 +make schedint.csv 837 -+make schedint.diff.csv 838 838 @DOifskipcompile@ 839 839 cat compile.csv … … 844 844 cat mutex.csv 845 845 -cat mutex.diff.csv 846 cat sched uling.csv847 -cat sched uling.diff.csv846 cat schedint.csv 847 -cat schedint.diff.csv 848 848 849 849 compile.csv: … … 875 875 $(srcdir)/fixcsv.sh $@ 876 876 877 sched uling.csv:877 schedint.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.