NetBSD-Bugs archive

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

Re: toolchain/49087: some makefiles in src/ use $(.IMPSRC) in explicit rules



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

From: Jarmo Jaakkola <jarmo.jaakkola%roskakori.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/49087: some makefiles in src/ use $(.IMPSRC) in
        explicit rules
Date: Tue, 19 Aug 2014 21:57:12 +0300

 After discussions on tech-toolchain (1), it was revealed to me that
 $(.IMPSRC) should be available like it is in gmake, not be unavailable
 like the manual page says.  The proper way of making $(.IMPSRC) available
 is now implemented in the patch for PR 49086.
 
 However, src/external/gpl3/gcc/lib/libgcc/Makefile.inc won't still work
 because its dependencies are not properly specified even for
 the improved functionality.  A proper patch for that file can be found from
     http://roskakori.fi/software/bugs/NetBSD/PR49087/patch
 (use dynamic sources to specify the C file dependency)
 
 src/lib/libc/net/Makefile.inc is fine.
 
 1) http://mail-index.netbsd.org/tech-toolchain/2014/08/18/msg002351.html
 
 -- 
 Jarmo Jaakkola
 


Home | Main Index | Thread Index | Old Index