mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
(multi-do, multi-clean): Add comment regarding @-signs.
This commit is contained in:
@ -47,6 +47,8 @@ mv Makefile.tem ${Makefile}
|
|||||||
|
|
||||||
cat > Multi.tem <<\EOF
|
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:
|
multi-do:
|
||||||
if [ -z "$(MULTIDIRS)" ]; then \
|
if [ -z "$(MULTIDIRS)" ]; then \
|
||||||
true; \
|
true; \
|
||||||
@ -77,6 +79,8 @@ multi-do:
|
|||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# FIXME: There should be an @-sign in front of the `if'.
|
||||||
|
# Leave out until this is tested a bit more.
|
||||||
multi-clean:
|
multi-clean:
|
||||||
if [ -z "$(MULTIDIRS)" ]; then \
|
if [ -z "$(MULTIDIRS)" ]; then \
|
||||||
true; \
|
true; \
|
||||||
|
Reference in New Issue
Block a user