Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331397
b: refs/heads/master
c: 5b8fa82
h: refs/heads/master
i:
  331395: 51d9b15
v: v3
  • Loading branch information
Yoshihiro YUNOMAE authored and Rusty Russell committed Sep 28, 2012
1 parent fedc80b commit 78e05c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 108fc82596e3b66b819df9d28c1ebbc9ab5de14c
refs/heads/master: 5b8fa822b71fa91b17c9fb38bcca31e771f7650d
7 changes: 3 additions & 4 deletions trunk/tools/virtio/virtio-trace/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
CC = gcc
CFLAGS = -O2 -Wall
LFLAG = -lpthread
CFLAGS = -O2 -Wall -pthread

all: trace-agent

.c.o:
$(CC) $(CFLAGS) $(LFLAG) -c $^ -o $@
$(CC) $(CFLAGS) -c $^ -o $@

trace-agent: trace-agent.o trace-agent-ctl.o trace-agent-rw.o
$(CC) $(CFLAGS) $(LFLAG) -o $@ $^
$(CC) $(CFLAGS) -o $@ $^

clean:
rm -f *.o trace-agent

0 comments on commit 78e05c9

Please sign in to comment.