Cosmetic: put '@' in front of a very long command.

This commit is contained in:
Dmitrij Tejblum 1998-04-19 13:44:52 +00:00
parent 3b5ad50e7d
commit 878739de43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35294

View file

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile,v 1.168 1998/03/26 17:32:24 markm Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@ -710,7 +710,7 @@ build-tools:
.for __target in clean cleandir obj depend
.for entry in ${SUBDIR}
${entry}.${__target}__D: .PHONY
if test -d ${.CURDIR}/${entry}.${MACHINE}; then \
@if test -d ${.CURDIR}/${entry}.${MACHINE}; then \
${ECHODIR} "===> ${DIRPRFX}${entry}.${MACHINE}"; \
edir=${entry}.${MACHINE}; \
cd ${.CURDIR}/$${edir}; \