summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-11-04 18:32:07 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2017-11-08 16:01:26 -0900
commit8351bbc05bc163758d3410ce6d6cab8eb4441609 (patch)
treeceadbb138b842701e8edc3c1d5fb1a772cf7d8de /Makefile
parentbf8c59996b3fb2a940827d12438a9e18eca6db4c (diff)
Update bcachefs sources to d4b7ef921a bcachefs: Refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04d466ea..9859b020 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ deb: all
.PHONE: update-bcachefs-sources
update-bcachefs-sources:
- git rm -rf libbcachefs
+ git rm -rf --ignore-unmatch libbcachefs
cp $(LINUX_DIR)/fs/bcachefs/*.[ch] libbcachefs/
cp $(LINUX_DIR)/include/trace/events/bcachefs.h include/trace/events/
echo `cd $(LINUX_DIR); git rev-parse HEAD` > .bcachefs_revision