bug-make
[Top][All Lists]
Advanced

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

Re: CURDIR broke in make-3.79.1 & make-3.80


From: Paul D. Smith
Subject: Re: CURDIR broke in make-3.79.1 & make-3.80
Date: Fri, 30 Sep 2005 10:58:48 -0400

Hm.  Try changing line 1440 in main.c to this:

  (void) define_variable ("CURDIR", 6, current_directory, o_file, 0);

(change the "o_default" parameter to "o_file").  That should work.


It's a bit odd; perhaps this variable was badly named.  It should have
been ".CURDIR", probably.  That would have avoided most of these
issues.

Oh well, too late now! :-).

-- 
-------------------------------------------------------------------------------
 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]