X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=6e5d0e56aa7fbc52bac355cfd794cbeba3741907;hb=HEAD;hp=80d24ff931d1f3cd1437dfa47e1547b10565d8ea;hpb=e9fec00f8624f4858bb269ca8f268652f9b04ddb;p=bcachefs-tools-debian diff --git a/Makefile b/Makefile index 80d24ff..6e5d0e5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ -VERSION=1.4.0 +VERSION=1.6.3 PREFIX?=/usr/local +LIBEXECDIR?=$(PREFIX)/libexec PKG_CONFIG?=pkg-config INSTALL=install LN=ln @@ -105,7 +106,6 @@ else ROOT_SBINDIR?=$(PREFIX)/sbin INITRAMFS_DIR=/etc/initramfs-tools endif -LIBEXECDIR=$(PREFIX)/libexec PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd) ifeq (,$(PKGCONFIG_SERVICEDIR)) @@ -273,11 +273,20 @@ update-bcachefs-sources: git add include/linux/kmemleak.h cp $(LINUX_DIR)/lib/math/int_sqrt.c linux/ git add linux/int_sqrt.c - git rm -f libbcachefs/mean_and_variance_test.c -# cp $(LINUX_DIR)/lib/math/mean_and_variance.c linux/ -# git add linux/mean_and_variance.c -# cp $(LINUX_DIR)/include/linux/mean_and_variance.h include/linux/ -# git add include/linux/mean_and_variance.h + cp $(LINUX_DIR)/lib/math/mean_and_variance.c linux/ + git add linux/mean_and_variance.c + cp $(LINUX_DIR)/include/linux/mean_and_variance.h include/linux/ + git add include/linux/mean_and_variance.h + cp $(LINUX_DIR)/lib/time_stats.c linux/ + git add linux/time_stats.c + cp $(LINUX_DIR)/include/linux/time_stats.h include/linux/ + git add include/linux/time_stats.h + cp $(LINUX_DIR)/include/linux/darray.h include/linux/ + git add include/linux/darray.h + cp $(LINUX_DIR)/include/linux/darray_types.h include/linux/ + git add include/linux/darray_types.h + cp $(LINUX_DIR)/include/linux/eytzinger.h include/linux/ + git add include/linux/eytzinger.h cp $(LINUX_DIR)/scripts/Makefile.compiler ./ git add Makefile.compiler $(RM) libbcachefs/*.mod.c