Revert changes in Makefile.sync

This commit is contained in:
Thomas Stocker
2025-08-09 22:38:37 +02:00
committed by GitHub
parent a6d0d6c6ff
commit d03fc13d36

View File

@@ -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)