debug: makefile testing
This commit is contained in:
parent
00fdfb70f6
commit
fbc7ba3e21
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,8 +26,8 @@ clean-workdir = git init -q -b $* && git diff --quiet && git diff --cached --qui
|
||||||
create-bundle = git show-ref --verify --quiet refs/remotes/${1}/$* \
|
create-bundle = git show-ref --verify --quiet refs/remotes/${1}/$* \
|
||||||
&& git bundle create $(BUNDLEOUT) $(1)/$*..$* \
|
&& git bundle create $(BUNDLEOUT) $(1)/$*..$* \
|
||||||
|| git bundle create $(BUNDLEOUT) $*
|
|| git bundle create $(BUNDLEOUT) $*
|
||||||
.PHONY: pull pull/%
|
|
||||||
|
|
||||||
|
.PHONY: pull pull/%
|
||||||
pull: pull/$(shell git branch --show-current)
|
pull: pull/$(shell git branch --show-current)
|
||||||
pull%:
|
pull%:
|
||||||
$(check-dom0)
|
$(check-dom0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue