make: improve rebase to auto-abort much like mfc target

This commit is contained in:
Franco Fichtner 2026-03-11 09:47:19 +01:00
parent 06a2025f3c
commit 45dc8a3c1f

View file

@ -99,7 +99,7 @@ ${CORE_MAINS}:
rebase:
@${GIT} checkout ${CORE_STABLE}
@${GIT} rebase -i
@${GIT} rebase -i || ${GIT} rebase --abort
@${GIT} checkout ${CORE_MAIN}
reset: