mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
make: simplify MFC run
This commit is contained in:
parent
dc3df43a97
commit
3b2eeaa351
6
Makefile
6
Makefile
@ -360,11 +360,11 @@ ${_TARGET}_ARG= ${${_TARGET}_ARGS:[0]}
|
||||
.endfor
|
||||
|
||||
mfc:
|
||||
@git checkout stable/${CORE_ABI}
|
||||
.for MFC in ${mfc_ARGS}
|
||||
@git checkout stable/${CORE_ABI} && \
|
||||
git cherry-pick -x ${MFC} && \
|
||||
git checkout master
|
||||
@git cherry-pick -x ${MFC}
|
||||
.endfor
|
||||
@git checkout master
|
||||
|
||||
test: want-phpunit6-php${CORE_PHP}
|
||||
@if [ "$$(${PKG} query %n-%v ${CORE_NAME})" != "${CORE_NAME}-${CORE_VERSION}" ]; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user