Hello,
This not not work on GNU Make 3.81 :
all:
if [[ "mystring" =~ "string" ]]; \
then echo "found"; \
else echo "not found"; \
fi
output :
/bin/sh: [[: not found
Regards,
Conrad.
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
