1 --- clockspeed-0.62/Makefile 2006-01-02 22:00:37.000000000 +0100
2 +++ clockspeed-0.62/Makefile 2006-01-02 23:04:32.000000000 +0100
7 - ./auto-str auto_home `head -n 1 conf-home` > auto_home.c
8 + echo -e "#include \"auto_home.h\"\nchar auto_home[]=\"`head -n 1 conf-home`\";" > auto_home.c
15 tryrdtsc.c compile load
16 - ( ( ./compile tryrdtsc.c && ./load tryrdtsc && ./tryrdtsc \
17 + ( ( ./compile tryrdtsc.c && ./load tryrdtsc \
19 && echo \#define HASRDTSC 1 || exit 0 ) > hasrdtsc.h
20 rm -f tryrdtsc.o tryrdtsc