From b8f99e369093aa1824108a82d5a76703bb166fc0 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 23 Mar 1993 04:05:20 +0000 Subject: [PATCH] beautified makefile output-- now looks like everything else --- usr.bin/rcs/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 5713b8c4da4c..87d75cfdb7fc 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -19,14 +19,7 @@ SUBDIR= src man -all: ${SUBDIR} - -${SUBDIR}: FRC - cd $@; make ${MFLAGS} - all clean cleandir depend install lint tags obj: - for i in ${SUBDIR}; do \ - (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); \ + @for i in ${SUBDIR}; do \ + (echo "===> $$i"; cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); \ done - -FRC: