projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c9056
)
(multi-do, multi-clean): Add comment regarding @-signs.
author
David Edelsohn
<dje.gcc@gmail.com>
Sat, 22 Jul 1995 01:27:06 +0000
(
01:27
+0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Sat, 22 Jul 1995 01:27:06 +0000
(
01:27
+0000)
cfg-ml-pos.in
patch
|
blob
|
history
diff --git
a/cfg-ml-pos.in
b/cfg-ml-pos.in
index 9955313fec68730f27de5e24df8f155bb2761986..8abfafee20dccf521e29020fe00f6cd02c7ada3a 100644
(file)
--- 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; \