Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128950
b: refs/heads/master
c: b4f6c45
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent e17a923 commit 8bcc594
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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: aef8755711a28bb0ecde7780ae6613fcb62cf6f7
refs/heads/master: b4f6c45dfbf84f47c21f73f6370ad1292b0627fd
7 changes: 1 addition & 6 deletions trunk/fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ else
# Normal Makefile

KERNELDIR := /lib/modules/`uname -r`/build
all: version
all:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules

version:
bash version.sh

modules_install:
$(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
clean:
$(MAKE) -C $(KERNELDIR) M=`pwd` clean

tester:
$(MAKE) -C $(KERNELDIR) M=`pwd` tree-defrag.o transaction.o sysfs.o super.o root-tree.o inode-map.o inode-item.o inode.o file-item.o file.o extent_map.o disk-io.o ctree.o dir-item.o extent-tree.o
endif
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifndef __BTRFS_VERSION_H
#define __BTRFS_VERSION_H
#define BTRFS_BUILD_VERSION "Btrfs"
#endif

0 comments on commit 8bcc594

Please sign in to comment.