help-make
[Top][All Lists]
Advanced

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

Re: how to work around the "long command line" in djgpp make


From: Martin Sebor
Subject: Re: how to work around the "long command line" in djgpp make
Date: Thu, 26 May 2005 13:39:20 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Paul D. Smith wrote:
The next version of GNU make has abspath and realpath functions, too.


The problem with this functionality is that it's not reliable.
Consider this script:

(   cd /tmp && mkdir foo \
 && cd foo && mkdir bar \
 && cd bar && mv /tmp/foo /tmp/foobar \
 && pwd && cd `pwd`)

Martin




reply via email to

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