search for: depflags

Displaying 3 results from an estimated 3 matches for "depflags".

Did you mean: defflags
2007 Dec 06
1
[PATCH] Makefile: CFLAGS, LDFLAGS
...t-aliasing -D_FILE_OFFSET_BITS=64 +CFLAGS = -g -Werror objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ root-tree.o dir-item.o hash.o file-item.o inode-item.o \ inode-map.o crc32c.o rbtree.o extent-cache.o \ @@ -23,28 +24,28 @@ endif .c.o: $(check) $< - $(CC) $(DEPFLAGS) $(CFLAGS) -c $< + $(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $< all: $(progs) btrfsctl: btrfsctl.o - gcc $(CFLAGS) -o btrfsctl btrfsctl.o + gcc $(CFLAGS) -o btrfsctl btrfsctl.o $(LDFLAGS) btrfsck: $(objects) btrfsck.o bit-radix.o - gcc $(CFLAGS) -o btrfsck btrfsck.o $(objects) bi...
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...FLAGS = -g -Werror -Os +CFLAGS = -g -Werror -Os -I. objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ root-tree.o dir-item.o file-item.o inode-item.o \ inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o \ @@ -29,7 +29,7 @@ endif .c.o: $(check) $< - $(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $< + $(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $< -o $@ all: version $(progs) manpages @@ -74,8 +74,8 @@ dir-test: $(objects) dir-test.o quick-test: $(objects) quick-test.o gcc $(CFLAGS) -o quick-test $(objects) quick-test.o $(LDFLAGS) $(LIBS) -convert:...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34