(multi-do, multi-clean): Add comment regarding @-signs.

This commit is contained in:
David Edelsohn 1995-07-22 01:27:06 +00:00
parent f8c90568d5
commit dfed6a85db

View file

@ -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; \