Revert changes in Makefile.sync
This commit is contained in:
@@ -39,7 +39,7 @@ PATCHED=$(join $(dir $(PATCHES)), $(addsuffix ed, $(addprefix ., $(notdir $(PATC
|
|||||||
apply-patches: $(PATCHED)
|
apply-patches: $(PATCHED)
|
||||||
|
|
||||||
llama/patches/.%.patched: llama/patches/%.patch
|
llama/patches/.%.patched: llama/patches/%.patch
|
||||||
@if git -c commit.gpgSign=false -c user.name=nobody -c 'user.email=<>' -C $(WORKDIR) am -3 $(realpath $<); then touch $@; else git -C $(WORKDIR) am --abort; exit 1; fi
|
@if git -c user.name=nobody -c 'user.email=<>' -C $(WORKDIR) am -3 $(realpath $<); then touch $@; else git -C $(WORKDIR) am --abort; exit 1; fi
|
||||||
|
|
||||||
.PHONY: checkout
|
.PHONY: checkout
|
||||||
checkout: $(WORKDIR)
|
checkout: $(WORKDIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user