Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128244
b: refs/heads/master
c: 5de08d7
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 24, 2007
1 parent 4b8400f commit a748298
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 375 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: 9a8dd1502de6aa683ae46cf0397e9b6e636416fb
refs/heads/master: 5de08d7d50ba535b968d97101ed2ab07c2b8eb7d
16 changes: 10 additions & 6 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@

CFLAGS= -g -Wall
CFLAGS = -g -Wall
headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h
objects = ctree.o disk-io.o radix-tree.o mkfs.o extent-tree.o print-tree.o

.c.o:
$(CC) $(CFLAGS) -c $<
#.c.o:
# $(CC) $(CFLAGS) -c $<

ctree: ctree.o disk-io.h ctree.h disk-io.o radix-tree.o radix-tree.h mkfs.o
gcc $(CFLAGS) -o ctree ctree.o disk-io.o radix-tree.o mkfs.o
ctree : $(objects)
gcc $(CFLAGS) -o ctree $(objects)

clean:
$(objects) : $(headers)

clean :
rm ctree *.o

Loading

0 comments on commit a748298

Please sign in to comment.