bug-make
[Top][All Lists]
Advanced

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

Re: CURDIR not working properly on solaris


From: Paul D. Smith
Subject: Re: CURDIR not working properly on solaris
Date: Fri, 18 Jul 2003 14:45:26 -0400

%% "Luu, Jose" <address@hidden> writes:

  lj> It seems that the variable CURDIR does not work on solaris, making
  lj> it impossible to use it as inside recursive makefiles (as it keeps
  lj> the same value even if make is invoked with -C

  lj> This is make-3.80 on solaris 8 , I have tried to recompile with
  lj> various compilers:

  lj> Sun 4.2

  lj> Sun 6U2

  lj> Gcc 2.95

  lj> The make package available on sunfreeware also exhibits this
  lj> behavior.

Please always remember to include the version of GNU make you're using.


Curdir can't really fail: it just gets set to the working directory.  So
there must be something about your shell setup or environment or
makefiles that's causing the problem.

Please create a very small example makefile that still exhibits the
problem, then send it along with a sample invocation, the output you
got, and what you expected to get.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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