From 89a37f0421e4058d5a3c6c73335269990761eef8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 7 May 2025 08:07:16 -0500 Subject: [PATCH] don't echo the patch command now that I got info working just for readability Signed-off-by: Brian S. Stephan --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40b07bf..4639b3c 100644 --- a/Makefile +++ b/Makefile @@ -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