Hello makers,
Is it possible to use the shell indirection operator (<<) inside the command
section of GNU Make?
When I try to use the following construct in my makefile:
all:
cat - << EOF; \
Testing line 1 \
Testing line 2 \
EOF
Then run make, it exits with the missing separator error. What am I doing
wrong?
Thanks in advance for your help.
Regards,
Rakesh
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make
