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:
2025-05-07 08:07:16 -05:00
parent 68ad1f26f2
commit 89a37f0421

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