don't echo the patch command now that I got info working

just for readability

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-05-07 08:07:16 -05:00
parent 68ad1f26f2
commit 89a37f0421
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -35,12 +35,12 @@ distclean:
$(TMPDIR)/%.patch: $(BASE_PATCH_DIR)/%.patch
$(info >>> BASE '$<')
patch $(CCSRD) $< --quiet
@patch $(CCSRD) $< --quiet
@touch $@
$(TMPDIR)/%.patch: $(WEB_PATCH_DIR)/%.patch
$(info >>> WEB '$<')
patch $(CCSRD) $< --quiet
@patch $(CCSRD) $< --quiet
@touch $@
# OUTPUTS