diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-07-22 01:27:06 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-07-22 01:27:06 +0000 |
commit | dfed6a85dbd74584e53b3b46c4cfff55d4e117b2 (patch) | |
tree | ec9df5e5e175d7ccfa328cd68cbf518eb8150b18 /cfg-ml-pos.in | |
parent | f8c90568d5ffbdf706241e32f3625e6aa69eec13 (diff) | |
download | gdb-dfed6a85dbd74584e53b3b46c4cfff55d4e117b2.zip gdb-dfed6a85dbd74584e53b3b46c4cfff55d4e117b2.tar.gz gdb-dfed6a85dbd74584e53b3b46c4cfff55d4e117b2.tar.bz2 |
(multi-do, multi-clean): Add comment regarding @-signs.
Diffstat (limited to 'cfg-ml-pos.in')
-rw-r--r-- | cfg-ml-pos.in | 4 |
1 files changed, 4 insertions, 0 deletions
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; \ |