This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fixes for make clean (take 2)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]