%% "Luu, Jose" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to