[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1036534 - /subversion/trunk/Makefile.in

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 18 Nov 2010 14:11:21 -0600

[stsp_at_apache.org]
> swig-pl: $(swig-pl_DEPS)
> - if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \
> + if test "`$(READLINK) $(SWIG_PL_DIR)`" != "`$(READLINK) $(SWIG_PL_SRC_DIR)`"; then \

Does everyone have pwd -P? Seems to be specified by POSIX. That seems
like a pretty good 'readlink' to me:

        if test "$$(cd $(SWIG_PL_DIR); pwd -P)" != "$$(cd $(SWIG_PL_SRC_DIR); pwd -P)"; then

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
Received on 2010-11-18 21:12:10 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.