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
|
$(TMPDIR)/%.patch: $(BASE_PATCH_DIR)/%.patch
|
||||||
$(info >>> BASE '$<')
|
$(info >>> BASE '$<')
|
||||||
patch $(CCSRD) $< --quiet
|
@patch $(CCSRD) $< --quiet
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
$(TMPDIR)/%.patch: $(WEB_PATCH_DIR)/%.patch
|
$(TMPDIR)/%.patch: $(WEB_PATCH_DIR)/%.patch
|
||||||
$(info >>> WEB '$<')
|
$(info >>> WEB '$<')
|
||||||
patch $(CCSRD) $< --quiet
|
@patch $(CCSRD) $< --quiet
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
# OUTPUTS
|
# OUTPUTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user