mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-03-10 00:00:04 +03:00
Merge pull request #305 from Artturin/use-ar-var
Use the AR variable in Makefile
This commit is contained in:
commit
b0eb3c2930
2
Makefile
2
Makefile
@ -180,7 +180,7 @@ bcachefs: $(BCACHEFS_DEPS) $(RUST_SRCS)
|
|||||||
|
|
||||||
libbcachefs.a: $(filter-out ./tests/%.o, $(OBJS))
|
libbcachefs.a: $(filter-out ./tests/%.o, $(OBJS))
|
||||||
@echo " [AR] $@"
|
@echo " [AR] $@"
|
||||||
$(Q)ar -rc $@ $+
|
$(Q)$(AR) -rc $@ $+
|
||||||
|
|
||||||
tests/test_helper: $(filter ./tests/%.o, $(OBJS))
|
tests/test_helper: $(filter ./tests/%.o, $(OBJS))
|
||||||
@echo " [LD] $@"
|
@echo " [LD] $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user