Skip to content
Snippets Groups Projects
Commit 1b5d826b authored by rswindell's avatar rswindell
Browse files

Make echo "Installing to..." line quiet.

parent efcc4841
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ ifeq ($(INSTALL),UNIX)
@echo ERROR: UNIX Install type not yet supported.
fail
else
echo Installing to $(SBBSDIR)
@echo Installing to $(SBBSDIR)
$(INSBIN) $(SBBSDIR)/src/sbbs3/$(CCPRE).$(os).exe.$(SUFFIX)/baja $(SBBSDIR)/exec/baja
$(INSBIN) $(SBBSDIR)/src/sbbs3/$(CCPRE).$(os).exe.$(SUFFIX)/node $(SBBSDIR)/exec/node
$(INSBIN) $(SBBSDIR)/src/sbbs3/$(CCPRE).$(os).exe.$(SUFFIX)/chksmb $(SBBSDIR)/exec/chksmb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment