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:
parent
68ad1f26f2
commit
89a37f0421
4
Makefile
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user