mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
make: more git magic
This commit is contained in:
parent
6000c02a4f
commit
1b0ebb2c8b
1
Makefile
1
Makefile
@ -406,6 +406,7 @@ ${_TARGET}_ARG= ${${_TARGET}_ARGS:[0]}
|
||||
ensure-stable:
|
||||
@if ! git show-ref --verify --quiet refs/heads/stable/${CORE_ABI}; then \
|
||||
git update-ref refs/heads/stable/${CORE_ABI} refs/remotes/origin/stable/${CORE_ABI}; \
|
||||
git config branch.stable/20.7.merge refs/heads/stable/${CORE_ABI}; \
|
||||
fi
|
||||
|
||||
diff: ensure-stable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user