Hi,

is it possible to have a here document to be executed by Make as a recipe?

E.g, the following passes two commands to be executed on a "remote" host:

ssh root@localhost<mailto:root@localhost> <<EOF
ls /
cat /etc/passwd
EOF

How could I convice Make to accept something similar, considering that I have
quite a number of commands to be executed through ssh, but avoiding to have
a dedicated script file to be copied to the remote host first?

Cheers,

Chris
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to