[svn] / ecrypt / trunk / submissions / rabbit / Makefile  

svn: ecrypt/trunk/submissions/rabbit/Makefile

Diff for /ecrypt/trunk/submissions/rabbit/Makefile between version 56 and 57

version 56, Mon Aug 15 21:40:26 2005 UTC version 57, Mon Aug 15 21:40:49 2005 UTC
Line 5 
Line 5 
   
 root := $(shell \  root := $(shell \
   root="."; \    root="."; \
   while [ "$$PWD" != "/" ]; do \    while [ "`pwd`" != "/" ]; do \
     if [ -r "$$PWD/test/ecrypt-test.mk" ]; then  \      if [ -r "`pwd`/test/ecrypt-test.mk" ]; then  \
       echo $$root; exit; \        echo $$root; exit; \
     fi; \      fi; \
     cd ..; root="$$root"/..; \      cd ..; root="$$root"/..; \


Generate output suitable for use with a patch program
Legend:
Removed from v.56  
changed lines
  Added in v.57

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help