Silence `make -s' (echo -> ${ECHO}).

This commit is contained in:
Bruce Evans 1995-05-07 05:56:00 +00:00
parent 85b67b98fd
commit 2f27939662
6 changed files with 9 additions and 9 deletions

View File

@ -7,10 +7,10 @@ NOMAN=
all: $(DEMOS) $(PROG)
install: ${DEMOS}
@echo "to look at the demos, execute:"
@echo " \"cat <filename>.vt\""
@echo "if it is an animation an it runs too fast, try out:"
@echo " \"playvt -f <filename>.vt -d<some-delay-val>\""
@${ECHO} "to look at the demos, execute:"
@${ECHO} " \"cat <filename>.vt\""
@${ECHO} "if it is an animation an it runs too fast, try out:"
@${ECHO} " \"playvt -f <filename>.vt -d<some-delay-val>\""
.include <bsd.prog.mk>

View File

@ -26,7 +26,7 @@ all: $(FONTS)
install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
echo "installing font $$i into ${DESTDIR}${FONTDIR}"; \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \
install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
$$i ${DESTDIR}${FONTDIR}; \
done

View File

@ -29,7 +29,7 @@ CLEANFILES+= y.tab.h
CLEANFILES+= y.output # comment file from bison
install:
@echo "kbdio is not installed automatically ...."
@${ECHO} "kbdio is not installed automatically ...."
.include <bsd.prog.mk>

View File

@ -22,7 +22,7 @@ MAN5 = man5/keycap.${MAN5EXT}
beforeinstall:
@if [ ! -d ${LIBDIR} ]; then mkdir ${LIBDIR};fi
@echo "Saving old keycap database"
@${ECHO} "Saving old keycap database"
-mv -f ${DESTDIR}${CAPPATH} ${DESTDIR}${CAPPATH}.BAK
install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
${.CURDIR}/${KEYCAPSRC} ${DESTDIR}${CAPPATH}

View File

@ -6,7 +6,7 @@ NOMAN=
all: $(PROG)
install: ${DEMOS}
@echo "set2061 is not installed automatically ...."
@${ECHO} "set2061 is not installed automatically ...."
.include <bsd.prog.mk>

View File

@ -29,7 +29,7 @@ CLEANFILES+= y.tab.h
CLEANFILES+= y.output # comment file from bison
install:
@echo "vgaio is not installed automatically ...."
@${ECHO} "vgaio is not installed automatically ...."
.include <bsd.prog.mk>