mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Fix some makefile misspellings
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
This commit is contained in:
parent
b916af97dd
commit
8e07f30cd7
6
Makefile
6
Makefile
@ -146,11 +146,9 @@ clean:
|
||||
|
||||
.PHONY: deb
|
||||
deb: all
|
||||
# --unsigned-source --unsigned-changes --no-pre-clean --build=binary
|
||||
# --diff-ignore --tar-ignore
|
||||
debuild -us -uc -nc -b -i -I
|
||||
|
||||
.PHONE: update-bcachefs-sources
|
||||
.PHONY: update-bcachefs-sources
|
||||
update-bcachefs-sources:
|
||||
git rm -rf --ignore-unmatch libbcachefs
|
||||
test -d libbcachefs || mkdir libbcachefs
|
||||
@ -170,6 +168,6 @@ update-bcachefs-sources:
|
||||
git -C $(LINUX_DIR) rev-parse HEAD | tee .bcachefs_revision
|
||||
git add .bcachefs_revision
|
||||
|
||||
.PHONE: update-commit-bcachefs-sources
|
||||
.PHONY: update-commit-bcachefs-sources
|
||||
update-commit-bcachefs-sources: update-bcachefs-sources
|
||||
git commit -m "Update bcachefs sources to $(shell git -C $(LINUX_DIR) show --oneline --no-patch)"
|
||||
|
Loading…
Reference in New Issue
Block a user