bug-make
[Top][All Lists]
Advanced

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

sh embedding


From: icegood
Subject: sh embedding
Date: Mon, 23 Jul 2012 11:59:16 -0700 (PDT)

from newer version of gnu make (3.81 under kubuntu 12.04)

.PHONEY: all
all:
        if [ \( "$$(ls *.lock 2>/dev/null)" == "" \) ]; then \
    touch address@hidden; \
    if [ \( ! -e $@ \) -o \( ../$(tag_fn) -nt $@ \) ]; then \
      echo $@ done; \
    else \
      touch $@; \
    fi; \
    rm -f address@hidden; \
  else \
    sleep 1; \
  fi;

returns error 
/bin/sh: 1: [: closing paren expected
-- 
View this message in context: 
http://old.nabble.com/sh-embedding-tp34201839p34201839.html
Sent from the Gnu - Make - Bugs mailing list archive at Nabble.com.




reply via email to

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