Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128253
b: refs/heads/master
c: af86d07
h: refs/heads/master
i:
  128251: 73a57cd
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 28, 2007
1 parent d6c4ecb commit 105d559
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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: 8e19f2cd452853d1ca0895c2488c24d40de3d255
refs/heads/master: af86d07efe83e2f2da3658702a720bc48b1a6d78
9 changes: 7 additions & 2 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ 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 $<
# if you don't have sparse installed, use ls instead
check=sparse
#check=ls

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

all: tester debug-tree

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/debug-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "disk-io.h"
#include "print-tree.h"

int main() {
int main(int ac, char **av) {
struct ctree_super_block super;
struct ctree_root *root;
radix_tree_init();
Expand Down

0 comments on commit 105d559

Please sign in to comment.