The following changes since commit 521da527743088a9bd2ab882f8b64799d49d5848: mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED (2012-08-02 11:21:36 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): fio Makefile improvement - don't override $(CC) Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 6a41710..9d3945b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ $(DEBUGFLAGS) -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html