Follow-up Comment #2, bug #28092 (project make):
Alternative requests then:
1. Add -e modifier to $(shell)
$(shell -e cat version.txt)
could break build. It mimics -e switch of /bin/sh. This shouldn't be a
problem since there is no "-e" command.
2. Add another "shelle" command:
$(shelle cat version.txt)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28092>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make