mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-23 01:04:40 +07:00
chore: do not ignore .gitmodules.d.mk
This commit is contained in:
parent
4fa582e079
commit
b61db9bfd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,4 +8,3 @@ dae
|
||||
outline.json
|
||||
go-mod/
|
||||
node_modules/
|
||||
.gitmodules.d.mk
|
||||
|
1
.gitmodules.d.mk
Normal file
1
.gitmodules.d.mk
Normal file
@ -0,0 +1 @@
|
||||
submodule_paths=control/kern/headers
|
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ dae: ebpf
|
||||
## Begin Git Submodules
|
||||
.gitmodules.d.mk: .gitmodules
|
||||
@set -e && \
|
||||
submodules=$$(grep '\[submodule "' .gitmodules | cut -d'"' -f2 | tr '\n' ' ') && \
|
||||
submodules=$$(grep '\[submodule "' .gitmodules | cut -d'"' -f2 | tr '\n' ' ' | tr ' \n' '\n') && \
|
||||
echo "submodule_paths=$${submodules}" > $@
|
||||
|
||||
-include .gitmodules.d.mk
|
||||
|
Loading…
Reference in New Issue
Block a user