NetBSD-Bugs archive

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

Re: bin/49182: make or bsd.prog.mk trouble with "remote" .o files



The following reply was made to PR bin/49182; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: Martin Husemann <martin%duskware.de@localhost>, 
gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, 
martin%NetBSD.org@localhost
Subject: Re: bin/49182: make or bsd.prog.mk trouble with "remote" .o files
Date: Fri, 12 Sep 2014 09:42:50 -0400

 On Sep 12,  9:20am, martin%duskware.de@localhost (Martin Husemann) wrote:
 -- Subject: Re: bin/49182: make or bsd.prog.mk trouble with "remote" .o files
 
 | It still does not work - anything obviously wrong in the example?
 
 Yes, it is unrelated to the backout of the code:
 
      .PATH           A variable that represents the list of directories that
                      make will search for files.  The search list should be
                      updated using the target `.PATH' rather than the
                      variable.
 Which means:
 
        .PATH=sub
 
 is incorrect and should be:
 
        .PATH: sub
 
 christos
 


Home | Main Index | Thread Index | Old Index