diff options
author | dt <dt@FreeBSD.org> | 1998-04-19 13:44:52 +0000 |
---|---|---|
committer | dt <dt@FreeBSD.org> | 1998-04-19 13:44:52 +0000 |
commit | e08012af842ac01b5a27a2a64e0985646b5e2f10 (patch) | |
tree | fa10d772dc0283d68d5887bc89eeb0df831cba69 /Makefile | |
parent | 9567a1f6a8b78a0e0b876b46b37f2eb013f16b47 (diff) | |
download | FreeBSD-src-e08012af842ac01b5a27a2a64e0985646b5e2f10.zip FreeBSD-src-e08012af842ac01b5a27a2a64e0985646b5e2f10.tar.gz |
Cosmetic: put '@' in front of a very long command.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}; \ |