Consider:

    lizzy:/tmp% cat foo/Makefile 
    bar:
            @echo curdir is ${.CURDIR}
    lizzy:/tmp% make -C foo bar
    curdir is /tmp
    lizzy:/tmp% 

Would it not make more sense for .CURDIR to be set to /tmp/foo? As it stands,

    /tmp# make -C /usr/src world

fails because of this.

-- 
Jos Backus                       _/  _/_/_/      Sunnyvale, CA
                                _/  _/   _/
                               _/  _/_/_/
                          _/  _/  _/    _/
jos at catnook.com        _/_/   _/_/_/          require 'std/disclaimer'

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to