mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
make: mfc target may not exist, it's ok
This commit is contained in:
parent
e6ced08e3d
commit
95498491a2
4
Makefile
4
Makefile
@ -418,9 +418,9 @@ mfc: ensure-stable clean-mfcdir
|
||||
.if exists(${MFC})
|
||||
@cp -r ${MFC} ${MFCDIR}
|
||||
@git checkout stable/${CORE_ABI}
|
||||
@rm -r ${MFC}
|
||||
@rm -rf ${MFC}
|
||||
@mv ${MFCDIR}/$$(basename ${MFC}) ${MFC}
|
||||
@git add .
|
||||
@git add -f .
|
||||
@if ! git diff --quiet HEAD; then \
|
||||
git commit -m "${MFC}: sync with master"; \
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user