NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/49086: make(1): many problems with dependency handling
The following reply was made to PR toolchain/49086; it has been noted by GNATS.
From: Jarmo Jaakkola <jarmo.jaakkola%roskakori.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/49086: make(1): many problems with dependency
handling
Date: Tue, 19 Aug 2014 21:50:53 +0300
After discussions on tech-toolchain (1), I've modified the patch
regarding Issue 7 (.NULL special target). I had missed one aspect,
which has no substitute. .NULL target is still available, but it is
now documented and does not break single suffix rules.
The earlier version of the patch also made $(.IMPSRC) unavailable
for explicit rules like it was said in the manual page it should be.
It was available as a side effect of issue 8 (suffix rule dependencies
forced on all targets). Based on another discussion on tech-toolchain (2)
I made $(.IMPSRC) available in explicit rules like it is available
in gmake (the first prerequisite).
The patch is available in the same location as before.
1) http://mail-index.netbsd.org/tech-toolchain/2014/08/07/msg002317.html
2) http://mail-index.netbsd.org/tech-toolchain/2014/08/18/msg002351.html
--
Jarmo Jaakkola
Home |
Main Index |
Thread Index |
Old Index