mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
Minor cleanup
This commit is contained in:
parent
e24b52260e
commit
fedea00623
3
Makefile
3
Makefile
@ -3,7 +3,8 @@ PREFIX=/usr
|
|||||||
UDEVLIBDIR=/lib/udev
|
UDEVLIBDIR=/lib/udev
|
||||||
DRACUTLIBDIR=/lib/dracut
|
DRACUTLIBDIR=/lib/dracut
|
||||||
INSTALL=install
|
INSTALL=install
|
||||||
CFLAGS+=-std=gnu99 -O2 -Wall -Werror -g -I.
|
CFLAGS+=-std=gnu99 -O2 -Wall -Werror -g -Iinclude
|
||||||
|
LDFLAGS+=-static
|
||||||
|
|
||||||
all: bcacheadm probe-bcache
|
all: bcacheadm probe-bcache
|
||||||
|
|
||||||
|
@ -22,13 +22,12 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <blkid.h>
|
#include <blkid.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <linux/fs.h>
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <bcache.h> //libbcache
|
#include "bcache.h" //libbcache
|
||||||
|
|
||||||
#define PACKAGE_NAME "bcacheadm"
|
#define PACKAGE_NAME "bcacheadm"
|
||||||
#define PACKAGE_VERSION "1.0"
|
#define PACKAGE_VERSION "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user