resolv: Remove bogus targets that build ga_test
commitb9a558e790c7f13f04f3fcf229f12543b8119732
authorWill Hawkins <hawkinsw@borlaugic.com>
Fri, 20 Oct 2017 05:25:26 +0000 (19 22:25 -0700)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 20 Oct 2017 16:29:09 +0000 (20 09:29 -0700)
tree2fe7e4ed9d62299a2bffb011071832ac3cf0df67
parentb6b08b8e21e8393089765b64a96953d215b3454c
resolv: Remove bogus targets that build ga_test

Remove the bogus targets (and source) that supposedly build ga_test.
This code was added to resolv very early in the development process
but does not appear to be an actual test program. The target for
building this file is tests but because the glibc Make system is
built the way it is, the target is overriden by higher-level tests
targets and, therefore, the ga_test program is never built. Removing
the target and the source code makes the resolv/Makefile less confusing.

Tested by building and running 'make check' on 64 bit host running
Kernel 4.10.0-19 configured with
 --prefix=/home/hawkinsw/code/glibc-build/install
 --enable-hardcoded-path-in-tests
 --disable-mathvec

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
resolv/Makefile
resolv/ga_test.c [deleted file]