mirror of
https://github.com/dynup/kpatch
synced 2025-04-01 22:48:08 +00:00
Merge pull request #863 from jpoimboe/unit-submodule-root-dir
test/unit: run submodule command from base git directory
This commit is contained in:
commit
b387dffab6
@ -4,7 +4,7 @@ OBJDIR ?= objs/$(ARCH)
|
||||
.PHONY: all clean
|
||||
|
||||
all: Makefile.include
|
||||
git submodule update --init --rebase
|
||||
cd $(shell git rev-parse --show-toplevel) && git submodule update --init --rebase
|
||||
$(MAKE) -C $(OBJDIR)
|
||||
|
||||
clean: Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user