Updated Makefile
Added ignore exit code flag to libraries when updating that are cloned later.
This commit is contained in:
parent
70a4974ffd
commit
ab379ad0b5
5
Makefile
5
Makefile
|
|
@ -133,8 +133,9 @@ update:
|
|||
@echo "Updating module components..."
|
||||
git submodule foreach \
|
||||
'git pull origin $$(git rev-parse --abbrev-ref HEAD)'
|
||||
cd tomlplusplus && git pull origin $$(git rev-parse --abbrev-ref HEAD)
|
||||
cd libxcb-error && git pull origin $$(git rev-parse --abbrev-ref HEAD)
|
||||
# In case these libraries haven't been pulled yet, ignore the exit code
|
||||
-cd tomlplusplus && git pull origin $$(git rev-parse --abbrev-ref HEAD)
|
||||
-cd libxcb-error && git pull origin $$(git rev-parse --abbrev-ref HEAD)
|
||||
|
||||
test: build
|
||||
@echo "Be real, you don't want to do this, so we'll abort."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user