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



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