From: David Edelsohn Date: Sat, 22 Jul 1995 01:27:06 +0000 (+0000) Subject: (multi-do, multi-clean): Add comment regarding @-signs. X-Git-Tag: gdb-4_18~11347 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfed6a85dbd74584e53b3b46c4cfff55d4e117b2;p=external%2Fbinutils.git (multi-do, multi-clean): Add comment regarding @-signs. --- diff --git a/cfg-ml-pos.in b/cfg-ml-pos.in index 9955313..8abfafe 100644 --- a/cfg-ml-pos.in +++ b/cfg-ml-pos.in @@ -47,6 +47,8 @@ mv Makefile.tem ${Makefile} cat > Multi.tem <<\EOF +# FIXME: There should be an @-sign in front of the `if'. +# Leave out until this is tested a bit more. multi-do: if [ -z "$(MULTIDIRS)" ]; then \ true; \ @@ -77,6 +79,8 @@ multi-do: done; \ fi +# FIXME: There should be an @-sign in front of the `if'. +# Leave out until this is tested a bit more. multi-clean: if [ -z "$(MULTIDIRS)" ]; then \ true; \