Skip to content

Commit

Permalink
config-ml.in: Suppress output from multi-do recipes
Browse files Browse the repository at this point in the history
The FIXME comments saying "Leave out until this is tested a bit more"
are from 1997. I think they've been sufficiently tested.

ChangeLog:

	* config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
	Remove FIXME comments.
  • Loading branch information
jwakely committed Nov 9, 2020
1 parent f5761c3 commit 8a71317
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,8 @@ cat > Multi.tem <<\EOF

PWD_COMMAND=$${PWDCMD-pwd}

# 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 \
@if [ -z "$(MULTIDIRS)" ]; then \
true; \
else \
rootpre=`${PWD_COMMAND}`/; export rootpre; \
Expand Down Expand Up @@ -547,10 +545,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 \
@if [ -z "$(MULTIDIRS)" ]; then \
true; \
else \
lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
Expand Down

0 comments on commit 8a71317

Please sign in to comment.