Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128254
b: refs/heads/master
c: aa5d6be
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Feb 28, 2007
1 parent 105d559 commit 25451b6
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 229 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: af86d07efe83e2f2da3658702a720bc48b1a6d78
refs/heads/master: aa5d6bed255d7f8c655a8f10d760f4247bc8385c
5 changes: 4 additions & 1 deletion trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

CC=gcc
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

# if you don't have sparse installed, use ls instead
check=sparse
CHECKFLAGS=-D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -Wbitwise \
-Wcontext -Wcast-truncate -Wuninitialized -Wshadow -Wundef
check=sparse $(CHECKFLAGS)
#check=ls

.c.o:
Expand Down
Loading

0 comments on commit 25451b6

Please sign in to comment.