mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-23 14:45:19 +00:00
6e0ade1767
Sometimes, when you least expect it, a static binary is what you need to rescue your data... Or just get a good enough handle on things to make it work again ;) "make static" is a gift to you, dear user with filesystem problems! Anyway, on a more serious note, changed the cflags and ldflags so that we create a smaller binary, 1.1MB stripped on my 64 bit system (2.7MB with debug data) Signed-off-by: Ian Kumlien <pomac@demius.net>
18 lines
169 B
Plaintext
18 lines
169 B
Plaintext
*.o
|
|
*.static.o
|
|
.*.o.d
|
|
version.h
|
|
man/*.gz
|
|
btrfs
|
|
btrfs.static
|
|
btrfs-debug-tree
|
|
btrfs-map-logical
|
|
btrfs-show
|
|
btrfs-vol
|
|
btrfsck
|
|
btrfsctl
|
|
find-root
|
|
mkfs.btrfs
|
|
repair
|
|
restore
|