[PATCH] Fixes for make clean (take 2)

Jakub Jelinek jakub@redhat.com
Sat Jan 8 17:04:00 GMT 2005


On Sat, Jan 08, 2005 at 05:49:23PM +0100, Andreas Jaeger wrote:
> > This seems to work for me:
> 
> But why is it necessary?  Why are we using both
> tests: $(objpfx)some-test.out
> and
> tests += other-test
> 
> Only the later should be needed AFAIK,

tst-pie1 needs a special rule, because the general rule for building
tests is unsuitable for building PIE binaries.
If you have the special rule and tests += tst-pie1, then you get the
make warnings about overriding targets.

	Jakub



More information about the Libc-hacker mailing list