help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with shell regex and Make


From: for . ad
Subject: Problem with shell regex and Make
Date: Sun, 14 Feb 2010 19:04:11 +0100
User-agent: Internet Messaging Program (IMP) 3.2.8


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]